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
ContMDiffAt ↔ AnalyticAt bridge from the surfaces-and-charts unit (Jacobian.Surface.Bridges)
instead of a local re-proof.
Main declarations:
RS.analyticAt_trans— transitions between maximal-atlas charts are analytic.RS.deriv_trans_comp— chain rule for transition derivatives through a third chart.RS.tangentCoord_mfderiv_comp— scalar chain rule: themfderiv-composite read in the canonical tangent coordinate is the planarderivof the composite.RS.contMDiffAt_section_iff_analyticAt_coeffInFun— a covector section isC^ωatxiff its coefficient function in the preferred chart is analytic atchartAt ℂ x x.RS.Form1.ofSectionAnalytic— constructor forForm1from a raw section with analytic preferred-chart coefficients.RS.Form1.analyticAt_coeffAt,RS.Form1.analyticOnNhd_coeffIn,RS.Form1.continuousOn_coeffIn— coefficients of holomorphic 1-forms are analytic on chart targets (any maximal-atlas chart).
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.
Chain rule for transition derivatives: reading the transition from f to e through an
intermediate chart e' multiplies the derivatives.
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 #
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
- RS.Form1.ofSectionAnalytic σ h = { toFun := σ, contMDiff_toFun := ⋯ }
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.