Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Inverse Limit Completion

Abstract

A refinement tower matches states to its threads iff separating and complete.

Theorem 1.1 (States correspond bijectively to threads exactly under completeness and separation).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/RefinementGeometry/InverseLimitCompletion.stateThread_bijective_iff_complete_and_separates (✓ std3). ∎

Source. Repository-derived.

Commentary.

stateThread maps each state to its compatible values at every refinement stage. ThreadComplete is its surjectivity and SeparatesStates is all-stage injectivity.

The injectivity criterion paired with thread completeness gives the bijection biconditional.

References