Documentation

LeanPool.Rado.Complex.Poisson

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):

noncomputable def Rado.schwarzIntegral (f : ) (c : ) (R : ) (w : ) :

The Schwarz integral of boundary data f on sphere c R, evaluated at the interior point w.

Equations
Instances For
    theorem Rado.poissonKernel_pos {c w z : } {R : } (hw : w Metric.ball c R) (hz : z Metric.sphere c R) :

    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.

    theorem Rado.eventually_poissonKernel_le_of_dist {c : } {R : } {ζ₀ : } (hζ₀ : ζ₀ Metric.sphere c R) (hR : 0 < R) {δ ε : } ( : 0 < δ) ( : 0 < ε) :
    ∀ᶠ (w : ) in nhdsWithin ζ₀ (Metric.ball c R), zMetric.sphere c R, δ dist z ζ₀poissonKernel c w z ε

    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 ζ₀.

    theorem Rado.schwarzIntegral_differentiableOn {f : } {c : } {R : } (hR : 0 < R) (hf : ContinuousOn f (Metric.sphere c R)) :

    The Schwarz integral is holomorphic in the interior variable (differentiation under the integral).

    theorem Rado.re_schwarzIntegral {f : } {c : } {R : } {w : } (hR : 0 < R) (hf : ContinuousOn f (Metric.sphere c R)) (hw : w Metric.ball c R) :
    (schwarzIntegral f c R w).re = Real.circleAverage (fun (z : ) => poissonKernel c w z f z) c R

    The real part of the Schwarz integral is the Poisson integral.

    theorem Rado.tendsto_re_schwarzIntegral {f : } {c : } {R : } (hR : 0 < R) (hf : ContinuousOn f (Metric.sphere c R)) {ζ₀ : } (hζ₀ : ζ₀ Metric.sphere c R) :
    Filter.Tendsto (fun (w : ) => (schwarzIntegral f c R w).re) (nhdsWithin ζ₀ (Metric.ball c R)) (nhds (f ζ₀))

    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).

    theorem Rado.exists_harmonic_extension {c : } {R : } (hR : 0 < R) {f : } (hf : ContinuousOn f (Metric.sphere c R)) :

    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.