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 equivalent one-tape simulation need not preserve the original step count
Statement refuted
The false statement claims that translating a computation between standard machine models preserves exact step counts. Let be a one-tape machine that scans its input once and then halts, regarded also as a two-tape machine that ignores its second tape. We construct an equivalent one-tape translation whose step count is exactly three times the nonhalting-step count of .
Facts & Assumptions
Given: The scanning machine described above.
Every multitape time- computation on inputs of length has a single-tape simulation in time, by Every multitape time-T computation has a single-tape simulation in O((n+T(n))^2) time. This is an upper bound for a simulation construction, not a quadratic lower bound.
A deterministic one-tape machine is the case of the deterministic multitape model (Multitape and nondeterministic Turing machine variants).
Counterexample
On an input of length , the two-tape presentation of ignores its second tape, makes one pass across the input on the first tape, and halts after a positive linear number of steps.
Construct a one-tape machine by replacing each nonhalting transition of with three transitions. Before executing the original transition, moves one cell right without changing the scanned symbol, records in its finite control the original state and symbol together with the symbol seen on the right, then moves left while restoring that right-hand symbol, and finally performs the original transition. The two preliminary moves return the tape and head to their original state, so has exactly the same accept/reject behavior as but uses exactly steps on every length- input.
Since , the translated computation of and the original two-tape computation of have different exact step counts. Thus this translation is a counterexample to the false claim; [L1] is consistent with the witness because both running times remain linear.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
8 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
- Eric Blais, Models of Computation, 7. Time Complexity (standard reference, not scraped)