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.
Logspace machines have polynomially many configurations
Statement
For a fixed read-only-input logspace machine , there is a polynomial such that on every input of length , has at most reachable configurations. Consequently, any accepting branch has an accepting branch with no repeated configuration and hence with fewer than transitions.
Facts & Assumptions
Given: a fixed read-only-input logspace machine and an input of length .
A logspace machine charges only visited work cells and has a read-only input tape (A read-only-input logarithmic-space machine).
Proof
By [L1], a configuration is specified by a state from a fixed finite set, one of input-head positions, the contents of work cells over fixed finite alphabets, and finitely many work-head positions among those cells.
The product of these choices is ; enlarge its fixed constant to obtain a polynomial bounding the reachable configurations.
If an accepting branch repeats a configuration, delete the segment between its two occurrences; the identical later configuration has the same possible continuation. Repeating this deletion yields a simple accepting path with fewer than transitions.
Depends on
Used by
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
- Arora and Barak, Computational Complexity, §3.1 (standard reference, not scraped)