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.
- projectedFlow : OnticTime → ProjectiveState N → ProjectiveState N
The induced flow on the projective sector.
- measurable_projectedFlow (t : OnticTime) : Measurable (self.projectedFlow t)
Each projected time-
tmap is measurable. The ontic flow descends through
pito the projected flow.The projected flow is the identity at time
0.- projected_add (s t : OnticTime) (p : ProjectiveState N) : self.projectedFlow (s + t) p = self.projectedFlow s (self.projectedFlow t p)
The projected flow composes additively in time.
Instances For
The concrete product instance: projectable, Hamiltonian-realised #
The projected flow of the product model: exp(-itH)-conjugation on rays.
Equations
- CSD.SigmaLayer.productProjectedFlow H hH t p = CSD.LF4.schrodingerUnitary hH t • p
Instances For
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.