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.
A tableau is legal exactly when the start row is correct and every local window is legal
Statement
A bounded tableau is the computation history of one branch exactly when:
- its first row is the correct start configuration, and
- every local window is legal.
Facts & Assumptions
Given: A bounded tableau for a fixed machine and input .
A bounded computation tableau is legal precisely when each row follows the previous one either by one legal transition or by repeating an already halting configuration, beginning at the start configuration, by A bounded computation tableau for a nondeterministic Turing-machine run.
A local window is legal exactly when the padded adjacent rows agree with either one legal local update of the machine or a repeated halting row, by Local 2x3 tableau windows and legality.
Proof
If is an actual computation history, then its first row is the start configuration. Each pair of adjacent rows is either one legal transition or a repeated halting row, so every padded window is legal by [L2].
Conversely, assume the two bullet conditions in the statement hold. In particular, every local window is legal in the sense of [L2].
Fix adjacent rows and . If row is already halting, [L2] forces row to repeat it exactly. Otherwise row has a unique head neighborhood, and the overlapping legal windows force every cell outside that neighborhood to stay unchanged while the local neighborhood realizes exactly one allowed transition of . So row is either the same halting configuration or the one-step successor of row .
Because the first row is correct and every later row follows the previous one in one of the two ways allowed by step 2.1, the whole tableau is a valid branch computation history in the sense of [L1]. Hence [L1] gives the converse implication.
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
- MIT 18.404J / 6.840J, Lecture 16: Cook-Levin Theorem (standard reference, not scraped)