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 reductions compose
Statement
If and , then . In particular, L and NL are closed under inverse logspace many-one reductions: if and is in the indicated class, then is too.
Facts & Assumptions
Given: logspace reductions and .
A logspace reduction has polynomial output length and permits bitwise recomputation of its write-only output (Logspace many-one reduction).
Proof
Simulate the transducer for on a virtual input tape containing , retaining its work tape and its virtual input-head index .
Whenever the simulation reads virtual cell , rerun the transducer for on and supply its th output bit; [L1] makes this a logarithmic-work-space subroutine.
Since is polynomial in , both and the simulated work tape use space. The streamed output is , so iff it lies in .
To decide from a deterministic or nondeterministic decider for , run that decider on the same virtual input rather than the transducer for . The virtual-input access above preserves its deterministic or nondeterministic choice and its logarithmic work bound, proving the stated L or NL closure.
Depends on
Used by
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, Lemma 3.15 (standard reference, not scraped)