Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Forgotten Distinction Precludes Refinement

Abstract

A future readout that forgets a past distinction cannot refine the past readout.

Theorem 1.1 (Forgetting a distinction obstructs refinement).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Discussion/ForgottenDistinctionPrecludesRefinement.forgotten_distinction_precludes_refinement (✓ std3). ∎

Source. Repository-derived.

Commentary.

The past and future concepts are arbitrary readouts on the same state space. Two states have different past readouts but the same future readout, which directly records that the old distinction was lost.

If the future refined the past, the canonical refinement factor would transport equality of the future readouts back to equality of the past readouts, contradicting the displayed distinction.

The proof imports the existing refinement-preservation theorem and takes its contrapositive. No new concept or refinement relation is defined.

References