Update complexHarmonic.examples.lean

This commit is contained in:
Stefan Kebekus 2024-06-03 18:53:55 +02:00
parent c595da782c
commit 4d3332b15d
1 changed files with 5 additions and 1 deletions

View File

@ -317,7 +317,11 @@ theorem log_normSq_of_holomorphicOn_is_harmonicOn
constructor
· exact hs₂
· constructor
· tauto
· constructor
· simp
rw [Complex.mem_slitPlane_iff]
rw [Complex.mem_slitPlane_iff] at hfz
simp at hfz
· have : s₂ = s ∩ s₂ := by
apply Set.right_eq_inter.mpr
exact Set.inter_subset_right {z | -f z ∈ Complex.slitPlane} s