Harmonic and subharmonic functions on a Riemann surface #
Chartwise notions for u : X → ℝ on the eval problem's Riemann surface
(step 3 of Rado/PLAN.md): SurfaceHarmonicOn / SurfaceSubharmonicOn via
chart representatives over the maximal atlas (so no subharmonic ∘ holomorphic
invariance is ever needed), chart invariance (of_chartwise), and the
local-to-global bridge SubMeanLocalOn — the sub-mean-value inequality on
small circles implies it on all circles, via the maximum principle and
comparison with the Poisson extension.
The image of s in the chart e.
Equations
- Rado.chartImage e s = ↑e '' (s ∩ e.source)
Instances For
A continuous function on s reads as continuous through any chart.
Harmonic and subharmonic functions on a Riemann surface #
u : X → ℝ is harmonic on s: every chart representative is harmonic.
Equations
- Rado.SurfaceHarmonicOn u s = ∀ e ∈ Rado.riemannAtlas X, InnerProductSpace.HarmonicOnNhd (u ∘ ↑e.symm) (Rado.chartImage e s)
Instances For
g : X → ℝ is subharmonic on s: continuous, and every chart
representative satisfies the sub-mean-value inequality.
- continuousOn : ContinuousOn g s
- subMeanOn (e : OpenPartialHomeomorph X ℂ) : e ∈ riemannAtlas X → SubMeanOn (g ∘ ↑e.symm) (chartImage e s)
Instances For
To be harmonic it suffices to be harmonic in one maximal-atlas chart around
each point (chart invariance, via HarmonicOnNhd.comp_analytic).
Local-to-global bridge for the sub-mean-value property #
SubMeanOn (in Rado/Complex/SubMean.lean) demands the sub-mean inequality on
every circle whose closed disk lies in the domain. Verifications (gluing in
the harmonic replacement) naturally produce only small circles. The bridge is
classical: small circles give the maximum principle, the maximum principle
gives comparison with the Poisson extension on any closed disk, and comparison
gives the inequality on the full circle
(InnerProductSpace.HarmonicContOnCl.circleAverage_eq closes the loop at the boundary radius).
The bridge: on an open set, the sub-mean-value inequality on small circles implies it on all circles (compare with the Poisson extension on any legal closed disk).
Subharmonicity is local.