SigmaLayer/MeasurementProtocol: the dynamical measurement interface (Paper D, items 1–2) #
Category: 7-SigmaLayer (the record layer — the dynamical interface).
What this fixes #
globalBasin_ae_total shows the context-fixed basins cover Σ up to a null set, so a.e. point
already carries a record and there is no apparatus-ready state of positive measure. A flow cannot
create a record in such a space. This file supplies the missing structure: a pointer register
whose ready region is genuinely disjoint from every outcome region, together with a two-time
propagator that can carry a ready state into a recorded one.
★ ready_disjoint_pointer is the whole point of the structure. It is what GlobalBasin lacked,
and it is a checkable condition on the regions — not a physics assumption.
★ The design rule this file obeys #
The plan it implements warns that a structure with fields like basin_has_born_measure or
record_persists "would merely rename the assumptions". That warning is taken literally:
MeasurementProtocolcarries only kinematics — the propagator laws, the regions, and their measurability and disjointness. Every one of those is a checkable property of the data. The correlation between selector and pointer is NOT a field. It appears asCorrelatesOn, a hypothesis of the theorems that need it (CONVENTIONS.md§8.3's_of_pattern), so discharging it is the visible act of removing a hypothesis, and no theorem here can be mistaken for physics that has not been done.
The corpus already has one field-shaped assumption of exactly the forbidden kind —
DeIsolationInteraction.basin_rate — and this file deliberately does not add a second.
What is proved #
MeasurementProtocol— two-time propagatorΦ_{s→t}withΦ_{t→t} = idandΦ_{t→u} ∘ Φ_{s→t} = Φ_{s→u}, plus ready/pointer regions. A two-time family rather than a one-parameter group, because a measurement interaction is switched on and off.readout_ready_eq_none— before the interaction there is no record. The non-triviality condition thatGlobalBasincould not state.outcomeSector—Ωᵢ = Φ_{0→T}⁻¹(Bᵢ), the initial states that evolve into recordi. This is the TN6 distinction:Bᵢis where a record is displayed,Ωᵢis where one is destined.outcomeSector_measurable,outcomeSector_pairwiseDisjoint.readout_evolve_outcomeSector— a point ofΩᵢreally does readiafter evolution.measure_outcomeSector_eq_of_correlates— ★ the Born derivation. Given the correlation, the outcome sector's measure equals the selector sector's. Composed withglobalBasin_bornthis makes the dynamical Born weight‖⟨eᵢ,ψ⟩‖²a consequence, not a posit.
⚠️ What is NOT here, and is the actual research problem #
No interaction Hamiltonian. Nothing in this file constructs a Φ satisfying CorrelatesOn, and
the existence of one is exactly the open Paper D obligation. Every theorem below is either pure
kinematics or explicitly conditional. This file is scaffolding for the statement of the problem,
not progress on its solution.
⚠️ And by no_everywhere_correlation (MeasurementConstraints.lean), any Φ satisfying the
everywhere form of CorrelatesOn on a connected ready set cannot exist for K ≥ 2. The
CorrelatesOn below is therefore stated with a set inclusion that callers are expected to satisfy
only up to a null set; a witness must say what happens on the seam.
References #
SigmaLayer/MeasurementConstraints.lean (the necessary conditions any witness must meet);
SigmaLayer/GlobalBasin.lean (globalBasin, globalBasin_born — the selector);
SigmaLayer/DeIsolationFlow.lean (the open H_int(M) obligation); specs/BACKLOG.md (the ★★ row).
The protocol #
A measurement protocol: a two-time propagator together with an apparatus-ready region and a family of pointer regions.
A two-time family Φ_{s→t}, not a one-parameter group, because the interaction is switched on and
off — a time-dependent H_int(M,t) does not generate a group.
Every field is kinematic and checkable. ★ In particular ready_disjoint_pointer — the ready region
meets no pointer region — is what makes "no record yet" a state of positive measure, which the
GlobalBasin construction structurally could not have.
- evolve : SigmaLayer.OnticTime → SigmaLayer.OnticTime → Sigma → Sigma
evolve s tis the propagatorΦ_{s→t}from timesto timet. No evolution over zero elapsed time.
The two-time composition law.
- measurable_evolve (s t : SigmaLayer.OnticTime) : Measurable (self.evolve s t)
The propagator is measurable.
- startTime : SigmaLayer.OnticTime
The time at which the interaction begins.
- readoutTime : SigmaLayer.OnticTime
The time by which the record is established.
- recordDuration : SigmaLayer.OnticTime
The operational record lifetime
τ_R: how long the apparatus is claimed to hold a record. A finite window, deliberately. On a compact phase space with an invariant probability measure, indefinite stability raises recurrence questions that finite-QM closure does not need. - readyRegion : Set Sigma
The apparatus-ready region: no outcome is recorded here.
The pointer region displaying outcome
i.- measurableSet_ready : MeasurableSet self.readyRegion
- measurableSet_pointer (i : Fin K) : MeasurableSet (self.pointerRegion i)
- pointer_pairwiseDisjoint : Pairwise (Function.onFun Disjoint self.pointerRegion)
Distinct outcomes are displayed by disjoint pointer regions.
- ready_disjoint_pointer (i : Fin K) : Disjoint self.readyRegion (self.pointerRegion i)
★ The ready region records nothing. The structural condition
GlobalBasinlacked.
Instances For
Readout #
The apparatus readout: which pointer region the state occupies, if any.
Instances For
★ Before the interaction there is no record. A state in the apparatus-ready region reads
none — the non-triviality condition that stops a pre-existing label being presented as a created
record, and the thing GlobalBasin's a.e.-total basins made impossible.
The outcome sector #
The outcome sector Ωᵢ: the initial states that evolve into the pointer region for
outcome i by the readout time.
★ This is the TN6 two-level distinction made precise: pointerRegion i is where a record is
displayed; outcomeSector i is where a record is destined. They are different sets, related by
the propagator, and conflating them is what makes a kinematic partition look dynamical.
Equations
- P.outcomeSector i = P.evolve P.startTime P.readoutTime ⁻¹' P.pointerRegion i
Instances For
Distinct outcome sectors are disjoint — inherited from the pointer regions through the preimage.
A state destined for outcome i really does read i after evolution. The bridge between
the two levels.
The correlation obligation — a hypothesis, never a field #
The de-isolation correlation: every selector sector S i is carried into the pointer region
for outcome i.
⚠️ This is a Prop on the data, deliberately NOT a field of MeasurementProtocol. Making it a
field would let a witness assume the physics and present the assumption as structure — the failure
the implementation plan explicitly warns against, and which DeIsolationInteraction.basin_rate
already commits once. As a hypothesis, discharging it is the visible act of removing it.
⚠️ By no_everywhere_correlation, the everywhere form below is unsatisfiable for K ≥ 2 on a
connected ready set. Real witnesses will establish it only off a null set, and must say what happens
on the seam; the strict form is kept here because it is what the measure argument consumes, and a
caller supplying it a.e. can pass to a full-measure subset.
Equations
- P.CorrelatesOn S = ∀ (i : Fin K), S i ⊆ P.outcomeSector i
Instances For
★ The dynamical Born weight, derived rather than posited.
Given the correlation, the measure of the outcome sector equals the measure of the selector sector. So the dynamic probability is not a new postulate: it is the existing context-fixed selector weight, transported by the interaction.
The argument needs no cancellation trickery. Ωᵢ is disjoint from every S j with j ≠ i (those
sit inside Ω j), so μ(Ωᵢ) + μ(⋃_{j≠i} S j) ≤ 1 = μ(Sᵢ) + μ(⋃_{j≠i} S j), and the common finite
term cancels. The reverse inequality is monotonicity.