SigmaLayer/UnifiedFlowedRecords: time-indexed records ON the unified model (#5) #
Category: 7-SigmaLayer (the projective-sector layer (Paper C)).
unified_projectiveSector_capstone (UnifiedMeasurement.lean) bundles the dynamics + measurement core of the ONE
ontic model productDynamics H hH p₀ on Σ = ℂℙ^M × T², but its record layer vnRecordSemanticsProd
uses a STATIC event (it ignores the recorded time). This module puts the GENUINELY TIME-INDEXED record
semantics flowedSemantics onto that same model, with the ISOLATED Hamiltonian flow Φ = exp(-itH) as
the evolution — so the model's records become time-physical, with the persistence (probability conserved +
flow-covariant) of flowedSemantics_persistence instantiated on it.
The construction is pure assembly: flowedSemantics needs a base outcome-region family, its
measurability, and outcome-exclusivity — all three are exactly the fields already proved in
vnRecordSemanticsProd. The static vnRecordSemanticsProd is recovered as the t = 0 slice
(unifiedFlowedSemantics_zero), so nothing about the working capstone changes; this ADDS the time-indexed
layer.
What this establishes (all on the unified model productDynamics H hH p₀) #
unifiedFlowedSemantics— the time-indexed record semantics,event ⟨c,i,t⟩ = Φ_t⁻¹'(pointer fibre);unified_records_persistence— its Born weight is time-invariant AND the record is flow-covariant under the isolated evolution (flowedSemantics_persistence);unifiedFlowedSemantics_zero— att = 0it is the capstone'svnRecordSemanticsProd(consistency).
So the "records are time-physical on the unified model" claim, previously supported only by the generic
flowedSemantics, is now instantiated on the actual model — the piece L9 needs to list records in the
"proved on the unified model" tier.
References: SigmaLayer/UnifiedMeasurement.lean (vnRecordSemanticsProd, unifiedDeisolationModel),
SigmaLayer/TimeIndexedRecord.lean (flowedSemantics, flowedSemantics_persistence).
Time-indexed records on the unified model. flowedSemantics over the isolated flow
productDynamics H hH p₀, with base region = the pointer fibre (the same region vnRecordSemanticsProd
uses), its measurability and exclusivity reused verbatim. event ⟨c,i,t⟩ = Φ_t⁻¹'(pointer fibre i).
Equations
- One or more equations did not get rendered due to their size.
Instances For
Records are time-physical on the unified model. For every context/outcome, the time-indexed record
probability is conserved by the isolated Hamiltonian evolution AND the record transforms covariantly with
the flow — flowedSemantics_persistence instantiated on productDynamics H hH p₀. So the unified model's
records are genuine time-physical evidence carried consistently by its own isolated dynamics.
Consistency: the static capstone semantics is the t = 0 slice. At t = 0 the time-indexed
record event coincides with vnRecordSemanticsProd's (since Φ₀ = id), so adding the flowed layer does
not disturb unified_projectiveSector_capstone.
#2: Born-frequency ON the unified model #
manyToOneSetup_born_frequency (the independent-trial LLN Born frequency) transfers directly to the
unified model, because (productDynamics H hH p₀).muL = (manyToOneSetup (schrodingerUnitary hH) p₀) .liouvilleMeasure (by productDynamics_muL_eq, itself rfl) and (productSector H hH p₀).pi is that
setup's π. So the Born frequencies are stated on the SAME model that carries the dynamics, measurement,
and records — no separate base object.
Born frequency on the unified model. For i.i.d. trials X whose law is the unified model's own
Liouville measure (productDynamics H hH p₀).muL, the frequency of trials landing in the i-th outcome
region π⁻¹(bornRegion i) converges a.s. to the Born weight ‖⟨eᵢ,ψ⟩‖². A direct transfer of
manyToOneSetup_born_frequency through the definitional identity productDynamics.muL = liouvilleMeasure
— so Born frequencies are now stated on the unified model itself.