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.
The configuration graph of a machine on an input
Definition
Let be either a deterministic one-tape Turing machine or a nondeterministic one-tape Turing machine, and fix an input word .
Write when follows by one legal step of : in the deterministic case this means in the sense of The one-step configuration relation, and in the nondeterministic case it means that one allowed instruction of changes to by the same local rewrite and head-move rule.
The configuration graph of on is the directed graph whose vertex set is the set of all configurations reachable from the initial configuration by finitely many legal steps, where is the input tape for , and whose arc set consists of the ordered pairs such that
This uses the same ordered-pair arc convention as a digraph in Multigraphs, loops and directed graphs as variants distinct from the default finite simple graph, but no finiteness claim is made here: the configuration graph may be infinite.
An accepting vertex is an accepting configuration of .
Remarks
-
For a deterministic machine every nonhalting vertex has out-degree , while for a nondeterministic machine it may have several outgoing arcs.
-
The graph need not be acyclic. Looping computations and revisited configurations are part of the present scope.
Depends on
Used by
Dependency tree · two levels
7 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)