The Dolbeault comparison HΒΉ(X, πͺ) β
H^{0,1}(X) (Jacobian/DolbeaultComparison/Comparison.lean) #
Unit: dolbeault-comparison (docs/design/dolbeault-comparison.md Β§4.4/Β§6.4). Forster 15.14(a),
PDE-free at D = 0: H01 X := Form01 X β§Έ range dbar, the Δech β Dolbeault map cechToH01
(built via H1.lift from the per-good-cover map toDolb, using dolbForm), its injectivity
(the CR-bridge argument) and surjectivity (chart-disk dbar-solvability + PoU gluing), packaged as
dolbeaultEquiv : H1 (0 : Divisor X) ββ[β] H01 X.
finiteDimensional_H01 is gated on a [FiniteDimensional β (H1 (0 : Divisor X))] hypothesis: at
the time of this build Jacobian/Finiteness/H1Finite.lean (the file that would discharge this
hypothesis unconditionally) has not landed; see the unit's build-log entry.
Compat: Module.DirectLimit.addCommGroup (needing the Pi-type hypothesis
[β π°, AddCommGroup (H1Cover 0 π°)]) is not found by plain inferInstance for H1 0 β Lean's
instance search does not automatically distribute over the β-quantified instance argument of a
Module.DirectLimit-style instance with explicit index data; register it once, by hand, as a
concrete named instance so ordinary instance search (Sub, LinearMap.ker_eq_bot,
LinearEquiv's CoeFun, β¦) finds it downstream. Spiked/isolated in a throwaway scratch file
before landing here.
Equations
- RS.instAddCommGroupH1OfNatDivisor = Module.DirectLimit.addCommGroup (fun (π° : RS.Cech.FinCover β€) => RS.Cech.H1Cover 0 π°) fun (x x_1 : RS.Cech.FinCover β€) (h : x β€ x_1) => RS.Cech.resH1' 0 h
The Dolbeault H^{0,1}(X): the naked quotient of Form01 X by range dbar (D3).
Instances For
The raw (pre-quotient) map Z1 0 π° β H01 X, f β¦ H01.mk (dolbForm hπ° f). Additivity and
homogeneity come from dolbForm_add_sub_mem/dolbForm_smul_sub_mem (Β§6.3): the discrepancies
land in range dbar = ker H01.mk.
Equations
- RS.toDolbRaw hπ° = { toFun := fun (f : β₯(RS.Cech.Z1 0 π°)) => RS.H01.mk (RS.Dolb.dolbForm hπ° f), map_add' := β―, map_smul' := β― }
Instances For
The Δech β Dolbeault map on a good cover (Forster 15.14(a) forward map, cover level).
Equations
- RS.toDolb hπ° = (Submodule.comap (RS.Cech.Z1 0 π°).subtype (RS.Cech.B1 0 π°)).liftQ (RS.toDolbRaw hπ°) β―
Instances For
A classical choice of good refinement of any cover.
Equations
- RS.goodRef π° = β―.choose
Instances For
toDolb extended to every cover by pushing to a good refinement.
Equations
- RS.toDolbAll π° = RS.toDolb β― ββ RS.Cech.resH1' 0 β―
Instances For
THE comparison map on the colimit (Forster 15.14(a), forward map).
Equations
Instances For
Injectivity #
Surjectivity #
Assembly #
DOLBEAULT (Forster 15.14(a), PDE-free): HΒΉ(X, πͺ) β H^{0,1}_dbar(X).
Equations
Instances For
The blueprint's stated purpose: Δech finiteness transfers to H^{0,1}. Gated on
[FiniteDimensional β (H1 (0 : Divisor X))] β the unconditional discharge of this hypothesis
lives in Jacobian/Finiteness/H1Finite.lean, not yet built at the time of this unit.
Global dbar-solvability criterion (free corollary): solvable iff the Δech class of the Leray cocycle of local solutions vanishes.