Sub-mean-value functions on ℂ and maximum principles #
SubMeanOn g s: g is continuous on s and satisfies the sub-mean-value
inequality g c ≤ circleAverage g c r for every circle whose closed disk lies
in s. MeanEqOn is the two-sided variant. These are the working notions of
sub/harmonicity at the ℂ-chart level (Anghel–Stan arXiv:2008.12189,
Definition 2, with all radii; Hubbard §1.2, Definition 1.2.1).
Main results: closure under max and under addition of a MeanEqOn function,
the strong maximum principle on connected opens, and the boundary comparison
principle on bounded opens. All are elementary consequences of the circle
average inequality and a clopen argument.
g is continuous and satisfies the sub-mean-value inequality on every
circle whose closed disk lies in s.
- continuousOn : ContinuousOn g s
Instances For
h is continuous and satisfies the mean-value equality on every circle
whose closed disk lies in s.
- continuousOn : ContinuousOn h s
Instances For
Continuity plus the sub-mean-value inequality on all sufficiently small circles around each point.
- continuousOn : ContinuousOn g s
- submean_small (z : ℂ) : z ∈ s → ∀ᶠ (r : ℝ) in nhdsWithin 0 (Set.Ioi 0), g z ≤ Real.circleAverage g z r
Instances For
Small circles suffice for the strong maximum principle.
Small circles suffice for the boundary comparison principle.
On an open set, the global sub-mean property supplies its local variant.
Boundary comparison principle. A sub-mean-value function on a bounded
open set, continuous up to the closure and ≤ M on the frontier, is ≤ M
everywhere on the closure.
Uniqueness from boundary values: two mean-value functions on a bounded open set, continuous up to the closure and equal on the frontier, agree on the closure.