Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Closed Coordinate Witness Bundle Characterization

Abstract

Closed nonempty coordinate witnesses exactly record changed protected coordinates.

Theorem 1.1 (Closed nonempty coordinate witnesses characterize record change).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DefinitionEscapeRegrade/CoordinateWitnessBundle.has_closed_coordinate_witness_bundle_iff_ne (✓ std3). ∎

Source. Repository-derived.

Commentary.

CoordinateWitnessBundle records a finite set of changed labels and proves every registered dependent projection differs. Closed supplies the converse inclusion, while the existence predicate requires nonemptiness.

The reverse implication scans exactly the seven protected-coordinate labels using the supplied decidable equalities. If that scan were empty, frozen dependent extensionality would force the records equal.

References