Update complexHarmonic.lean

This commit is contained in:
Stefan Kebekus 2024-05-31 16:10:06 +02:00
parent d6e8f57019
commit 637c0cf175
1 changed files with 1 additions and 1 deletions

View File

@ -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]