Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)audited 2026-07-25
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 of natural numbers

Definition

Addition +:N×NN+ : \mathbb{N} \times \mathbb{N} \to \mathbb{N} is defined by recursion on the second argument: for each fixed mNm \in \mathbb{N},

m+0=m,m+σ(n)=σ(m+n).m + 0 = m, \qquad m + \sigma(n) = \sigma(m + n).

Remarks

This is a definition by recursion, and it requires justification: it does not directly say what m+nm + n is, but pins down m+0m + 0 and reduces m+σ(n)m + \sigma(n) to m+nm + n. The recursion theorem (The recursion theorem) guarantees that for each mm there is exactly one function nm+nn \mapsto m + n obeying these two equations, so ++ is a well-defined total binary operation (Addition is a well-defined total operation).

Taking m=n=0m = n = 0 gives 0+0=00 + 0 = 0. The equation m+σ(n)=σ(m+n)m + \sigma(n) = \sigma(m+n) with n=0n = 0 gives m+1=m+σ(0)=σ(m+0)=σ(m)m + 1 = m + \sigma(0) = \sigma(m + 0) = \sigma(m), so σ(m)=m+1\sigma(m) = m + 1: the successor is "add one", recovering the familiar reading of the Peano successor. The basic laws (commutativity, associativity, cancellation, and the left identity 0+n=n0 + n = n) are not built in and must be proved by induction (Left identity for addition, Addition is commutative, Addition is associative, Addition is cancellative).

Depends on

Used by

…and 23 more results.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 18 results over 10 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