Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Testing Cost Classification

Abstract

Testing-name code length filters, table execution cost does not, and mixed cost filters.

Lemma 1.1 (A fixed-support-size execution sublevel is infinite).

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

Source. Repository-derived.

Commentary.

Singleton supports embed the natural numbers into distinct finite-table names. Every such table has execution cost one, so execution cost alone cannot supply finite sublevels.

Theorem 1.2 (Testing-name cost classification).

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

Source. Repository-derived.

Commentary.

The first clause applies the frozen testing-name code-length owner to an injective self-delimiting Boolean code.

The second clause is the singleton-support counterfamily. The third observes that every mixed-cost sublevel lies inside the corresponding finite code-length sublevel.

References