Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-adaptedPipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-09-10
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.

Q calculates numerals and finite bounded cases

Statement

Q decides every closed arithmetic atomic formula and every closed bounded formula. For every external n, it proves xnˉi=0nx=iˉ and xnˉn+1x. These are metatheoretic schemes; induction on n here is not an induction axiom in Q.

Facts & Assumptions

[F1]

Robinson arithmetic, PA, and numeral conventions: Use the arithmetic signature 0,S,+,,=. Robinson arithmetic Q consists of the universal closures of these seven formulas:

Sx0;Sx=Syx=y;x0yx=Sy; x+0=x;x+Sy=S(x+y);x0=0;xSy=xy+x.

PA adds, for every formula ϕ(x,zˉ), the universal closure of [ϕ(0,zˉ)x(ϕ(x,zˉ)ϕ(Sx,zˉ))]xϕ(x,zˉ). Parameters zˉ are allowed. No induction schema is included in Q.

For an external natural number n, its numeral is the term nˉ=Sn0. Define xy by z(z+x=y) and x<y by xyxy, with z fresh. The left-addend witness is intentional: commutativity is not an axiom of Q.

Use def-set-coded-formal-derivation for the six logical schemes and three rules. Negation, conjunction and existential quantification are primitive: AB expands to ¬(A¬B), AB to ¬(¬A¬B), and xA to ¬x¬A. Inequality means negated equality. Substitute capture-free, always taking the least available fresh variable index and universally closing the remaining parameters in increasing index order. Thus each displayed axiom and each induction instance is a definite finite sentence.

Proof

Given: The displayed Q axioms and the left-addend order convention; n is external.

1.1

Use the seven Q axioms F1. Externally inducting on b gives Q proofs of aˉ+bˉ=a+b and aˉbˉ=ab, by substituting the previous equality into the respective recursion axiom. Structural induction reduces each closed term to a numeral. For distinct numerals cancel their common successor prefix using injectivity; a remaining successor cannot equal zero. Hence Q proves the correct equality or inequality between any two closed terms.

F1given
2.1

We prove the bounded-case scheme externally on n. If z+x=0 and x0, predecessor gives x=Sy, so z+x=S(z+y)0, a contradiction. Hence x0x=0. For the next bound, either x=0 or x=Sy. In the second case z+x=Snˉ implies z+y=nˉ by injectivity, hence ynˉ and the earlier finite case scheme makes x one of 1ˉ,,n+1. This is a finite derivation for each n.

F1step 1.1
2.2

For every fixed k, external induction proves z+kˉ=Skz and Sz+kˉ=z+k+1. Repeatedly applying the predecessor axiom n+1 times gives the finite disjunction: x=0, ..., x=nˉ, or x=Sn+1z for some z. In a numeral case, a numeral left-addend witness proves xnˉ by step 1.1. In the last case, z+n+1=x proves n+1x. This gives the second scheme without internal induction. The same calculation shows n+1xnˉx by replacing z with Sz.

F1step 1.1
3.1

A numeral instance of is true exactly when its first numeral is among those allowed by step 2.1. If it is, a numeral witness proves it; otherwise the finite disjunction and the unequal-numeral proofs refute it. Thus closed order atoms are decided as well. For a closed bounded quantifier first reduce its bounding term to nˉ, then use step 2.1 to replace the bounded variable by the finite list of possible numerals. Induction on the formula gives a proof or a refutation for each substituted matrix. Existential introduction proves a true existential; the finite case disjunction refutes a false one. Negation handles universal quantifiers; Boolean truth tables combine the remaining cases. The zero bound yields either a singleton test for <= or no candidates for <.

step 1.1step 2.1step 2.2

Depends on

Used by

Dependency tree · two levels

2 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