Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passverified 2026-08-02 (claude-opus-5)
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.

Addition is a well-defined total operation

Statement

For each mNm \in \mathbb{N} there is a unique function sm:NNs_m : \mathbb{N} \to \mathbb{N} with sm(0)=ms_m(0) = m and sm(σ(n))=σ(sm(n))s_m(\sigma(n)) = \sigma(s_m(n)). Writing m+n:=sm(n)m + n := s_m(n), addition +:N×NN+ : \mathbb{N} \times \mathbb{N} \to \mathbb{N} is a well-defined total binary operation satisfying m+0=mm + 0 = m and m+σ(n)=σ(m+n)m + \sigma(n) = \sigma(m + n).

Facts & Assumptions

Given: the natural numbers N\mathbb{N} with successor σ\sigma.

[L1]

The recursion theorem: for a set AA, an element aAa \in A, and a function f:AAf : A \to A there is a unique g:NAg : \mathbb{N} \to A with g(0)=ag(0) = a and g(σ(n))=f(g(n))g(\sigma(n)) = f(g(n)) (The recursion theorem).

[L2]

(N,0,σ)(\mathbb{N}, 0, \sigma) is a Peano system (The von Neumann naturals form a Peano system).

Proof

technique · direct
1.1

Fix mNm \in \mathbb{N}; since (N,0,σ)(\mathbb{N}, 0, \sigma) is a Peano system [L2], apply the recursion theorem with A=NA = \mathbb{N}, a=ma = m, and f=σf = \sigma: there is a unique function sm:NNs_m : \mathbb{N} \to \mathbb{N} with sm(0)=ms_m(0) = m and sm(σ(n))=σ(sm(n))s_m(\sigma(n)) = \sigma(s_m(n)).

L1L2
2.1

Define m+n:=sm(n)m + n := s_m(n); since sms_m is a total function on N\mathbb{N} for every mNm \in \mathbb{N}, the assignment (m,n)m+n(m,n) \mapsto m + n is a well-defined function N×NN\mathbb{N} \times \mathbb{N} \to \mathbb{N}.

step 1.1
3.1

The recursion equations become m+0=sm(0)=mm + 0 = s_m(0) = m and m+σ(n)=sm(σ(n))=σ(sm(n))=σ(m+n)m + \sigma(n) = s_m(\sigma(n)) = \sigma(s_m(n)) = \sigma(m + n), the defining clauses of addition.

step 1.1step 2.1

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 17 results over 9 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources