Update complexHarmonic.lean

This commit is contained in:
Stefan Kebekus 2024-05-17 09:05:15 +02:00
parent 71ad6aa67e
commit aeda1e981d
1 changed files with 7 additions and 1 deletions

View File

@ -49,7 +49,7 @@ theorem harmonic_iff_comp_CLE_is_harmonic {f : → F₁} {l : F₁ ≃L[]
· have : l ∘ f = (l : F₁ →L[] G₁) ∘ f := by rfl
rw [this]
exact harmonic_comp_CLM_is_harmonic
· have : f = (l.symm : G₁ →L[] F₁) ∘ l ∘ f := by
· have : f = (l.symm : G₁ →L[] F₁) ∘ l ∘ f := by
funext z
unfold Function.comp
simp
@ -129,6 +129,12 @@ theorem im_of_holomorphic_is_harmonic {f : } (h : Differentiable
exact holomorphic_is_harmonic h
theorem antiholomorphic_is_harmonic {f : } (h : Differentiable f) :
Harmonic (Complex.conjCLE ∘ f) := by
apply harmonic_iff_comp_CLE_is_harmonic.1
exact holomorphic_is_harmonic h
theorem log_normSq_of_holomorphic_is_harmonic
{f : }
(h₁ : Differentiable f)