Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite History Stability

Abstract

Finite observation histories stabilize and their class growth is bounded by the finite carrier.

Theorem 1.1 (Finite history stability).

Proof. Machine-checked in Lean as D5/S3/Observer/Separation/FiniteHistoryStability.finite_history_stability (✓ std3). ∎

Source. Repository-derived.

Commentary.

For a finite state carrier X, update tau, and readout q, let R_m relate states whose observations agree from time zero through time m, and let R_infinity require agreement at every finite future time. The quotient class count at depth m is c_m.

The finite relations decrease with depth, while their quotient class counts increase. A finite stability depth m_star reaches the infinite-future relation, and every later depth has that same relation.

Each strict refinement before m_star consumes a new quotient class. Consequently m_star is bounded by c_m_star minus c_0, and that increase is at most the carrier cardinality minus c_0. The proof handles the empty finite carrier directly and uses a private range corestriction only to apply the existing surjective-readout bound.

The source’s qualitative remark that the depth may depend on the whole system has no in-scope quantitative predicate and is therefore not asserted as a universal formal clause.

References