Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Testing Tower Structure Membership

Abstract

The testing tower satisfies its carrier, valuation, and two-height classification clauses.

Lemma 1.1 (The testing tower is a multi-filtration naming system).

Proof. Machine-checked in Lean as D5/S0/Naming/TestingTowerStructureMembership.testing_tower_has_multi_filtration_membership (✓ std3). ∎

Source. Repository-derived.

Commentary.

The carrier is the sequence space over a finite nontrivial output type, with its Polish and Borel structures and an explicitly supplied atomless sigma-finite measure.

The constructed assignment retains the default table extension. The public clauses expose countability of the exact TestingName carrier, the noncomputable halting domain of program names, finite description-length sublevels, an infinite execution-cost sublevel, finite mixed-cost sublevels, and the null named image.

The constructed tower wraps NamingSystem as its primary coordinate and uses the execution-cost model as its secondary coordinate. The proof applies the three standalone prerequisites and the frozen dark-side conservation owner.

References