Prediction Escape as Expansion Escape
Abstract
Finite-horizon prediction escape is exactly escape from a current readout to its finite-time projection.
Theorem 1.1 (Bounded prediction escape is finite-time readout expansion escape).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/TimeProjection/PredictionExpansionEscape.prediction_escape_iff_expansion_escape (✓ std3). ∎
Source. Repository-derived.
Commentary.
PredictionEscape is defined independently by equality of the current readout and a natural-number witness k no later than N where the iterated readouts differ.
ExpansionEscape instead compares equality under the old readout with inequality of the two functions on Fin(N+1). Decidable equality on the output supports a finite scan from function inequality back to a bounded witness.
References
- Truth anchor:
D5/S3/ConceptDynamics/TimeProjection/PredictionExpansionEscape.prediction_escape_iff_expansion_escape