Last time, we defined the integers as a collection of sets of the form
, each being a specific subset of
satisfying a special property that encapsulates subtraction, but without invoking negative numbers to begin with. More specifically,
We write whenever
, and have seen that this is an equivalence relation—a generalisation of equality. We have also seen that any generic point
belongs to exactly one of these sets, namely,
. We then denoted this collection as
.
But how do we know this definition agrees with our prior intuition of the integers?
Well, firstly, we had better have contain
. But this isn’t possible since
is a completely different set from
. So our naïve notion of including meaning “subsets” is too weak to capture this idea.
Thankfully, that’s not the only way to discuss inclusion—we have injections on our side.
Theorem 1. The canonical embedding defined by
is injective.
Proof. Fix such that
. By the definition of
,
This means that
as required.
However, does that really count? The whole goal of the natural numbers is to do addition, among other processes. This raises the question: does preserve addition?
In fact, we can reverse the question: can we define integer addition such that ? If so, then we can define integer addition even for numbers not created via
. This is a principle in mathematics known as extension—we extend our ideas from a smaller set to a larger set.
Now, the condition is equivalent to the condition
. This requires us to define a sensible notion of addition on the right-hand side. To that end, let’s observe that given
and
, we have
Adding yields
which establishes . Hence, we can define integer addition in a relatively straightforward manner, with its proof a similar verification.
Theorem 2. For any , integer addition defined by
is well-defined. Furthermore, .
This allows us to embed into
with addition preserved. Henceforth, we will identify
with
and regard
. For completeness, we state the definition of integer multiplication, which arises essentially from the distributivity property.
Theorem 3. For any , integer multiplication defined by
is well-defined. Furthermore, for any ,
.
The definition of integer addition helps us prove many group-theoretic properties of . Coupling that with multiplication turns
into a ring. The inverse property of integer addition, in particular, stands out.
Theorem 3. For any ,
. Furthermore, there exists some unique additive inverse
of
such that
.
Proof. Let . The first result is a matter of bookkeeping via
For the second result, define . Then
since . Furthermore, suppose there exists
such that
. Then
establishing the uniqueness of the additive inverse.
In particular, we can now formally define the negative number.
Definition 1. For any natural number , define
. Thus, subtraction of two integers
is defined by
.
Discussing division will take us into the rational numbers. We will briefly define it in a similar manner.
Definition 2. For any set , denote
. Define the equivalence relation
on
by
We define the rational numbers by , with addition and multiplication defined by
Finally, we denote .
One can verify the expected properties of .
—Joel Kindiak, 7 Dec 24, 0112H
Leave a comment