Documentation

CsdLean4.LF4.Instance

LF4 §8: the first concrete ontic-shell instantiation #

Category: 3-Local (the first concrete ontic-shell instantiation).

This file discharges the structural part of LF4 §8 (specs/LF4-todo.md): it exhibits a concrete CSD.LF2.SectorData, proving that LF2's abstract framework is inhabited (it had never been instantiated), and that the sector-conditional measure bridge holds axiom-free for the instance. For this base case (π = id) the bridge is the trivial c = 1 identity. The non-trivial-fibre instance KahlerInstance.lean (Σ = ℂℙ^{M-1} × T², π = pr₁) likewise builds its bridge axiom-free, via the product marginal (Measure.fst_prod), not via any uniqueness axiom. (invariant_measure_uniqueness_cpn is the proved ℂℙ^{N-1} invariant-measure-uniqueness fact available for bridges that need it; the abstract CSD.LF2.invariant_measure_uniqueness axiom it once realised, and the abstract measure_bridge lemma it served, were removed 2026-06-04 as unused.)

The instance #

cpSectorData p₀ is the minimal shell:

Honest scope. This is the base case. With π = id the projection has trivial (point) fibres, so there is no unresolved ontic structure and the bridge constant is c = 1. The value here is exactly: (i) LF2's SectorData is now proven non-vacuous, and (ii) cp_measure_bridge is axiom-free, demonstrating that the LF2 axiom is dischargeable in the concrete ℂℙ^{N-1} / U(N) setting. A non-trivial-fibre instance (ℂℙ^{N-1} × ℂℙ^{N-1}, π = pr₁) and, separately, the de-isolation dynamics that turn volume ratios into Born weights, are future work; this shell is the scaffold they attach to. It does not by itself reproduce any Born prediction.

@[reducible, inline]
abbrev CSD.LF4.CPN (N : ) :

ℂℙ^{N-1}.

Equations
Instances For

    ℂℙ^{N-1} is nonempty for N ≥ 1 (it carries projective rays of a nonzero space).

    noncomputable def CSD.LF4.cpOnticSetup {N : } [NeZero N] (p₀ : CPN N) :

    The minimal ontic-shell OnticSetup: μL is Fubini–Study, the flow is the identity, and the preparation region is everything.

    Equations
    Instances For
      noncomputable def CSD.LF4.cpSectorData {N : } [NeZero N] (p₀ : CPN N) :

      First concrete SectorData. Σ = P = ℂℙ^{N-1}, G = U(N), π = id. Witnesses that LF2's abstract framework is inhabited.

      Equations
      Instances For

        Axiom-free measure bridge for the instance. π∗μL = c · μFS with c = 1 (since π = id and μL = μFS). Proved via Measure.map_id, so it cites only the foundational triple — no LF2 axiom.