Documentation

CsdLean4.SigmaLayer.PostMeasurement

SigmaLayer/PostMeasurement: the post-outcome isolation preparation #

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

SL-T5 follow-on. A de-isolating measurement establishes a RecordedFact and appends it to the record history (appendEstablishedFact, compatibleSet_appendEstablishedFact: compatibleSet (history ++ [r]) = compatibleSet history ∩ event r). The external review (2026-07-14) flagged that the corpus did not yet PROVE the extended history has nonzero compatible measure, nor construct the resulting post-measurement HistoryPreparation. This module does both.

This closes the measurement/record loop on the unified model: measure, establish a record, and the state updates to a genuine (nonzero-measure) post-outcome preparation whose conditional law is the Bayesian update. Its bayesianConditional form is the ontic half of the conditional→Lüders correspondence (SigmaLayer/ConditioningLink.lean).

References: specs/future-work.md (SL-T5 follow-on); SigmaLayer/IsolationPreparation.lean (HistoryPreparation, conditionalMeasure_apply), SigmaLayer/MeasurementRecord.lean (appendEstablishedFact, compatibleSet_appendEstablishedFact, DeisolationModel.establishedFact), SigmaLayer/ConditioningLink.lean (bayesianConditional).

The post-measurement isolation preparation. After a de-isolation establishes the record r, provided the outcome is possible (μL(compatibleSet ∩ event r) ≠ 0), the extended history appendEstablishedFact history r is a valid HistoryPreparation. Its compatible region is compatibleSet ∩ event r (compatibleSet_appendEstablishedFact), which has nonzero Liouville measure — so the post-outcome conditional law is well defined.

Equations
Instances For

    The post-measurement compatible region is the prior region intersected with the record event.

    theorem CSD.SigmaLayer.HistoryPreparation.appendFact_conditionalMeasure_apply {Sigma : Type w} [MeasurableSpace Sigma] [Nonempty Sigma] {D : ConstraintDynamics Sigma} {R : RecordSignature} {S : RecordSemantics Sigma R} (HP : HistoryPreparation D R S) (r : RecordedFact R) (hpos : D.muL (compatibleSet S HP.history S.event r) 0) (A : Set Sigma) (hA : MeasurableSet A) :

    The post-measurement conditional law. After establishing r, the epistemic state is μL conditioned on compatibleSet ∩ event r: muH'(A) = μL(A ∩ (compatibleSet ∩ event r)) / μL(compatibleSet ∩ event r) — the Bayesian update of the isolated law on the newly established record.

    The post-outcome preparation exists exactly when the outcome was possible. Build the post-measurement preparation from outcome-possibility phrased as positive conditional probability conditionalMeasure(event r) ≠ 0: an outcome with positive probability in the current isolated law can be conditioned on, yielding a genuine (nonzero-measure) post-outcome preparation.

    Equations
    Instances For