Update holomorphic_primitive2.lean
This commit is contained in:
parent
a2d3793df2
commit
c3289f89c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue