Existence for the Dirichlet problem on a disk #
For continuous boundary data f on the circle sphere c R, the Schwarz
integral
schwarzIntegral f c R w = ⨍ z, herglotzRieszKernel c w z * f z
is holomorphic in w on ball c R; its real part is the Poisson integral of
f, which tends to f ζ₀ as w → ζ₀ ∈ sphere c R (positive kernel, unit
mass, approximate identity). Together: exists_harmonic_extension, the
solution of the Dirichlet problem (Anghel–Stan "Poisson integral formula";
Rainer/Forster Theorem 22.3; Hubbard's use in §1.2).
Mathlib anchors (pinned commit 905b9581):
herglotzRieszKernel,poissonKernel,poissonKernel_eq_re_herglotzRieszKernel,re_herglotzRieszKernel_le,le_re_herglotzRieszKernel(Mathlib/Analysis/Complex/Poisson.lean); conventions: inpoissonKernel c w z,wis the interior point,zthe circle variable.DiffContOnCl.circleAverage_poissonKernel_smul: forfholomorphic on the ball and continuous up to the closure,⨍ z, poissonKernel c w z • f z = f w— applied tof = 1this gives the unit-mass identity.Real.circleAverageAPI (Mathlib/MeasureTheory/Integral/CircleAverage.lean),circleMap,intervalIntegraldifferentiation under the integral (intervalIntegral.hasDerivAt_integral_of_dominated_loc_of_deriv_le).AnalyticAt.harmonicAt_re,InnerProductSpace.HarmonicAt(Mathlib/Analysis/InnerProductSpace/Harmonic/,Mathlib/Analysis/Complex/Harmonic/).
The Schwarz integral of boundary data f on sphere c R, evaluated at the
interior point w.
Equations
- Rado.schwarzIntegral f c R w = Real.circleAverage (fun (z : ℂ) => herglotzRieszKernel c w z * ↑(f z)) c R
Instances For
Positivity of the Poisson kernel for interior w, boundary z.
The Poisson kernel is continuous on the circle, for a fixed interior point.
Unit mass of the Poisson kernel.
Uniform smallness of the Poisson kernel away from the boundary singularity:
for z at distance ≥ δ from ζ₀ ∈ sphere c R, the kernel at z becomes
uniformly ≤ ε as the interior point w approaches ζ₀.
The Schwarz integral is holomorphic in the interior variable (differentiation under the integral).
The real part of the Schwarz integral is the Poisson integral.
Boundary attainment: the Poisson integral of continuous boundary data tends to the data at each boundary point (approximate-identity argument, using positivity, unit mass and off-singularity smallness of the kernel).
Solution of the Dirichlet problem on a disk. Every continuous function on a circle extends to a function continuous on the closed disk and harmonic inside.