Update complexHarmonic.lean
This commit is contained in:
parent
4064f69c03
commit
4ff9c41ae3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue