Predictive Sufficiency Descent with Unique Induced Maps
Abstract
Complete-future quotient classes carry a well-defined update and readout, with a unique pair of induced maps making both projection squares commute.
Theorem 1.1 (Well-defined quotient dynamics and unique commuting induced maps).
Proof. Machine-checked in Lean as D5/S3/ObserverMemory/RefinementDescent/PredictiveSufficiencyDescent.predictive_sufficiency_descent_well_defined_unique (✓ std3). ∎
Source. Repository-derived.
Commentary.
The state carrier is the canonical quotient by equality of every future readout. If two representatives have the same completion projection, their updated projections and current readouts agree.
The public existential-unique clause exposes a pair consisting of an update on the completed state and a readout from it. Each component commutes with the canonical projection, and quotient surjectivity forces this pair to be unique.
The imported PredictionCompletion declarations construct the quotient, projection, quotient update, and quotient readout. The withdrawn all-computation-rule receipt is not reused as a wrapper.
Repository search found no existing theorem with both representative well-definedness and pair uniqueness at this generality; pinned Mathlib supplies Quotient.exact and Quotient.mk_surjective.
References
- Truth anchor:
D5/S3/ObserverMemory/RefinementDescent/PredictiveSufficiencyDescent.predictive_sufficiency_descent_well_defined_unique - Dependency: D5/S3/ObserverMemory/Refinement/PredictionCompletion