Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-31
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.

Deterministic one-tape Turing machines with designated accept and reject states

Definition

A deterministic one-tape Turing machine with designated accept and reject states is a tuple M=(Q,Σ,Γ,,q0,qacc,qrej,δ) such that:

  • Q is a finite set of states.
  • Σ is a finite input alphabet.
  • Γ is a finite tape alphabet with ΣΓ{}.
  • Γ is the blank symbol.
  • q0,qacc,qrejQ are pairwise distinct.
  • δ is a function δ:(Q{qacc,qrej})×ΓQ×Γ×{L,R}.

Thus whenever the machine is in a nonhalting state q and scans a symbol aΓ, the value δ(q,a)=(q,b,D) specifies exactly one next state q, exactly one symbol b to write in the currently scanned cell, and exactly one head move D{L,R}.

The intended tape is right-infinite and indexed by the natural numbers (Computation alphabets, words, the empty word, and Σ, A function is a relation f with (a,b)f and (a,c)f implying b=c; f:AB, the value f(a), domain and codomain); the tape contents, configurations, and one-step dynamics are fixed in the next items.

Remarks

  • The transition function is total on the nonhalting state-symbol pairs. The machine halts by entering one of the distinguished states qacc or qrej, not by leaving δ undefined.

  • This item fixes only the base deterministic one-tape model. Multitape and nondeterministic variants are introduced later on the same page.

Depends on

Used by

Dependency tree · two levels

18 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