Documentation

Mathlib.Analysis.InnerProductSpace.Harmonic.Analytic

Analyticity of Harmonic Functions #

If f : ℂ → ℝ is harmonic at x, we show that ∂f/∂1 - I • ∂f/∂I is complex-analytic at x.

TODO: As soon as PR #9598 (feat(Analysis/Complex): HasPrimitives on disc) is merged, extend this to show that f itself is locally the real part of a holomorphic function, and hence real-analytic.

If f : ℂ → ℝ is harmonic at x, then ∂f/∂1 - I • ∂f/∂I is complex differentiable at x.

theorem HarmonicAt.analyticAt_complex_partial {f : } {x : } (hf : InnerProductSpace.HarmonicAt f x) :
AnalyticAt (fun (z : ) => ((fderiv f z) 1) - Complex.I * ((fderiv f z) Complex.I)) x

If f : ℂ → ℝ is harmonic at x, then ∂f/∂1 - I • ∂f/∂I is complex analytic at x.