Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite-History Permanent Stability

Abstract

A finite-history relation stable at one consecutive depth remains permanently stable.

Theorem 1.1 (One stable depth makes all later history relations equal).

Proof. Machine-checked in Lean as D5/S3/ObserverMemory/PredictionCertificates/FiniteHistoryPermanentStability.finite_history_relation_stable_forever (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let F be a self-map and q a readout. ReadoutWord(F,q,m,y) is the finite observation history of y through update depth m, so equality of such words constructs the source relation directly.

If equality at depth m is equivalent to equality at depth m+1, then for every natural offset r, equality at depth m is equivalent to equality at depth m+r.

The exact repository theorem one_step_stability_is_permanent uses the same history words and premise. The Lean theorem applies its all-later-depth component directly.

References