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.

Multiplication of natural numbers

Definition

Multiplication :N×NN\cdot : \mathbb{N} \times \mathbb{N} \to \mathbb{N} is defined by recursion on the second argument, using addition (Addition of natural numbers): for each fixed mNm \in \mathbb{N},

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

We write mnmn for mnm \cdot n when no confusion arises.

Remarks

As with addition, this is a recursion and is legitimate by the recursion theorem (The recursion theorem): for each mm the map nmnn \mapsto m \cdot n is the unique function with m0=0m \cdot 0 = 0 and mσ(n)=mn+mm \cdot \sigma(n) = m \cdot n + m, so \cdot is a well-defined total operation (Multiplication is a well-defined total operation).

The base clause m0=0m \cdot 0 = 0 builds in absorption on the right; that 0n=00 \cdot n = 0 on the left, and 1n=n=n11 \cdot n = n = n \cdot 1, are proved by induction (Zero and one under multiplication). Multiplication distributes over addition (Distributivity and the successor law for multiplication) and is associative and commutative (Multiplication is associative, Multiplication is commutative); with The natural numbers have no zero divisors and Cancellation for multiplication by a nonzero factor this makes (N,+,)(\mathbb{N}, +, \cdot) a commutative semiring in which cancellation holds.

Depends on

Used by

Dependency tree · next 3 levels

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