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.
Local 2x3 tableau windows and legality
Definition
Let be a bounded computation tableau for a fixed machine . Adjoin a
fixed boundary marker # to the left and right of every row. A
local tableau window is any block of the form
cut from two adjacent padded rows and three consecutive padded columns.
Such a window is legal when it is consistent with the local row-to-row rule for bounded tableaux: the boundary markers stay fixed; if the upper row is nonhalting then cells away from the head remain unchanged and the cells in the head's neighborhood change exactly as one allowed transition of prescribes; and if the upper row is already halting then the lower row is identical to it.
Remarks
-
A legal window is a local consistency check; it does not by itself guarantee that the whole tableau is a valid run.
-
On this page, the separate global condition is that the first row is the correct start configuration; once that row is fixed, the local windows govern the rest of the tableau.
-
The padded boundary markers let the same local test handle the left edge, the right edge, and very small tableau widths.
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
- MIT 18.404J / 6.840J, Lecture 16: Cook-Levin Theorem (standard reference, not scraped)