Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 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×N→N is defined by recursion on the second argument, using addition (Addition of natural numbers): for each fixed m∈N,

m⋅0=0,m⋅σ(n)=m⋅n+m.

We write mn for m⋅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 m the map n↦m⋅n is the unique function with m⋅0=0 and m⋅σ(n)=m⋅n+m, so ⋅ is a well-defined total operation (Multiplication is a well-defined total operation).

The base clause m⋅0=0 builds in absorption on the right; that 0⋅n=0 on the left, and 1⋅n=n=n⋅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,+,⋅) a commutative semiring in which cancellation holds.

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