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.
Checking a short accepting history for a unary increment machine
Example
Consider the deterministic machine with states
, input alphabet , tape alphabet
, and transition rules
On input it scans right across the unary block, writes one extra I in
the first blank cell, and halts.
Using the configuration-word convention with B for the blank symbol, a
candidate accepting history is
Facts & Assumptions
Given: The machine and input above, together with the displayed candidate history.
For a fixed machine and input, encoded accepting computation histories form a decidable language by local checks on the start configuration, successive one-step moves, and the final accepting state, by For a fixed machine and input, valid accepting computation histories form a decidable language.
A halting computation history is a finite list beginning at the initial configuration and following the one-step relation at each stage, by Finite computation histories, halting computations, and divergence.
Verification
The first configuration word is the canonical initial configuration on input : the head is at the leftmost I, the state is , and the last displayed cell is the last nonblank input cell.
Each of the first three transitions just moves the head one cell to the right while leaving the scanned I unchanged, so is legal. The last transition uses , so the machine writes I in the scanned blank cell and then moves right onto the next blank cell. Therefore is legal as well.
The final configuration word has state , so it is accepting. Therefore the displayed list is an accepting computation history in the sense of [L2], exactly the sort of object whose validity [L1] decides.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
8 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
- Michael Sipser, MIT 18.404J Theory of Computation, Lecture 10: The Computation History Method (standard reference, not scraped)