working…
This commit is contained in:
parent
78de1bd3b0
commit
2e5d008857
|
@ -364,6 +364,11 @@ theorem primitive_additivity
|
|||
intro x hx
|
||||
simp
|
||||
|
||||
let A₀ : dist x.re z₀.re ≤ dist x.re z₁.re + dist z₁.re z₀.re := by apply dist_triangle
|
||||
|
||||
|
||||
|
||||
|
||||
sorry
|
||||
|
||||
let A := Complex.integral_boundary_rect_eq_zero_of_differentiableOn f ⟨z₁.re, z₀.im⟩ ⟨z.re, z₁.im⟩ H
|
||||
|
|
Loading…
Reference in New Issue