Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Spectrum Commitment Atom Family and Scope

Abstract

The local DESC commitment has exactly five indexed atoms and the stated scope boundary.

Theorem 1.1 (The five named DESC atoms have the exact local scope contract).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/EscapeSpectrum/SpectrumCommitmentScope.spectrum_commitment_atom_family_and_scope (✓ std3). ∎

Source. Repository-derived.

Commentary.

The construction instantiates the frozen seven-field SpectrumCommitment record. It supplies a finite atom family and scope predicate while leaving baseline, weight specification, and test plan explicit.

SpectrumAtom has the five named constructors T1 through T5. Its public index map is bijective onto Fin 5, so no theorem atom collides with or is omitted from the settlement positions.

Every named atom admits finite-language and countable-language scopes. The explicitly larger boundary-language scope is admitted exactly for T4, matching the countermodel exception without widening the main theorem domain.

A concrete Boolean computation witnesses that T4 admits the larger boundary scope while T1 does not, and Unit metadata instantiates the generic theorem.

References