Update complexHarmonic.examples.lean
This commit is contained in:
parent
c595da782c
commit
4d3332b15d
|
@ -317,7 +317,11 @@ theorem log_normSq_of_holomorphicOn_is_harmonicOn
|
||||||
constructor
|
constructor
|
||||||
· exact hs₂
|
· exact hs₂
|
||||||
· constructor
|
· constructor
|
||||||
· tauto
|
· constructor
|
||||||
|
· simp
|
||||||
|
rw [Complex.mem_slitPlane_iff]
|
||||||
|
rw [Complex.mem_slitPlane_iff] at hfz
|
||||||
|
simp at hfz
|
||||||
· have : s₂ = s ∩ s₂ := by
|
· have : s₂ = s ∩ s₂ := by
|
||||||
apply Set.right_eq_inter.mpr
|
apply Set.right_eq_inter.mpr
|
||||||
exact Set.inter_subset_right {z | -f z ∈ Complex.slitPlane} s
|
exact Set.inter_subset_right {z | -f z ∈ Complex.slitPlane} s
|
||||||
|
|
Loading…
Reference in New Issue