Peano's Axioms — Definition, Formula & Examples
Peano's Axioms are five axioms that formally define the natural numbers by specifying a starting element (0 or 1), a successor function that generates each next number, and the principle of mathematical induction to ensure no extra elements sneak in.
Let be a set, a distinguished element, and a function (the successor). The Peano axioms state: (P1) ; (P2) if , then ; (P3) there is no such that ; (P4) is injective, i.e., ; (P5) if a subset satisfies and , then .
How It Works
The axioms build the natural numbers from scratch. Axiom P1 gives you a starting point. Axiom P2 says you can always take the successor (think of ) to get another natural number, so generates the entire set. Axiom P3 prevents any element from looping back to 0, and axiom P4 prevents two distinct numbers from sharing the same successor — together these ensure the natural numbers form an infinite chain with no cycles or collapses. Axiom P5 is the axiom of induction: it guarantees that the only elements in are those reachable from 0 by repeatedly applying , ruling out rogue elements.
Example
Problem: Using Peano's Axioms, verify that , i.e., that 2 and 1 are distinct natural numbers.
Assume for contradiction: Suppose .
Apply axiom P4 (injectivity): Since is injective, . Applying this gives:
Contradiction with P3: Axiom P3 states that 0 is not the successor of any natural number. But contradicts this. Therefore , confirming that 2 and 1 are distinct.
Answer: , so 2 and 1 are distinct natural numbers, as guaranteed by axioms P3 and P4.
Why It Matters
Peano's Axioms provide the rigorous foundation on which all of number theory and arithmetic are built. In courses like abstract algebra and real analysis, these axioms justify why mathematical induction works as a proof technique. They also underpin formal verification in computer science, where automated theorem provers need explicit axioms for reasoning about integers.
Common Mistakes
Mistake: Thinking axiom P5 (induction) is redundant given the other four axioms.
Correction: Without P5, models could contain extra elements beyond — for instance, an isolated infinite chain disconnected from 0. The induction axiom is what forces to contain only the elements reachable from 0.
