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
|
Harmonic (c • f) := by
|
||||||
constructor
|
constructor
|
||||||
· exact ContDiff.const_smul c h.1
|
· exact ContDiff.const_smul c h.1
|
||||||
· rw [laplace_smul h.1]
|
· rw [laplace_smul]
|
||||||
dsimp
|
dsimp
|
||||||
intro z
|
intro z
|
||||||
rw [h.2 z]
|
rw [h.2 z]
|
||||||
|
|
Loading…
Reference in New Issue