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.
Any machine that fully reads every input of length n needs at least linear time
Statement
Let be a -tape machine that halts on every input of length . If, on every such input, the accepting or rejecting branch of scans each of the first input cells before halting, then
Facts & Assumptions
Given: A halting machine with the input-reading property stated above.
Worst-case running time is the maximum number of steps over inputs of length , by Worst-case time and space complexity of a machine.
Proof
In one machine step, the input head can move across at most one tape edge, so a single step can expose at most one previously unseen input cell. Starting at the leftmost input cell, reaching all first input cells therefore requires at least moves and hence at least time steps under the usual start-and-halt conventions.
The hypothesis says this lower bound applies on every input of length . By [L1], the worst-case value is at least that common lower bound, so .
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
4 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
- John Watrous, Introduction to the Theory of Computing, Lecture 19: Time-bounded computations (standard reference, not scraped)