Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-09-12
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 N be either a deterministic one-tape Turing machine or a nondeterministic one-tape Turing machine, and fix an input word w.

Write CNC when C follows C by one legal step of N: in the deterministic case this means CNC in the sense of The one-step configuration relation, and in the nondeterministic case it means that one allowed instruction of N changes C to C by the same local rewrite and head-move rule.

The configuration graph of N on w is the directed graph GN(w)=(V,A) whose vertex set V is the set of all configurations reachable from the initial configuration (q0,0,tw) by finitely many legal steps, where tw is the input tape for w, and whose arc set AV×V consists of the ordered pairs (C,C) such that CNC.

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 N.

Remarks

  • For a deterministic machine every nonhalting vertex has out-degree 1, 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