Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 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.

Deterministic and nondeterministic Turing machines recognize the same languages

Statement

A language is recognized by some nondeterministic one-tape Turing machine if and only if it is recognized by some deterministic one-tape Turing machine.

Facts & Assumptions

Given: A language L over some fixed input alphabet.

[L1]

A nondeterministic machine accepts an input exactly when there exists a finite accepting computation branch for that input, by Accepting computations of a nondeterministic machine.

[L2]

Recognizing a language means accepting exactly the words in that language, while nonmembers may be rejected or may diverge, by Languages recognized and decided by a Turing machine.

[L3]

Every deterministic multitape Turing machine has an equivalent deterministic one-tape simulation, by Every fixed multitape Turing machine has an equivalent one-tape simulation.

[L4]

Stay-put bookkeeping may be removed without changing accepted languages, by Stay-put moves can be eliminated from fixed-tape Turing-machine models.

Proof

technique · direct
1.1

If a deterministic one-tape Turing machine recognizes L, then the same transition graph viewed as a nondeterministic machine with singleton choice sets also recognizes L.

given
1.2

Conversely, suppose a nondeterministic one-tape machine N recognizes L. Build a deterministic multitape machine D that, on input w, enumerates all finite branch-choice strings of lengths 0,1,2,. For each choice string α of length d, the machine D simulates N on w for d steps, following at the rth branching point the αrth available transition when that transition exists and abandoning α otherwise.

givenconstruct
2.1

By [L1], N accepts w exactly when some finite accepting branch exists. If such a branch has length d, its sequence of local branch choices is one of the strings tested in step 1.2, so D eventually finds it and accepts. If no accepting branch exists, every tested choice string fails to end in acceptance, so D never accepts. Thus D recognizes the same language as N.

L1step 1.2
3.1

Any temporary stay-put moves introduced while D manages its work tapes can be removed by [L4], and then [L3] yields a deterministic one-tape machine recognizing the same language as D.

L3L4step 2.1
4.1

Steps 1.1 and 3.1 prove that nondeterministic and deterministic one-tape machines recognize exactly the same languages, in the sense of [L2].

L2step 1.1step 3.1

Depends on

Used by

Dependency tree · two levels

12 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