Lesson 1: Natural Numbers and Axioms
Entry conditions
Use axiomatic arithmetic only when you need a formal foundation for numbers and their operations, not just an informal counting story.
Definitions
The Peano axioms describe the natural numbers :
- is a natural number.
- If is a natural number, then is a natural number.
- is not the successor of any natural number.
- If , then .
- Induction: if a set contains and is closed under successor, it contains all natural numbers.
Vocabulary (plain language)
- Axiom: a rule accepted as a starting point.
- Successor: the operation that produces the next number.
- Induction: a proof rule for all natural numbers.
Symbols used
- : the natural numbers.
- : the successor of .
Intuition
Rather than saying “numbers are what you count,” the axioms say: start with and repeatedly apply successor. This gives a structure where “counting” can be defined and proved.
Worked example
Using the axioms, is defined as , as , and so on. These are not assumptions; they are constructed by repeated successor.
How to recognize the structure
- You have a base element ().
- You have a successor operation.
- You can apply induction to prove statements for all natural numbers.
Common mistakes
- Treating “natural numbers” as obvious without specifying axioms.
- Using induction without proving the base case.