Update complexHarmonic.lean
This commit is contained in:
parent
d6e8f57019
commit
637c0cf175
|
@ -112,7 +112,7 @@ theorem harmonic_smul_const_is_harmonic {f : ℂ → F} {c : ℝ} (h : Harmonic
|
|||
Harmonic (c • f) := by
|
||||
constructor
|
||||
· exact ContDiff.const_smul c h.1
|
||||
· rw [laplace_smul h.1]
|
||||
· rw [laplace_smul]
|
||||
dsimp
|
||||
intro z
|
||||
rw [h.2 z]
|
||||
|
|
Loading…
Reference in New Issue