The natural numbers are not enough for every algebraic problem. A simple equation such as
has no solution in . So if we want subtraction to become possible in a systematic way, we need a larger number system.
The source notes do not introduce negative numbers by intuition alone. Instead, they construct the integers from objects we already understand well, namely pairs of natural numbers.
The guiding idea
A pair (a,b) is meant to represent the formal difference
From that viewpoint, different pairs can represent the same intended integer. For example,
all suggest the same difference, namely 2.
So the integer should not be the ordered pair itself. It should be the whole equivalence class of pairs that encode the same difference.
The relation on
Definition
The equivalence relation for the integers
Work in the set of ordered pairs of natural numbers.
Define a relation by
The integers are defined to be the equivalence classes of this relation.
The equation is exactly what we would expect if (a,b) and (c,d)
are both meant to represent the same formal difference:
Indeed, rearranging this equality gives precisely .
Why this relation is the right one
Theorem
The relation really is an equivalence relation
The relation on is reflexive, symmetric, and transitive, so it is an equivalence relation.
The proof is not difficult, but it is worth understanding because it explains why quotient constructions work.
Proof
Why is an equivalence relation
What an integer now is
Definition
Integers as quotient classes
Let . The set of integers is
For a pair , its equivalence class is written
So an integer is not one pair, but an entire class of equivalent pairs.
This construction explains how the familiar numbers reappear:
[(0,0)]behaves like0;[(1,0)]behaves like1;[(0,1)]behaves like ;- more generally,
[(n,0)]gives the usual natural numbern.
Embedding the natural numbers
The natural numbers are still present inside the integers. They are not lost; they are reinterpreted.
Worked example
How sits inside
Define a map from to by
Under this map,
So the old natural numbers appear inside the new system as particular equivalence classes.
This is why quotient constructions do not destroy previous number systems. They usually enlarge them while preserving a recognizable copy inside the new one.
Positive, negative, and zero
The source notes emphasize that sign is not attached to one chosen pair, but to the entire class.
- an integer is positive when it has representatives
(a,b)with ; - it is negative when it has representatives with ;
- it is zero when it has representatives with .
Because these properties must not depend on the chosen representative, one also has to check that sign is well defined on equivalence classes.
Arithmetic on equivalence classes
To turn the quotient set into a number system, we still need operations. Addition is defined by
This definition matches the formal-difference intuition:
The next step, developed further in the source notes, is to check that such definitions are well defined, meaning they do not depend on the representatives chosen.
A concrete class calculation
Worked example
Recognizing one integer through several representatives
Consider the class [(2,5)].
Since
we have
Likewise,
so
All of these pairs represent the same integer, namely the one we would usually think of as .
Common mistakes
Common mistake
The integer is not the pair
The pair (a,b) is only a representative. The actual integer is the entire
equivalence class [(a,b)].
Common mistake
Different representatives can describe the same number
Pairs such as (3,1) and (5,3) are not different integers. They belong to the
same class because they encode the same difference.
Quick checks
Quick check
Are (2,0) and (5,3) equivalent under ?
Apply the rule directly.
Solution
Answer
Quick check
Which class should represent the integer ?
Use the idea that the pair records a formal difference.
Solution
Answer
Quick check
Why do we need equivalence classes instead of just using raw ordered pairs?
Answer in one careful sentence.
Solution
Answer
Exercises
Quick check
Show that , and decide whether the class is positive, negative, or zero.
Check equivalence first, then interpret the sign from a representative.
Solution
Guided solution
Read this first
This note depends on the language of equivalence relations from 2.2 Functions and relations and continues into 3.4 Rationals and well-defined operations.