Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge 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.

The recursion theorem with parameters

Statement

Fix an acceptable numbering (φe)eN. For every total computable function F:N2N, there exists a total computable function q:NN such that for every parameter a, φq(a)=φF(a,q(a)).

Facts & Assumptions

Given: A total computable function F:N2N.

[L1]

The s-m-n theorem gives a total computable specialization function s21, by The s-m-n theorem.

[L2]

Kleene's second recursion theorem gives fixed points for total computable program transformers, by Kleene's second recursion theorem.

Proof

technique · direct
1.1

Let s21 be the specialization function from [L1]. Define a ternary partial computable function by Ψ(a,u,x):=φF(a,s21(u,a,u))(x). Because F and s21 are total computable, Ψ is partial computable, so choose an index r with φr(a,u,xseqseq)Ψ(a,u,x) for all a,u,x.

L1givenconstruct
2.1

Define q(a):=s21(r,a,r). This function is total computable because s21 is.

L1step 1.1construct
3.1

For every a and x, φq(a)(x)φr(a,r,xseqseq)=Ψ(a,r,x)=φF(a,s21(r,a,r))(x)=φF(a,q(a))(x). Hence φq(a)=φF(a,q(a)) for every parameter a.

L1step 2.1algebra
4.1

Therefore the fixed-point construction can be carried out uniformly in the external parameter.

L2step 3.1

Depends on

Used by

Dependency tree · two levels

8 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