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 branching configuration graph with one accepting path and one looping path
Example
Use the nondeterministic machine from FALSE: nondeterministic acceptance requires every branch to halt on input . Its initial configuration has two outgoing arcs:
- one to the accepting configuration reached by the move ,
- one to the looping configuration reached by the move .
From there is an arc back to again, because the machine stays in
state , rewrites 1 by 1, and the left-boundary rule keeps the head at
cell .
Facts & Assumptions
Given: The machine and input just described, with vertices in its configuration graph.
A machine accepts an input if and only if some accepting configuration is reachable from the initial configuration in its configuration graph, by Acceptance is reachability of an accepting configuration.
Verification
The arc is a directed path of length from the initial configuration to an accepting configuration.
The arc followed by the loop shows that the graph also contains a nonhalting branch.
By [L1] and step 1.1, the existence of the length- path already proves acceptance of the input, regardless of the looping branch from step 1.2.
Depends on
Used by
Nothing in the library uses this result yet.
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
- John E. Savage, Models of Computation: Exploring the Power of Computing, Chapter 5 (standard reference, not scraped)