Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Validity Preservation by Admissible Transport

Abstract

Admission-preserving transport pulls target validity back to the source.

Theorem 1.1 (Validity is preserved by an admission map).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Transport/AdmissionValidityPreservation.validity_preserved_by_admission_map (✓ std3). ∎

Source. Repository-derived.

Commentary.

Validity in the target is the source’s public quantifier: every target state satisfying the target admission predicate satisfies P.

Admission preservation is the standard MapsTo condition on the source and target admission predicates. Both predicates and the transport map are independent inputs.

For an admissible source state x, admission preservation supplies target admissibility of h(x), so target validity supplies P(h(x)), exactly the value of the pulled-back predicate at x.

References