Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Controlled Finite Stability

Abstract

Finite controlled observations stabilize at the maximal common invariant relation.

Theorem 1.1 (Controlled refinement stabilizes at the maximal common congruence).

Proof. Machine-checked in Lean as D5/S3/ObserverMemory/Algorithms/ControlledFiniteStability.controlled_finite_stability (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let the state, input, and realized readout carriers be finite and nonempty. Construct every bounded relation from equality of readouts after all input words up to the stated length, and construct the complete relation from all finite input words. Surjectivity of the readout records that the output carrier is its realized image.

If two consecutive bounded relations agree, the relation is a fixed point of the controlled refinement operator, so every later bounded relation agrees with it. The complete relation is the operator’s greatest fixed point and the greatest equivalence contained in the current-readout kernel that is preserved by every input transition.

The least stable depth is characterized publicly by stability and minimality. Before that depth every strict refinement increases the finite quotient class count. The count begins at the number of realized readouts, ends at the complete behavior quotient, and never exceeds the state count, giving both displayed bounds.

Repository search found and directly reuses the controlled-word semantics, the bounded relation recursion, the recursive signature correctness theorem, and the complete behavior quotient. Pinned Mathlib supplied Fintype.card_le_of_surjective, Fintype.bijective_iff_surjective_and_card, and Nat.sInf_mem. No single packaged theorem containing the branching fixed-point and quotient-bound clauses was found.

References