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

Unbounded minimization and partial recursive functions

Definition

A partial function f:NkN is a function whose domain is some subset of Nk and whose values lie in N. Thus the hooked arrow records the ambient input set, while the actual domain may be smaller.

Let g:Nk+1N be a partial function. Its unbounded minimization is the partial function μyg(x,y) defined at xNk exactly when there exists y such that g(x,y)=0 and g(x,z) is defined and nonzero for every z<y; in that case μyg(x,y) is the least such y.

Composition of partial functions is strict: if g:NmN and h1,,hm:NkN, then g(h1(x),,hm(x)) is defined exactly when every hi(x) is defined and g is defined at the resulting tuple. Primitive recursion for partial functions uses the same two recursive clauses as in the total case, with a value undefined as soon as a required earlier value or an application of a defining function is undefined.

A partial function f:NkN is partial recursive when it belongs to the smallest class of partial functions on finite powers of N that:

  • contains every initial arithmetic function, viewed as a total partial function,
  • is closed under strict composition,
  • is closed under partial primitive recursion, and
  • is closed under unbounded minimization.

Remarks

  • Minimization is the first closure operation here that can destroy totality.

  • A partial recursive function is therefore allowed to be undefined on some inputs even though the primitive recursive functions are always total.

Depends on

Used by

Dependency tree · two levels

9 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