Documentation

Mathlib.Analysis.Complex.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. If f is harmonic on an open ball, then it is the real part of a function F : ℂ → ℂ that is holomorphic on the ball. This implies in particular that harmonic functions are 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.

theorem InnerProductSpace.HarmonicOnNhd.exists_analyticOnNhd_ball_re_eq {f : } {z : } {R : } (hf : HarmonicOnNhd f (Metric.ball z R)) :
∃ (F : ), AnalyticOnNhd F (Metric.ball z R) Set.EqOn (fun (z : ) => (F z).re) f (Metric.ball z R)
@[deprecated InnerProductSpace.HarmonicOnNhd.exists_analyticOnNhd_ball_re_eq (since := "2026-03-03")]
theorem harmonic_is_realOfHolomorphic {f : } {z : } {R : } (hf : InnerProductSpace.HarmonicOnNhd f (Metric.ball z R)) :
∃ (F : ), AnalyticOnNhd F (Metric.ball z R) Set.EqOn (fun (z : ) => (F z).re) f (Metric.ball z R)

Alias of InnerProductSpace.HarmonicOnNhd.exists_analyticOnNhd_ball_re_eq.

If a function f : ℂ → ℝ is harmonic, then f is the real part of a holomorphic function.

@[deprecated InnerProductSpace.HarmonicOnNhd.exists_analyticOnNhd_univ_re_eq (since := "2026-03-03")]
theorem InnerProductSpace.harmonic_is_realOfHolomorphic_univ {f : } (hf : HarmonicOnNhd f Set.univ) :
∃ (F : ), AnalyticOnNhd F Set.univ (fun (z : ) => (F z).re) = f

Alias of InnerProductSpace.HarmonicOnNhd.exists_analyticOnNhd_univ_re_eq.


If a function f : ℂ → ℝ is harmonic, then f is the real part of a holomorphic function.