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.
Replacing a stay-put transition by a right-left macro
Example
Consider the one-tape machine with tape alphabet and one
transition
On a configuration whose scanned cell contains 1, this machine writes 0,
enters state , and leaves the head on that same tape cell.
Introduce a fresh state and replace that transition by
Facts & Assumptions
Given: The source transition and the replacement macro displayed above.
Stay-put moves can be replaced by an equivalent machine using only left and right moves, by Stay-put moves can be eliminated from fixed-tape Turing-machine models.
A configuration records the current state, head position, and tape contents, so two machines agree on one next configuration exactly when those three pieces of data agree, by Configurations of a deterministic one-tape Turing machine.
Verification
Let be any configuration with . The original transition sends in one step to the configuration , where agrees with away from and satisfies .
Under the replacement macro, the first step writes 0 at cell and moves the head to , entering state . The second step leaves the symbol at cell unchanged, moves the head back to , and enters state . So after the two-step macro the transformed machine is also in configuration .
Thus the concrete macro produces exactly the same next configuration as the stay-put transition. This is the local pattern asserted abstractly by [L1], and [L2] explains why matching state, head position, and tape contents is enough.
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
- Charles Brubaker and Lance Fortnow, Church-Turing Thesis lesson notes (standard reference, not scraped)