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.
An efficient universal simulation with a clock
Definition
Fix a multitape universal simulator , using the finite transition-table encoding convention of A fixed effective binary encoding of deterministic one-tape Turing machines, extended to finitely many tapes by recording the tape count and the finite table on tuples of scanned symbols. Here machines have the multitape semantics of The classes DTIME, NTIME, DSPACE, and NSPACE. On a self-delimiting pair of total length and clock value , first decodes the pair and then simulates at most steps of , rejecting malformed encodings or a clock expiry. For each fixed , this uses These bounds apply with the binary numeral for already supplied and when the simulated computation visits cells; their constants may depend on . The terms pay for decoding and retaining the encoded input, including when or . For a clock constructed from the input length, fix a time-constructible function with eventually and a constructor as in Time-constructible and space-constructible functions. Run to obtain before invoking the simulator. This adds time, so total time is . If this constructor uses cells, total all-tapes space is . No constructor-space bound smaller than is implicit. Small externally supplied clocks, including zero and one, remain covered by the first interface.
Depends on
Used by
- Overhead breaks an unrestricted diagonalization claim Counterexample
- False: unrestricted diagonalization respects any resource bound False statement
- Effective enumeration of clocked machines Lemma
- Space-bounded universal simulation Lemma
- The time-diagonal language respects its budget Lemma
- The nondeterministic time hierarchy theorem Theorem
Dependency tree · two levels
7 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
- Arora and Barak, Computational Complexity, Chapter 3 (standard reference, not scraped)