Update complexHarmonic.lean

This commit is contained in:
Stefan Kebekus 2024-05-15 15:15:33 +02:00
parent 4064f69c03
commit 4ff9c41ae3
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ theorem logabs_of_holomorphic_is_harmonic
rfl
rw [this]
have : ContDiff 2 (Complex.log ∘ f) := by sorry
have : Complex.laplace (⇑Complex.conjCLE ∘ f) = ⇑Complex.conjCLE ∘ Complex.laplace (f) := by
have : Complex.laplace (⇑Complex.imCLM ∘ f) = ⇑Complex.imCLM ∘ Complex.laplace (f) := by
apply laplace_compContLin
sorry