Constructing holomorphic 1-forms from coefficient data (CC1, design §2.3) #
Unit: holomorphic-forms (docs/design/holomorphic-forms.md). RS.Form1CoeffData X ι packages a
covering family of ω-maximal-atlas charts together with analytic coefficient functions on the
chart targets satisfying the CC1 transition rule; RS.Form1.ofCoeffs assembles them into a
holomorphic 1-form whose coeffIn in the i-th chart is the given i-th coefficient
(RS.Form1.coeffIn_ofCoeffs).
The chart family is arbitrary (indexed by any ι), not just preferred charts: the finiteness
argument (Jacobian/Forms/Finiteness.lean) instantiates it with charts restricted to shrunk
cover sets, which stay in the maximal atlas.
Main declarations:
RS.Form1CoeffData— the compatible-coefficient structure.RS.Form1CoeffData.coeffInFun_toSection— master computation: the raw coefficient of the assembled section in ANY maximal-atlas chart.RS.Form1.ofCoeffs,RS.Form1.coeffIn_ofCoeffs,RS.Form1.coeffAt_ofCoeffs.
Compatible analytic coefficient data for a holomorphic 1-form, over a covering family of
ω-maximal-atlas charts: on each chart target an analytic coefficient function, related on
overlaps by the CC1 transition rule.
- chart : ι → OpenPartialHomeomorph X ℂ
The covering chart family.
The coefficient functions, one per chart.
- analyticOnNhd (i : ι) : AnalyticOnNhd ℂ (self.coeff i) (self.chart i).target
Instances For
A chosen chart index for each point.
Instances For
The underlying covector section: at x, the covector coeff · d(chart)ₓ read through the
chosen chart (crossing the TangentSpace ↦ Bundle.Trivial defeq in the codomain).
Equations
Instances For
Master computation: in any maximal-atlas chart e', at a target point z whose base
point lies in the i-th chart, the raw coefficient of D.toSection is the i-th coefficient
transported by the transition derivative.
The preferred-chart coefficient functions of D.toSection are analytic (feeds the
Form1.ofSectionAnalytic constructor).
A holomorphic 1-form assembled from compatible analytic coefficient data over a covering maximal-atlas chart family (CC1 constructor).
Equations
Instances For
The coefficients of Form1.ofCoeffs D in the i-th chart of the data are the given
coefficients, on the whole chart target.
The preferred-chart coefficient of Form1.ofCoeffs D at a point of the i-th chart source,
via the transition derivative (the form consumed by the finiteness argument).