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.

Accepting computations of a nondeterministic machine

Definition

Fix a nondeterministic one-tape Turing machine N=(Q,Σ,Γ,,q0,qacc,qrej,Δ) and an input word wΣ.

A configuration of N is a triple (q,h,t) with qQ, head position hN, and finite-support tape content t:NΓ, just as in Configurations of a deterministic one-tape Turing machine. It is accepting when q=qacc and rejecting when q=qrej, as in Initial, accepting, and rejecting configurations.

For configurations C=(q,h,t) and C=(q,h,t) of N, write CNC when q{qacc,qrej} and there exists an allowed instruction (p,b,D)Δ(q,t(h)) such that C is obtained from C by the same local rewrite and head-move recipe used in The one-step configuration relation, with q=p.

An accepting computation of N on input w is a finite list of configurations C0,C1,,Cn such that C0=(q0,0,tw), where tw is the input tape defined in the same way as for deterministic machines, each CiNCi+1 for 0i<n, and Cn is accepting.

We say that N accepts w if such an accepting computation exists.

Remarks

  • Nondeterministic acceptance is existential: one accepting branch is enough.

  • Other branches may reject, may halt differently, or may continue forever; no global halting requirement is part of acceptance itself.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

13 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