Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck 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.

Multiplication is a well-defined total operation

Statement

For each m∈N there is a unique function pm:N→N with pm(0)=0 and pm(σ(n))=pm(n)+m. Writing m⋅n:=pm(n), multiplication ⋅:N×N→N is a well-defined total binary operation satisfying m⋅0=0 and m⋅σ(n)=m⋅n+m.

Facts & Assumptions

Given: N with successor σ and addition + (Addition of natural numbers).

[L1]

The recursion theorem (The recursion theorem).

[L2]

For fixed m, the map addm:x↦x+m is a function N→N (Addition of natural numbers).

[L3]

(N,0,σ) is a Peano system (The von Neumann naturals form a Peano system).

Proof

technique · direct
1.1

Fix m∈N; the map addm:N→N, addm(x)=x+m, is a well-defined function.

L2
2.1

Since (N,0,σ) is a Peano system [L3], apply the recursion theorem with A=N, a=0, f=addm: there is a unique pm:N→N with pm(0)=0 and pm(σ(n))=addm(pm(n))=pm(n)+m.

L1L3step 1.1
3.1

Define m⋅n:=pm(n); as pm is total for each m∈N, the assignment (m,n)↦m⋅n is a well-defined function N×N→N with m⋅0=0 and m⋅σ(n)=m⋅n+m.

step 2.1∎

Depends on

Used by

Dependency tree · two levels

12 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