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.
Composing two logspace reductions through a virtual tape
Example
Work over . Let . Let output the first and last symbols of when , and set . Both total functions are deterministic logspace transductions. To compute , a composed machine asks for virtual cells and rather than storing the string . Let be the words starting with , let be the nonempty words starting with and ending with , and let . Then reduces to and reduces to .
Facts & Assumptions
Given: an input of length .
A reduction output can be recomputed at a requested position in logarithmic work space (Logspace many-one reduction).
If and , then (Logspace reductions compose).
Verification
The first requested virtual symbol is . Maintain a counter to find and recompute the final virtual symbol, which is when and when . Forward and backward scans emit , while two endpoint scans emit ; both use at most logarithmic work space and halt on every input.
Thus the composed output is for and for , exactly ; it used only counters and a reread of .
The word lies in exactly when starts with , and exactly when starts with and ends with ; the empty input maps to . Thus these are total logspace reductions , and the explicit virtual computation illustrates their composition in [L2].
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
- Arora and Barak, Computational Complexity, Figure 3.3 (standard reference, not scraped)