Alphabeta Math
DefinitionDefinition: AI-adaptedProof: AI-adaptedPipeline-generatedjudge pass (gpt-5.6-terra)
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.

Machine time and space constructibility

Definition

Use Uniform asymptotic time space comparison and fix a nondecreasing integer-valued function t:NN with t(n)n+1. The canonical binary numeral of zero is the one-letter word 0; every positive numeral starts with 1, with no leading zeros. Unary input for n is 1n, including the empty word when n=0.

The bound t is time constructible in this interface if a fixed deterministic multitape transducer reads that unary input completely, writes bin(t(n)) on its output tape, and halts in at most Ct(n) transitions for one fixed C and all n. We count output cells in its space. Its actual visited workspace, including its tapes under the preceding convention, is denoted Wt(n); an application must specify a bound on this quantity if it needs one.

For nondecreasing s:NN with s(n)n+1, space constructible means that a fixed halting transducer reads 1n completely and outputs bin(s(n)) using at most Cs(n) visited cells. There is no time bound in this definition.

Exact-clock constructibility means the separately specified existence of a machine whose run on 1n halts after exactly t(n) transitions. Its initial state is nonhalting and its last transition enters a halting state; in particular a value zero would be incompatible with that convention. The guard excludes it here. This item asserts no equivalence between exact clocks, output constructors, or versions using read-only input space.

An external clock supplied as bin(b) is an input, not a call to a constructor. If an application instead sets b=t(n) by the stated constructor, it adds the constructor's time and workspace to the subsequent algorithm's resource accounting. The n+1 guard includes the complete-input scan and the empty-input case. Finite exceptional lengths can be treated by finitely many literal branches, but such branches must be exhibited in any proof that uses them; no bound on an arbitrary computable function follows from this definition.

Depends on

Used by

Dependency tree · two levels

3 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