Axioms: Peano Axioms
The set of natural numbers \(\mathbb{N}\) is defined as follows:1
- \(0 \in \mathbb{N}\).
- \(\forall x. x\in \mathbb{N} \to s(x) \in \mathbb{N}\).
- \(\neg\exists x\in\mathbb{N}. s(x) = 0\).
- \(\forall x,y\in\mathbb{N}. s(x) = s(y) \to x = y\).
- Let \(\phi\) be a unary predicate:
-
This is a version of Peano Axioms that omits the axioms on equality and differs from the original by taking 0, rather than 1, as the base case. ↩