We will now use sets and functions to define the primary star of mathematics—the natural numbers.
Definition 1 (Natural Numbers). The natural numbers, denoted , is defined as follows:
.
- For any
,
.
We assert that this set exists by the axiom of infinity. Using these two rules, we obtain:
,
,
,
,
so on and so forth. In this formulation of , we will assume that
for convenience.
Define the successor function by
. The natural numbers satisfies five crucial properties known as Peano’s axioms.
Theorem 1 (Peano’s Axioms). The natural numbers satisfies Peano’s axioms:
.
- For any
,
.
- For any
,
.
is injective.
Furthermore, for any subset ,
Proof. The proofs of the first three properties are obvious, the fourth property is nontrivial, and we will prove the fifth property here. Observe that for the fifth property,
In particular, if , then
, as required.
For completeness, let’s prove the fourth property as well. Fix and suppose
. Then
. If
, then
and symmetrically,
. Since
, we have
, so that
, a contradiction to the axiom of regularity.
The fifth property is precisely what creates the proof technique known as proof by mathematical induction.
Theorem 2 (Mathematical Induction). Let be a predicate on
. Suppose
and for any
,
. Then
.
Proof. Define .
- Since
,
.
- For any
,
.
By the fifth of Peano’s axioms, . In particular, fix
. Then
. This implies
, as required.
It is induction that allows us to formally define and
in terms of
, and show that they satisfy the properties that we expect they do.
Definition 2 (Addition). Define the addition map as follows:
- For any
,
- For any
,
.
For readability purposes, we denote , so that
is defined inductively by the following:
- For any
,
- For any
,
.
Theorem 3. .
Proof. Using , we have
so that setting we have the comically rigorous proof
Many of the properties of addition follow from applying induction on the desired results. Here, we will prove a simple result.
Theorem 4. For any ,
.
Proof. Fix . Define the predicate
on
by
We claim that by induction.
For the base case,
For the induction step, fix and suppose
. Then
Therefore, , as required.
Furthermore, since , we can write induction in terms of its usual formulation.
Corollary 1. Let be a predicate on
. Suppose
and for any
,
. Then
.
Multiplication also ought to make intuitive sense, once we define it formally, and satisfy the properties we expect it to through various proofs by induction.
Definition 3 (Multiplication). Define the multiplication map as follows:
- For any
,
- For any
,
.
For readability purposes, we denote .
We can also order the natural numbers in the expected manner, formulated in the language of relations.
Definition 4 (Ordering). Define the not-more-than relation by
We write to mean
for readability.
With this, we have finally defined properly the natural numbers . With a few more discrete mathematical tools, we can define the integers
and the rational numbers
.
Assuming the existence of the real numbers , we can define the complex numbers
as well, giving us the chain of commonly used number systems:
, each number system an extension of the previously discussed one.
—Joel Kindiak, 4 Dec, 0410H
Leave a comment