Next: Rationals
Up: Numbers
Previous: Induction Proofs
The integers are obtained from the natural numbers by insisting that all subtraction problems have answers. This can be done by formally adding additive inverses (the negative numbers) or by thinking of integers as equivalence classes of pairs of natural numbers giving subtraction problems with the same answer.
Definition 55
The number system of integers (written

) is obtained from

using an equivalence relation on pairs of natural numbers as follows:
- the pair
is equivalent to
precisely when
. We write
for the equivalence class of
under this relation.
- addition is defined by
- multiplication is defined by
- order is defined by
- the inclusion of
into
is given by
with
In order for this definition to make good sense it is important that the proposed equivalence relation is in fact an equivalence and that the addition, multiplication, and order do not depend on the choice of representative of the equivalence clases:
Proposition 104
The relation on pairs of natural numbers given by

if and only if

is an equivalence relation.
(3 Points )
Proposition 105
The addition operation in the definition of

does not depend on the choice of representative in the equivalence classes.
(2 Points )
Proposition 106
The multiplication operation in the definition of

does not depend on the choice of representative in the equivalence classes.
(2 Points )
Proposition 107
The order relation in the definition of

does not depend on the choice of representative in the equivalence classes.
(2 Points )
Proposition 108
The inclusion

preserves addition, multiplication, and order.
(3 Points )
Since our object is to extend the natural numbers to a system in which every number has an additive inverse we want to be sure that we do indeed get additive inverses, but also that we have not lost any of the nice properties of the operations that we had before we extended:
Proposition 109
The addition operation on

is associative, commutative, and has an identity
![$[0,0]$](img337.png)
.
(3 Points )
Proposition 110
The multiplication operation is associative, commutative, has an identity
![$[1,0]$](img338.png)
, and distributes over addition.
(3 Points )
Proposition 111
The order relation on

is transitive: if
![$[a,b]<[c,d]$](img339.png)
and
![$[c,d]<[u,v]$](img340.png)
then
![$[a,b]<[u,v]$](img341.png)
.
(2 Points )
Proposition 112
Order on

satisfies trichotomy: exactly one of
![$[a,b]=[c,d], [a,b]<[c,d], [c,d]<[a,b]$](img342.png)
holds.
(2 Points )
Definition 56
An integer
![$[a,b]$](img330.png)
is called negative if
![$[a,b]<[0,0]$](img343.png)
and positive if
![$[a,b]>[0,0]$](img344.png)
.
Note that because of trichotomy any integer is either positive, negative, or zero (
).
(3 Points )
Corollary 114
The product of any two negative numbers is positive.
(2 Points )
Proposition 115
Every integer has an additive inverse.
(2 Points )
These propositions tell us that we have been successful in our attempt to extend the natural numbers to include additive inverses without losing any of the nice algebraic properties of the operations. In addition we have retained most, but not all, of the nice properties of the order. What we lose is the well ordering which made induction such a useful tool for
:
Proposition 116

is not well ordered.
(2 Points )
Since this way of thinking about the integers is notationally unfamiliar you should determine how to write
as a signed natural number (i.e. -3, +2, 0) to make a connection with the usual notation for integers.
Next: Rationals
Up: Numbers
Previous: Induction Proofs
Larry Stout
2001-08-17