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.
Read-only-input work-space classes and constructibility
Definition
A read-only-input machine has one read-only input tape and finitely many work tapes. On an input of length , the input is bracketed by endmarkers and the input head is confined to those positions. The input tape is never written and its cells are not charged.
contains the languages decided by such machines while visiting work-tape cells. A bound is work-space constructible when a deterministic read-only-input machine, on input , outputs the binary expansion of while visiting work cells. In hierarchy applications we require so that an input-head address fits in the work bound. This model is distinct from all-tapes DSPACE.
Depends on
Used by
- The classes L and NL Definition
- Read-only work space becomes all-tapes space after charging input Lemma
- The read-only-workspace diagonal machine halts Lemma
- Universal simulation preserves read-only work space up to constants Lemma
- Immerman-Szelepcsényi theorem: NL equals coNL Theorem
- NL is contained in read-only-input DWORKSPACE(log-squared n) Theorem
- Savitch simulation into read-only-input deterministic work space Theorem
- The read-only-workspace space hierarchy theorem Theorem
Dependency tree · two levels
3 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, Definition 4.1 and Remark 4.2 (standard reference, not scraped)