Update holomorphic_primitive2.lean
This commit is contained in:
		| @@ -303,10 +303,18 @@ theorem primitive_additivity | ||||
|  | ||||
|   let εx := rx - dist z₀.re z₁.re | ||||
|   have hεx : εx > 0 := by | ||||
|     sorry | ||||
|     let A := hz₁.1 | ||||
|     simp at A | ||||
|     dsimp [εx] | ||||
|     rw [dist_comm] | ||||
|     simpa | ||||
|   let εy := ry - dist z₀.im z₁.im | ||||
|   have hεy : εy > 0 := by | ||||
|     sorry | ||||
|     let A := hz₁.2 | ||||
|     simp at A | ||||
|     dsimp [εy] | ||||
|     rw [dist_comm] | ||||
|     simpa | ||||
|  | ||||
|   use εx | ||||
|   use hεx | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stefan Kebekus
					Stefan Kebekus