Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 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.

Multitape and nondeterministic Turing machine variants

Definition

Fix finite alphabets ΣΓ{} with Γ, and a finite state set Q with distinct states q0,qacc,qrejQ.

For an integer k1, a deterministic k-tape Turing machine has the same finite control data as the one-tape model, but carries k right-infinite tapes and k head positions. Its transition function has the form δk:(Q{qacc,qrej})×ΓkQ×Γk×{L,R}k. So one step reads one symbol from each tape, writes one symbol on each tape, and moves each head left or right.

A nondeterministic one-tape Turing machine has the same data (Q,Σ,Γ,,q0,qacc,qrej) as the deterministic model, but replaces the transition function by a finite-valued transition map Δ:(Q{qacc,qrej})×ΓPfin(Q×Γ×{L,R}), where each Δ(q,a) is a finite set of allowed next instructions.

Remarks

  • This page only fixes the variant models themselves. The equivalence and simulation theorems relating them to the basic one-tape model come later.

  • In the nondeterministic case, more than one next instruction may be available from the same state-symbol pair; acceptance is therefore defined by existence of an accepting branch.

Depends on

Used by

Dependency tree · two levels

11 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