How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Gap and union theorems for abstract complexity bounds
Statement
Let be a Blum complexity measure. (Gap) for every total recursive satisfying for every , there is a total recursive, monotonically increasing bound such that . (Union) for every recursively enumerable family of recursive bounds satisfying for every , there is a recursive with , where denotes the programs whose -complexity is eventually at most .
Facts & Assumptions
Given: a Blum measure, the stated recursive data, and eventual-bound class convention.
Proof
The Gap Theorem for abstract measures (Hartmanis--Hopcroft, Theorem 7) applies to the given Blum measure and recursive . Its finite-stage construction uses only bounded tests of the decidable Blum predicate ; it does not attempt to decide whether a program is eventually below a bound. The resulting recursive nondecreasing has the stage invariant that every indexed program eventually below is also eventually below . Hence .
The Union Theorem for abstract measures (Hartmanis--Hopcroft, Theorem 16) applies to the effective strictly increasing sequence . Its recursive finite-injury construction produces a recursive with two complementary invariants: every is eventually at most , and each indexed program that is outside every exceeds infinitely often. These give respectively and the reverse inclusion.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
2 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- Sebastiaan Terwijn, Complexity Theory, Theorem 5.6.1 (standard reference, not scraped)
- Hartmanis and Hopcroft, An Overview of the Theory of Computational Complexity, Theorem 16 (standard reference, not scraped)