Documentation

LeanPool.JacobianDiffgeo.Forms.Montel

Planar Montel theorem (holomorphic-forms unit) #

This file proves Montel's theorem in compactness form for the complex plane, together with the Cauchy derivative estimate feeding it. It is deliberately free of any manifold imports so that finiteness-and-chi (compact-operator argument) can import it cheaply.

Main declarations:

theorem RS.norm_deriv_le_of_bounded {Ω : Set } {g : } {C : } ( : IsOpen Ω) (hg : DifferentiableOn g Ω) (hC : wΩ, g w C) {z : } {r : } (hr : 0 < r) (hball : Metric.closedBall z rΩ) :
deriv g z C / r

Cauchy estimate: if g is holomorphic on an open set Ω and bounded by C there, then its derivative at the center of any closed ball of radius r contained in Ω is bounded by C / r.

def RS.montelFamily (Ω K : Set ) (C : ) :

The set of restrictions to a compact K of functions holomorphic on an open Ω ⊇ K and bounded by C there.

Equations
Instances For
    theorem RS.norm_sub_le_of_bounded_of_cthickening_subset {Ω K : Set } ( : IsOpen Ω) {δ C : } ( : 0 < δ) (hsub : Metric.cthickening δ KΩ) {g : } (hg : DifferentiableOn g Ω) (hC : zΩ, g z C) {z w : } (hz : z K) (hw : dist w z δ / 2) :
    g w - g z 2 * C / δ * w - z

    Interior Lipschitz estimate for a bounded holomorphic function: on the half-thickening of a set K whose δ-thickening stays in Ω, g is (2C/δ)-Lipschitz.

    theorem RS.isCompact_closure_montelFamily {Ω K : Set } ( : IsOpen Ω) (hK : IsCompact K) (hKΩ : KΩ) (C : ) :

    Montel's theorem, compactness form: a family of holomorphic functions on an open Ω ⊇ K with a common bound, restricted to the compact K, has compact closure in C(K, ℂ).