Update complexHarmonic.lean
This commit is contained in:
parent
71ad6aa67e
commit
aeda1e981d
|
@ -129,6 +129,12 @@ theorem im_of_holomorphic_is_harmonic {f : ℂ → ℂ} (h : Differentiable ℂ
|
||||||
exact holomorphic_is_harmonic h
|
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
|
theorem log_normSq_of_holomorphic_is_harmonic
|
||||||
{f : ℂ → ℂ}
|
{f : ℂ → ℂ}
|
||||||
(h₁ : Differentiable ℂ f)
|
(h₁ : Differentiable ℂ f)
|
||||||
|
|
Loading…
Reference in New Issue