Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Protected Coordinate Dependent Extensionality

Abstract

All seven dependent protected-coordinate projections jointly determine the frozen record.

Theorem 1.1 (Dependent projection agreement characterizes coordinate equality).

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

Source. Repository-derived.

Commentary.

ProtectedCoordinateTag has exactly the seven labels targetChain, domain, epsilon, conditions, comparator, baseline, and weightSpec. The dependent projection returns each field in its own type.

The reverse implication specializes the universal equality at every label and applies structure extensionality. It assumes no decidable equality for any field type.

References