Documentation

LeanPool.JacobianDiffgeo.Forms.Analyticity

Analyticity characterization of holomorphic 1-forms (CC1, design §2.2) #

Unit: holomorphic-forms (docs/design/holomorphic-forms.md). This file proves the CC1 statement "coeffIn is analytic iff the section is ω-smooth", using the canonical ContMDiffAtAnalyticAt bridge from the surfaces-and-charts unit (Jacobian.Surface.Bridges) instead of a local re-proof.

Main declarations:

Analyticity and derivatives of transition maps #

The transition map between two maximal-atlas charts is analytic at every point of the image of the overlap.

theorem RS.deriv_trans_comp {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] {e e' f : OpenPartialHomeomorph X } (he : e IsManifold.maximalAtlas (modelWithCornersSelf ) X) (he' : e' IsManifold.maximalAtlas (modelWithCornersSelf ) X) (hf : f IsManifold.maximalAtlas (modelWithCornersSelf ) X) {z : } (hzt : z f.target) (hes : f.symm z e.source) (he's : f.symm z e'.source) :
deriv (e f.symm) z = deriv (e e'.symm) (e' (f.symm z)) * deriv (e' f.symm) z

Chain rule for transition derivatives: reading the transition from f to e through an intermediate chart e' multiplies the derivatives.

theorem RS.tangentCoord_mfderiv_comp {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] {f : X} {g : X} {z : } (hf : MDiffAt f (g z)) (hg : MDiffAt g z) :
tangentCoord ((mfderiv% f (g z)) ((mfderiv% g z) 1)) = deriv (f g) z

Scalar chain rule: the composite of mfderivs applied to the canonical tangent vector 1, read in the canonical coordinate, is the planar derivative of the composite.

The planar (ℂ →L[ℂ] ℂ)-valued analyticity reduction #

theorem RS.analyticAt_clm_iff_apply_one {F : →L[] } {z : } :
AnalyticAt F z AnalyticAt (fun (w : ) => (F w) 1) z

A ℂ →L[ℂ] ℂ-valued map is analytic iff its pointwise evaluation at 1 is (the fiber is one-dimensional; evaluation at 1 is a linear isometry equivalence).

Defeq bridge: the hom-bundle trivialization representative of a covector section, evaluated at the canonical tangent vector 1, is the chart coefficient function.

The section characterization #

Smoothness ↔ analytic coefficients (CC1): a covector section is C^ω at x iff its coefficient function in the preferred chart at x is analytic at the chart image of x.

Build a holomorphic 1-form from a raw covector section whose preferred-chart coefficient functions are analytic.

Equations
Instances For

    Analyticity of the coefficients of a holomorphic 1-form #

    The coefficient of a holomorphic 1-form in the preferred chart at x is analytic at the chart image of x.

    The coefficient of a holomorphic 1-form in any maximal-atlas chart is analytic on the whole chart target.

    The coefficient of a holomorphic 1-form in a maximal-atlas chart is analytic at each target point (pointwise form).

    Coefficients of holomorphic 1-forms are continuous on chart targets.