Alphabeta Math
DefinitionDefinition: AI-adaptedProof: 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.

Finite computation histories, halting computations, and divergence

Definition

Fix a deterministic one-tape Turing machine M=(Q,Σ,Γ,,q0,qacc,qrej,δ) and an input word wΣ.

A finite computation history of M on input w is a finite list of configurations C0,C1,,Cn such that C0=IM(w) and CiMCi+1(0i<n).

Such a history is:

  • accepting if Cn is an accepting configuration,
  • rejecting if Cn is a rejecting configuration,
  • halting if it is accepting or rejecting.

We say that M halts on w if there exists a halting computation history of M on w.

We say that M diverges on w if there is no halting computation history of M on w.

For a halting configuration C=(q,h,t) and a word u=a0am1 over Γ{}, we say that C outputs u when t(i)={ai,0i<m,,im. So the tape contains exactly u followed by blanks.

Remarks

  • On a deterministic machine there is at most one possible next configuration from a nonhalting configuration, but the definition of divergence here is simply "no halting computation history exists."

  • The output convention is intentionally strict: the final nonblank tape segment must be exactly the displayed word, with no later nonblank cells.

Depends on

Used by

Dependency tree · two levels

10 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