Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Predictive Completion as a Maximal Invariant Quotient

Abstract

The maximal invariant future kernel carries the canonical predictive quotient.

Theorem 1.1 (The complete-future kernel yields the coarsest predictive refinement).

Proof. Machine-checked in Lean as D5/S3/ObserverMemory/RefinementClosure/PredictiveCompletionMaximalInvariantQuotient.predictive_completion_maximal_invariant_quotient (✓ std3). ∎

Source. Repository-derived.

Commentary.

The completed kernel is the equality kernel of the canonical complete itinerary. The projection is the canonical map to its kernel quotient, and the statement explicitly identifies the projection kernel with the completed kernel.

The completed kernel is the greatest fixed point of one-step refinement. It lies inside the current readout kernel, is forward invariant, and contains every relation satisfying those two conditions.

The quotient itself is public: both the current readout and source update descend uniquely through its surjective canonical projection. The proof applies the frozen greatest-fixed-point theorem and pinned quotient exactness and surjectivity rules.

References