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

The classes DTIME, NTIME, DSPACE, and NSPACE

Definition

Let t,s:NN.

A language LΣ belongs to DTIME(t(n)) when there exists a deterministic multitape Turing machine deciding L in time O(t(n)).

A nondeterministic k-tape Turing machine is obtained from the deterministic k-tape model of Multitape and nondeterministic Turing machine variants by replacing its transition function with a finite-valued transition map Δk:(Q{qacc,qrej})×ΓkPfin(Q×Γk×{L,R}k). One branch chooses one instruction from the finite set at each step.

A language LΣ belongs to NTIME(t(n)) when there exists such a nondeterministic k-tape machine N for which:

A language LΣ belongs to DSPACE(s(n)) when a deterministic multitape decider uses worst-case space O(s(n)). It belongs to NSPACE(s(n)) when a nondeterministic multitape machine accepts exactly the words in L, every branch halts, and the maximum number of visited cells over all branches and inputs of length n is O(s(n)).

Remarks

  • These are language classes. Function classes are expressed separately by saying that a machine computing the function does so within a stated bound.

  • The chosen machine model is multitape because it is convenient for programming; later theorems show that polynomial-time and polynomial-space notions do not depend on that choice.

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

7 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