Documentation

CsdLean4.Mathlib.Analysis.InnerProductSpace.KahlerClosed

Flat closedness of the Fubini–Study fundamental form: dω = 0 on the tangent model #

Category: 1-Mathlib-staging (CSD-free; differential forms on normed spaces).

The A4 residue brick (BACKLOG §A, recorded 2026-08-06 as formalisable): Mathlib's pin carries extDeriv on normed spaces (Analysis/Calculus/DifferentialForm/), so the closedness dω = 0 of the constant fundamental 2-form on the flat tangent model E is now a theorem, not prose. This module delivers:

Honest scope #

This is the flat statement, on the linear tangent model E = EuclideanSpace ℂ (Fin N) — the formalisable fragment of the manifold residual that KahlerOnticSetup.kahler_pointwise names (closedness dω = 0 and the top-power identity on ℂℙ^{N-1} itself; connectivity link L1, specs/connectivity-manifest.md). Forms on the quotient manifold ℂℙ^{N-1} remain outside Mathlib's API (its own DifferentialForm/Basic.lean TODO); nothing here claims manifold-level closedness, and the top-power volume identity is untouched. Follow-up tracked in specs/future-work.md (the W/EC ladders) and BACKLOG §A (A4).

Supporting API added en route (right-slot bilinearity of ω, the Cauchy–Schwarz bound |ω u v| ≤ ‖u‖‖v‖, the bundled fundamentalFormCLM): cross-linked from KahlerForm.lean's left-slot lemmas (fundamentalForm_add_left, fundamentalForm_real_smul_left, fundamentalForm_self, fundamentalForm_antisymm).

Generic: constant differential forms are closed #

theorem extDeriv_const_apply {𝕜 : Type u_1} [NontriviallyNormedField 𝕜] {E : Type u_2} {F : Type u_3} [NormedAddCommGroup E] [NormedSpace 𝕜 E] [NormedAddCommGroup F] [NormedSpace 𝕜 F] {n : } (c : E [⋀^Fin n]→L[𝕜] F) (x : E) :
extDeriv (fun (x : E) => c) x = 0

The exterior derivative of a constant differential form vanishes (pointwise form). Mathlib-gap lemma: extDeriv is the alternatization of fderiv, and the derivative of a constant is 0.

theorem extDeriv_const {𝕜 : Type u_1} [NontriviallyNormedField 𝕜] {E : Type u_2} {F : Type u_3} [NormedAddCommGroup E] [NormedSpace 𝕜 E] [NormedAddCommGroup F] [NormedSpace 𝕜 F] {n : } (c : E [⋀^Fin n]→L[𝕜] F) :
(extDeriv fun (x : E) => c) = 0

The exterior derivative of a constant differential form vanishes.

The fundamental form as a continuous alternating 2-form #

Right-slot additivity of the fundamental form (companion to fundamentalForm_add_left).

Right-slot real homogeneity of the fundamental form (companion to fundamentalForm_real_smul_left).

Cauchy–Schwarz bound for the fundamental form: |ω u v| ≤ ‖u‖ * ‖v‖.

The fundamental form as a bundled -bilinear map.

Equations
Instances For

    The fundamental form as a continuous -bilinear map (Cauchy–Schwarz gives the bound).

    Equations
    Instances For

      The fundamental 2-form: ω u v = im ⟪u,v⟫ as a continuous alternating 2-form on E (alternating by fundamentalForm_self).

      Equations
      Instances For

        Flat closedness of the fundamental form: dω = 0 (pointwise form). The constant differential 2-form x ↦ ω on the tangent model E is closed in the flat exterior-derivative sense. This discharges the formalisable fragment of the dω = 0 residual named by KahlerOnticSetup.kahler_pointwise (connectivity link L1); the manifold-level statement on ℂℙ^{N-1} stays open pending Mathlib manifold-form API.

        ★ Flat closedness of the fundamental form, function form: dω = 0.