Documentation

Mathlib.Analysis.Complex.Harmonic.MeanValue

The Mean Value Property of Vector-Valued Harmonic Functions #

This file establishes the mean value property for harmonic functions f : ℂ → F, where F is an arbitrary complete real normed vector space. This generalizes the mean value property for real-valued harmonic functions.

Completeness of F cannot be dropped: circleAverage is defined in terms of the Bochner integral, which is junk (zero) whenever the target space is incomplete.

The proof reduces to the real-valued case. Circle averages commute with continuous linear maps, and composition with continuous linear maps preserves harmonicity. Thus, g (circleAverage f c R) equals circleAverage (g ∘ f) c R = g (f c) for every continuous linear functional g : F →L[ℝ] ℝ. Since continuous linear functionals separate the points of a normed space (Hahn-Banach, in the form of SeparatingDual.eq_iff_forall_dual_eq), this suffices.

Compatibility of HarmonicContOnCl with Linear Maps #

Compositions of continuous ℝ-linear maps with functions that are harmonic on a set and continuous on its closure are again harmonic on the set and continuous on its closure.

The Mean Value Property #

The Mean Value Property of harmonic functions: If f : ℂ → F is harmonic in a neighborhood of a closed disc of radius R and center c, then the circle average circleAverage f c R equals f c.

The Mean Value Property of harmonic functions: If f : ℂ → F is harmonic on a disc of radius |R| and center c and continuous on its closure, then the circle average circleAverage f c R equals f c.

@[deprecated InnerProductSpace.HarmonicOnNhd.circleAverage_eq (since := "2026-08-04")]

Alias of InnerProductSpace.HarmonicOnNhd.circleAverage_eq.


The Mean Value Property of harmonic functions: If f : ℂ → F is harmonic in a neighborhood of a closed disc of radius R and center c, then the circle average circleAverage f c R equals f c.

@[deprecated InnerProductSpace.HarmonicContOnCl.circleAverage_eq (since := "2026-08-04")]

Alias of InnerProductSpace.HarmonicContOnCl.circleAverage_eq.


The Mean Value Property of harmonic functions: If f : ℂ → F is harmonic on a disc of radius |R| and center c and continuous on its closure, then the circle average circleAverage f c R equals f c.