Documentation

CsdLean4.SigmaLayer.DynamicsBridge

SigmaLayer/DynamicsBridge: projectable dynamics and its Hamiltonian realisation #

Category: 7-SigmaLayer (the projective-sector layer (Paper C)).

Bridge assumption B2: the ontic flow is projectable through pi (there is an induced flow on the projective sector). ProjectiveDynamicsBridge bundles the projected flow, its one-parameter-group laws and the projectability equation. For the concrete product model (productDynamics/productSector) the projected flow is exp(-itH)-conjugation on rays, so it is projectable AND has a Hamiltonian realisation: theorem target T5 (HasHamiltonianRealisation) is inhabited for this concrete model, reusing manyToOneSchrodingerSetup_schrodinger_form and expNegITH_unitary_group.

Unitarity of the projected flow is NOT a field of ProjectiveSector; it is the separate target HasUnitaryRealisation / HasHamiltonianRealisation, proved only where a concrete model supplies it.

Consistency witness, not derivation. The concrete model's isolated flow is Φ_t = (e^{-itH}·[p], θ) — unitary Schrödinger evolution is built IN — so "the projected flow is exp(-itH)" is a compatibility fact about the witness, NOT a derivation of unitary dynamics from a fibre-primitive Hamiltonian vector field (Paper C A2/A5, the quantum-effective projectability). The W-series (LF4/PhaseLift.lean) derives the exp(-itH) form from the sector interface + regularity data as a separate, forward result; here it is exhibited on the witness. The sector's own origin remains SO-1 (specs/reconstruction-status.md §7).

Projective dynamics bridge (B2 interface). The projected flow, its measurability, the projectability equation pi (flow t x) = projectedFlow t (pi x), and the one-parameter-group laws of the projected flow.

Instances For

    The concrete product instance: projectable, Hamiltonian-realised #

    noncomputable def CSD.SigmaLayer.productProjectedFlow {M : } (H : Matrix (Fin (M + 1)) (Fin (M + 1)) ) (hH : H.IsHermitian) :

    The projected flow of the product model: exp(-itH)-conjugation on rays.

    Equations
    Instances For
      noncomputable def CSD.SigmaLayer.productDynamicsBridge {M : } (H : Matrix (Fin (M + 1)) (Fin (M + 1)) ) (hH : H.IsHermitian) (p₀ : LF4.CPN (M + 1)) :

      The product model is projectable with exp(-itH)-conjugation as its projected flow (B2 proved). The ontic flow descends through pi = Prod.fst to exp(-itH) • ·, with the projected group laws from expNegITH_unitary_group.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        T5 inhabited for the product model: the projected flow has a Hamiltonian realisation. The projected flow is generated by the Hermitian H via exp(-itH); a concrete inhabitant of HasHamiltonianRealisation, not a postulate.

        T4 inhabited for the product model: the projected flow has a unitary realisation. The Hamiltonian realisation is in particular a unitary realisation.