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.
Savitch simulation into read-only-input deterministic work space
Statement
Every language decided by a fixed nondeterministic read-only-input machine using work cells is decided by a deterministic read-only-input machine using work cells.
Facts & Assumptions
Given: a fixed nondeterministic read-only-input logspace decider .
The local work-space convention charges work cells but not read-only input cells (Read-only-input work-space classes and constructibility).
The number of configurations reachable from the start configuration is polynomial in (Logspace machines have polynomially many configurations).
Proof
On input , encode a configuration by its state, input-head position, work contents, and work-head positions. There are only polynomially many syntactically possible encodings, by the same finite product count used in [L2]. Choose with at least that number.
Define to test whether or is one legal transition, and define by enumerating every configuration and accepting exactly if both and hold. Induction on shows that it decides reachability by a path of length at most .
A recursion frame stores and , each using work bits; there are frames. Adjacency is recomputed from and the read-only input, never stored as a graph.
Enumerate accepting configurations and run . By step 2.1 this accepts exactly when has an accepting branch, and by step 3.1 it uses charged work space.
Depends on
Used by
Dependency tree · two levels
5 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, Theorem 3.12 (standard reference, not scraped)