Harmonic replacement and Perron's principle #
Step 4 of Rado/PLAN.md: surfaceReplace (replace a subharmonic function
inside a chart disk by the Dirichlet solution of its boundary values, Anghel–
Stan Remark 4 — Hausdorffness genuinely needed, see the counterexample at
surfaceReplace_surfaceSubharmonicOn), Perron families, Harnack's principle
for monotone sequences of harmonic functions, and Perron's principle: the
upper envelope of a Perron family is harmonic
(IsPerronFamily.surfaceHarmonicOn_perronSup; Anghel–Stan Theorem 6, Hubbard
Prop. 1.2.3).
Harmonic replacement and Perron families #
Replace g inside the closed disk e.symm '' closedBall c r by the
Dirichlet solution with g's boundary values, read through the chart.
Equations
- Rado.surfaceReplace g e c r x = if _h : x ∈ e.source ∧ ↑e x ∈ Metric.closedBall c r then Rado.poissonExtension (g ∘ ↑e.symm) c r (↑e x) else g x
Instances For
Data for a legal replacement disk: a maximal-atlas chart and a closed disk
in its target whose preimage lies in s.
- closedBall_subset : Metric.closedBall c r ⊆ e.target
- preimage_subset : ↑e.symm '' Metric.closedBall c r ⊆ s
Instances For
The replacement agrees with g off the closed replacement disk.
The replacement is subharmonic (Anghel–Stan Remark 4): with [T2Space X]
the compact replacement disk is closed, and the replacement is subharmonic on
s — harmonic inside the disk, equal to g outside, and the sub-mean
inequality glues across the circle because g ≤ surfaceReplace g there.
The Hausdorff hypothesis is genuinely needed: on the plane with doubled
origin, with g = ‖chart value‖², the replacement on the copy-1 unit disk is
≡ 1 on the shared punctured disk but 0 at the doubled origin, which lies
in the closure of the replacement disk but outside e.source — so the
replacement fails to be continuous, let alone subharmonic.
g is dominated by its replacement (comparison principle).
The replacement is harmonic in the open replacement disk.
The replacement stays in [0,1] if g does (on s).
A Perron family on s: a nonempty set of [0,1]-valued subharmonic
functions, closed under pairwise max and under harmonic replacement on disks
inside s (Anghel–Stan Definition 5, with the [0,1] normalization that
suffices for Radó).
- nonempty : 𝓕.Nonempty
- subharmonic (g : X → ℝ) : g ∈ 𝓕 → SurfaceSubharmonicOn g s
- replace_mem (g : X → ℝ) : g ∈ 𝓕 → ∀ (e : OpenPartialHomeomorph X ℂ) (c : ℂ) (r : ℝ), IsReplaceDisk e c r s → surfaceReplace g e c r ∈ 𝓕
Instances For
Harnack's principle for monotone sequences of harmonic functions #
The Perron approximation sequence #
Perron's principle (Anghel–Stan Theorem 6, Hubbard Prop. 1.2.3): the upper envelope of a Perron family is harmonic.
SurfaceSubharmonicOn transfers along equality on the domain.