Integers
Contents
1.5. Integers#
We provide an axiomatic description of integers and natural numbers.
We introduce the set of integers denoted by
addition (
)multiplication (
)
which satisfy the axioms described below.
1.5.1. Arithmetic Axioms#
1.5.1.1. Closure#
Axiom 1.1 (Closure laws)
If
and
1.5.1.2. Commutativity#
Axiom 1.2 (Commutative laws)
If
and
1.5.1.3. Associativity#
Axiom 1.3 (Associative laws)
If
and
1.5.1.4. Distributive Law#
Axiom 1.4 (Distributive law)
If
and
1.5.1.5. Identity#
Axiom 1.5 (Additive identity)
There exists an element
for every
Axiom 1.6 (Multiplicative identity)
There exists an element
for every
1.5.1.6. Inverse#
Axiom 1.7 (Additive inverse)
For every
1.5.2. Implications of Integer Axioms#
Theorem 1.5 (Multiplication by zero)
For any
Proof. Let
By commutativity, we have
Theorem 1.6 (Multiplication by
For any
Proof. We start with
Adding by
We can now see that
Similarly
Hence
Theorem 1.7
Proof. We have
Adding by
We can now see that
1.5.2.1. Subtraction#
Definition 1.74 (Subtraction)
For any
We can see that
In short
Similarly we can see that
In short
1.5.3. Natural Numbers#
We introduce the natural numbers,
denoted as
1.5.3.1. Closure#
Axiom 1.8 (Closure axiom of natural numbers)
If
1.5.3.2. Trichotomy#
Axiom 1.9 (Law of trichotomy)
For every integer
The law of trichotomy states that
The law of trichotomy also implies that for every
nonzero integer, its additive inverse is
distinct from it since either
Axiomatic description of natural numbers doesn’t
say whether
Theorem 1.8 (One is a natural number)
Proof. By Axiom 1.9 either
Since
, hence either or .For contradiction assume that
.Since
, hence by Axiom 1.8, .By Theorem 1.7, we have
.Hence
.But since
, hence due to Axiom 1.9. A contradiction.Hence
.Hence we must have
.We can see that this is consistent with Axiom 1.8 since
.
1.5.4. Order#
Definition 1.75 (Order on integers)
If
If
Theorem 1.9 (One is greater than zero)
Proof. We have
Hence
Theorem 1.10
Let
Proof. Since
Hence
Theorem 1.11
Let
Proof. We have
Hence
1.5.5. Construction of Integers#
Observation 1.2 (Construction of integers)
We can see that the above axioms are sufficient
to construct the entire set of integers.
Let us start with assuming that we know
nothing about the set of integers except
that they satisfy the axioms described above.
In particular, we don’t know that
Axiom 1.5 says that there exists an element in
denoted as .Axiom 1.6 says that there exists an element in
denoted as such that .Thus, at least two different elements exist in
namely and .Axiom 1.7 says that there exists an additive inverse
of such that .We need to show that
.We must have
. Otherwise, we would havea contradiction.
In Theorem 1.8, we showed that
.By Axiom 1.9
.Hence
.Hence
are three distinct numbers belonging to .By Axiom 1.1 a number
belongs to .We claim that
.By Axiom 1.8,
.Since
and are not in , hence cannot be either one of them.For contradiction assume that
.Then
But
, a contradiction.Hence
.
We assign the label
to the distinct integer . Note that the existence of a number distinct from has been deduced directly from the axioms. is just a label assigned to this number for convenience.Then
and due to Axiom 1.9.We can also show that
.Thus, we have five distinct integers
.Continuing in this manner, for every
, the integer and must be distinct from the integers .In this sequence, every new integer is a successor of the previous integer. This construction is similar to Peano axioms.
Axiom 1.7 leads to the existence of the negative integers.
This construction shows that closure axiom of natural numbers and law of trichotomy are essential for the construction of integers. Without these laws, there are several other sets which can satisfy the axioms Axiom 1.1 through Axiom 1.7 with an appropriate choice of addition and multiplication functions.
1.5.6. Zero Divisor#
Definition 1.76 (Zero divisor)
We say that an integer
We now show that
Theorem 1.12 (No zero divisors)
If
In other words, the set of integers contains no zero divisors.
Proof. Suppose that
By law of trichotomy either
or .Similarly either
or .Thus, we have 4 possible cases.
We recall that
We shall consider the four possible cases and arrive at contradiction for each case.
. Then by closure . A contradiction. and . Then . A contradiction. and Then . A contradiction. and . Then . A contradiction.
Therefore we must have either
Note
The idea of zero divisors becomes important in the theory of rings. While the set of integers doesn’t contain any zero divisors other rings do contain zero divisors.
1.5.6.1. Cancellation Law#
Theorem 1.13 (Cancellation law)
Let
Proof. We note that
Since
1.5.7. Partial Order#
Recall from Definition 1.38
that a relation, denoted by
holds for every (reflexivity).If
and , then (antisymmetry).If
and , then (transitivity).
Definition 1.77 (Partial order on the set of integers)
For any
This relation is a partial order on the set of integers.
Proof. Since
Antisymmetry
Let
and .Assume that
.Then,
and .This means
and .But
.Hence, they both cannot be in
.Hence we must have
.
Transitivity
Let
and .Then
or .Similarly,
or .We have
.If
and then .In all other cases, we have
.Hence
or .Hence
or .Hence
.
Theorem 1.14 (Total order)
The relation
Proof. Let
If
then there is nothing more to say.Suppose that
.Then neither
nor .Hence
and .Hence
.Hence
.Hence
.Hence
is a total order.
Theorem 1.15 (Implications of order relation)
Let
If
, then .If
and then .If
and then .If
and then .If
and then .
1.5.8. Well Ordering Principle#
There are some issues still left with the construction of
integers. We don’t know if there is any integer
between
This requires another axiom known as the well ordering principle.
Axiom 1.10 (Well ordering principle)
If
As a consequence every nonempty subset of integers that is bounded above has a largest element.
Theorem 1.16 (Well ordering principle for natural numbers)
Every nonempty set of natural numbers has a least element.
Proof. Let
Since for every
, we have , hence is bounded below by .Hence by well ordering principle, it has a least element.
Theorem 1.17
There is no integer
Proof. Let
Assume for contradiction that
is not empty. is bounded below by .By well ordering principle,
has a least element.Let
be the least element of .Then we have
.Since
is an integer hence is also an integer.Since
, hence .Since
, hence .We have
.Hence
.But this contradicts the fact that
is the smallest element in .A contradiction. Hence,
must be empty.
1.5.8.1. Odd and Even Numbers#
Definition 1.78 (Odd and even numbers)
If
We say that
Theorem 1.18
Every integer is either even or odd.
Proof. For contradiction, assume that there is an integer
Define the set
Then
and is bounded above by .Hence
by well ordering principle, has a largest element.Let
be the largest element of .Since
is either even or odd and hence .If
is even then is odd. Since is the largest element of , we must have .If
is odd then is even. Since is the largest element of , we must have .Thus, in both cases, we have
Subtracting
from this inequality, we getSince
and are both integers. Hence must be an integer too.But due to Theorem 1.17 there is no integer between
and . A contradiction.Therefore every integer must be either odd or even.
Theorem 1.19 (Distinctness of odd and even integers)
There is no integer which is even or odd.
Proof. Let
Then there exist
such that and .Therefore
.Hence
.Since
hence by law of trichotomy, .Since
, henceTherefore, we have
.But due to Theorem 1.17 there is no integer between
and . A contradiction.Hence
cannot be odd and even simultaneously.
1.5.8.2. Principle of Mathematical Induction#
Well ordering principle is equivalent to the principle of mathematical induction.
Theorem 1.20 (Principle of mathematical induction)
If a subset
and ,
then
Proof. We prove this by contradiction.
Assume that
.Consider the set
.Since
, hence is nonempty.By definition
is a subset of natural numbers.By the well ordering principle Theorem 1.16,
has a smallest number. Let it be .A lower bound on
is .Hence
is also a lower bound of .By hypothesis,
.Hence
.Hence
is of the form where .Since
is the smallest element of , hence .Hence
as by definition (a disjoint union).But by hypothesis
implies .We arrive at a contradiction that
belongs to both and but the two sets are disjoint.
The principle of mathematical induction is applied as follows.
We consider a set
where
is some property that the members of this set satisfy.We then show that
satisfies the property .Further, we show that if
satisfies property , then also has to satisfy .Then, applying the principle of mathematical induction, we claim that
.In other words, every number
satisfies the property .
The following is a different version of the principle of mathematical induction.
Theorem 1.21 (Principle of mathematical induction)
Let
The assertion
is true for some integer .For any integer
, if is true then must also be true.
Then
Proof. Consider the set
By hypothesis,
is true. .Hence
.Assume that
.Then
is true.Since
, hence .By hypothesis
is also true.Hence
also holds.Hence by Theorem 1.20,
.Now, let
be some integer with .Then
.Hence
.Hence
.Hence
is true.
We are done.
Definition 1.79 (Proof by mathematical induction)
Let
In a proof by mathematical induction:
Some particular integer
for which the assertion is true is known as the base case.Proving the statement that
for every is called the inductive step.The assumption in the inductive step that
is true for some arbitrary is called the inductive hypothesis.
See Enumerative Combinatorics for a number of applications of the principle of mathematical induction.
Sometimes we need a stronger form of mathematical induction.
Theorem 1.22 (Strong mathematical induction)
Let
The assertion
is true for some integer .For any integer
, if is true for every ; then must also be true.
Then
We can call the induction described in Theorem 1.21 as the weak form of mathematical induction.
Proof. We shall prove this result by forming an equivalent problem for which weak induction applies.
Let
be the assertion that for every with , is true.By hypothesis,
is true since is true.Assume that for some
, is true.Then by definition of
, is true for every with .Then by hypothesis
is also true.But
is true if is true for every with .Hence
is also true.Thus, for every
, .Then by principle of induction (Theorem 1.21),
is true for every .Since
is true for every , hence is also true for every .
1.5.9. Informal Definitions#
We end this section with the casual descriptions of the set of integers and natural numbers with which we are normally familiar.
Definition 1.80 (Integers)
The set of all integers is the set
Definition 1.81 (Natural numbers)
The set of all natural numbers is the set