The natural numbers form a N\mathbb N with an element 00 and a successor S:NNS:\mathbb N\to\mathbb N satisfying:

  1. Injectivity: S(m)=S(n)S(m)=S(n) implies m=nm=n.
  2. Zero is not a successor: S(n)0S(n)\ne0 for every nNn\in\mathbb N.
  3. Induction: every ANA\subseteq\mathbb N containing 00 and satisfying S(A)AS(A)\subseteq A equals N\mathbb N.
Notation and convention

Write 1=S(0)1=S(0), 2=S(1)2=S(1), and so on, so that N={0,1,2,}\mathbb N=\{0,1,2,\ldots\}. Some authors exclude zero; in this corpus, a positive index is written explicitly as n1n\ge1. These Peano axioms with induction over all subsets characterize the system up to isomorphism.

Arithmetic

Addition and multiplication are determined recursively by

a+0=a,a+S(b)=S(a+b),a+0=a,\qquad a+S(b)=S(a+b),
a0=0,aS(b)=ab+a.a\cdot0=0,\qquad a\cdot S(b)=a\cdot b+a.
Remarks

Natural numbers are used to index a and to formulate principles such as and the . They embed naturally into the .

Examples
  • The numbers 0,1,2,30,1,2,3 belong to N\mathbb N.
  • The set {nN:n is even}\{n\in\mathbb N:n\text{ is even}\} is an infinite subset of N\mathbb N.