DbarGlueData: the Mittag-Leffler-style gluing atom #
(Jacobian/DolbeaultComparison/GlueForm01.lean)
Unit: dolbeault-comparison (docs/design/dolbeault-comparison.md §4.2/§6.1). The reusable
gluing atom of the comparison: local smooth functions with holomorphic discrepancies on a
chart-subordinate cover determine a UNIQUE global Form01 solving dbaru_i = ω on each piece.
Form01.ext_center[Compat]: aForm01is determined by its center-coefficients.DbarGlueData: the gluing data (member cover, per-member center/local solution, holomorphic discrepancies on overlaps).DbarGlueData.form: the glued(0,1)-form (viaForm01.ofCoeffs/Form01CoeffData).DbarGlueData.isDbarOn_form,DbarGlueData.form_unique.
Form01.ext_center (Compat, D4) #
Compat (candidate for upstreaming to dbar): a Form01 is determined by its
center-coefficients. From the compat field applied at the pair (p, x) (p the base point of
z in x's preferred chart) and Form01.ext.
Compat: a local repeat of Jacobian.Dbar.Operator's private #
contDiffOn_comp_chartAt_symm_of_contMDiffOn (needed here too, and not exported there).
Local dbar-data: smooth local functions, a chart-subordinate cover, holomorphic discrepancies.
The single gluing atom of the comparison (D4).
- n : ℕ
The number of members.
- V : Fin self.n → TopologicalSpace.Opens X
The cover members.
The chart center for each member.
The local
dbar-solution on each member.- smoothOn (i : Fin self.n) : ContMDiffOn (modelWithCornersSelf ℝ ℂ) (modelWithCornersSelf ℝ ℂ) (↑⊤) (self.u i) ↑(self.V i)
- holoSub (i j : Fin self.n) : ContMDiffOn (modelWithCornersSelf ℂ ℂ) (modelWithCornersSelf ℂ ℂ) ⊤ (self.u i - self.u j) ↑(self.V i ⊓ self.V j)
Instances For
The data chart at member i: the preferred chart at the center, restricted to the member.
Instances For
Real-smoothness of the chart representative of u i, at the data chart's own point.
Real-differentiability of u i's chart-i representative, transported through the
transition to ANY other maximal-atlas chart e whose source contains the point.
The (0,1)-transport identity: wirtingerDbar of u i's representative in ANY maximal-atlas
chart e (whose source contains the point) is the conj-transition of its value in the data
chart i. Used both for Form01CoeffData.compat (e := chart j) and isDbarOn_form
(e := chartAt x).
The Form01CoeffData underlying the glued form (design §6.1).
Equations
Instances For
The glued global (0,1)-form: ω|V i = dbar(u i) (design §6.1).
Equations
Instances For
Uniqueness — every well-definedness question of the comparison reduces to this.