We are forever friends.
Yes?
– Rhypho L.
0. Preface
Terence Tao presented in his Real Analysis script a very classical example of axiomatic system: Peano axiom. Natural numbers is something that we know from the very beginning of education, but never ever strictly defined. This example gave the learner some insights on how to implement a mathematical system from a minimal dependency on axioms.
1. Peano axiom
Axiom 1.1
is a natural number.
Also be careful that, we have not yet defined
We use
Axiom 1.2
is a natural number, if is a natural number.
This axiom recursively generates the full natural number system.
Axiom 1.3
is not the successor of any natural numbers.
We would not count like: unsigned short. We believe that the natural number system is not cyclic.
Axiom 1.4
and do not yield the same object, if they are not the same.
Axiom 1.5: Principle of mathematical induction
Let
be any property pretaining to a natural number . Suppose that is true, and suppose that whenever is true, is also true. Then is true for every natual number n.
The axiom 1.5 is a very powerful tool later on. It allows us to recursively define operations.
2. Addition
In this section, we introduce an operation called addition, denoted by
- Some property
is true for ; - Assume that
is true for ; - Consider
. Is it well-defined? Does it give a true statement?
Definition 2.1
Assume
to be a natural number, and we want to add it to another natural number.
For this, we define first.
We assumeis defined.
And we define.
Examples 2.1.1:
Comment 2.1: We can view
Comment 2.2: Note that
2.1 Commutativity
Does it hold that:
?
Yes! Use induction steps. Without loss of generality, we only do it for
Lemma 2.1.1:
Lemma 2.1.2
Suppose that
To be continued…