Documentation

LeanPool.JacobianDiffgeo.DolbeaultComparison.GlueForm01

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, D4) #

theorem RS.Form01.ext_center {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] {η η' : Form01 X} (h : ∀ (x : X), η.coeffAt x ((chartAt x) x) = η'.coeffAt x ((chartAt x) x)) :
η = η'

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).

DbarGlueData #

Local dbar-data: smooth local functions, a chart-subordinate cover, holomorphic discrepancies. The single gluing atom of the comparison (D4).

Instances For

    The data chart at member i: the preferred chart at the center, restricted to the member.

    Equations
    Instances For
      theorem RS.DbarGlueData.contDiffAt_u_comp_chart_symm {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] (d : DbarGlueData X) (i : Fin d.n) {x : X} (hx : x d.V i) :
      ContDiffAt (↑) (d.u i (d.chart i).symm) ((d.chart i) x)

      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.

      theorem RS.DbarGlueData.wirtingerDbar_u_transport {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] (d : DbarGlueData X) (i : Fin d.n) {x : X} (hx : x d.V i) (e : OpenPartialHomeomorph X ) (he : e IsManifold.maximalAtlas (modelWithCornersSelf ) X) (hex : x e.source) :
      wirtingerDbar (d.u i e.symm) (e x) = (starRingEnd ) (deriv ((d.chart i) e.symm) (e x)) * wirtingerDbar (d.u i (d.chart i).symm) ((d.chart i) x)

      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
          theorem RS.DbarGlueData.form_unique {X : Type u_1} [TopologicalSpace X] [ChartedSpace X] [IsManifold (modelWithCornersSelf ) X] (d : DbarGlueData X) {η : Form01 X} (h : ∀ (i : Fin d.n), IsDbarOn (d.u i) η (d.V i)) :
          η = d.form

          Uniqueness — every well-definedness question of the comparison reduces to this.