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.
Time and Space Hierarchy Theorems: Examples and Counterexamples
1 · Prerequisites
- Construction of the Natural Numbers
- Construction of the Real Numbers via Cauchy Sequences
- Construction of the Real Numbers via Dedekind Cuts
- Countability and Uncountability
- Finite Counting, Factorials and Binomial Coefficients
- Formal Languages, Encodings, and Decision Problems
- Foundations of the Real Numbers for Analysis
- Linear Recurrences and Rational Generating Functions
- P, NP, coNP, and Polynomial Reductions
- Relations, Functions, and Quotients
- Resource Bounds and Machine Invariance
- Robust Machine Models and Universal Computation
- Sequences and Limits
- The ZFC Axioms and the Basic Set Constructions
- Time and Space Hierarchy Theorems
- Turing Machines, Configurations, and Computation
2 · Summary
These examples track where a diagonal proof spends its budget and why a same-model hierarchy separation does not answer a deterministic-versus- nondeterministic comparison.
3 · Logical flowchart
4 · Definitions, theorems and proofs
None yet.
5 · Examples, counterexamples and false statements
Budgeting a time-diagonal language
Example
Fix one candidate pair , with positive integer multiplier , in the clocked diagonal construction of The time-diagonal language respects its budget. For sufficiently long padded codes of this fixed pair, decoding, constructing the clock , and simulating it fit within any fixed positive fraction of . The required padding threshold may depend on and .
Facts & Assumptions
Given: time-constructible with eventually and , a fixed pair , and its padded codes of length .
Verification
For this fixed pair, decoding costs , clock construction costs , and simulation costs . Since is fixed and eventually, their sum is .
Therefore, for every fixed reserve , there is such that all these padded codes of length fit within simulation time. Complementing the terminal answer adds constant time. Shorter codes can take the construction's timeout/default branch; no common padding threshold or simulation constant over all pairs is claimed.
Why a hierarchy separation is not a P versus NP separation
Example
The separation compares two deterministic resource budgets. It says nothing about whether a language with a polynomial verifier has a deterministic polynomial-time decider.
Facts & Assumptions
Given: the displayed deterministic hierarchy separation.
Verification
Both sides of the displayed separation are deterministic classes.
The missing assertion would have to relate one of these classes to , whose definition allows existential certificates. No such relation appears in the hierarchy statement, so the P-versus-NP implication is absent.
Overhead breaks an unrestricted diagonalization claim
Statement refuted
Simulating an -step coded machine always costs at most steps.
Facts & Assumptions
Given: the fixed self-delimiting machine coding and the fixed simulator, which decodes its complete input pair before beginning the simulated run.
The total decoder first parses the unary arity and all indicated self-delimiting blocks. A fixed effective binary encoding of deterministic one-tape Turing machines
Counterexample
Choose a valid coded machine that makes one transition and then halts, and give the fixed simulator the pair . The concrete code has a unary arity header followed by all self-delimiting description fields, so its complete decoding requires reading more than one input cell.
By definition, completes that decoding before it simulates the one transition of . Merely reaching and reading the later code cells takes more than one transition on the simulator's input tape. Thus this valid one-step computation costs more than one simulator step, contradicting the claimed universal bound at .