MthT 430 Notes Chapter 01 Basic Properties of Numbers Replaced by Chap01
MthT 430 Notes Chapter 01 Basic Properties of Numbers Replaced by Chap01
For the time being we will denote the numbers we are used to by Numbers. We shall list the primitive properties - that is, develop a minimal list of properties from which results can be deduced.
We shall assume there is a set Numbers, with binary operations + (plus, addition) and · (times, multiplication) defined.

Properties of + (Addition)
P1
For all a, b, c,
a + (b + c) = (a + b) + c
P2
There is a number 0 such that for all a,
a + 0 = 0 + a = a.
P3
For all a, there is a number −a such that
a + (−a) = (−a) + a = 0.
P4
For all a, b,
a + b = b + a.


Properties of · (Multiplication)
P5
For all a, b, c,
a ·(b ·c) = (a ·b) ·c
P6
There is a number 1 ≠ 0 such that for all a,
a ·1 = 1 ·a = a.
P7
For all a ≠ 0, there is a number a−1 such that
a ·(a−1) = (a−1) ·a = 1.
P8
For all a, b,
a ·b = b ·a.


Property of · with + (Glue)
P9
For all a, b, c,
a ·(b + c) = (a ·b) + (a·c) = a ·b + a·c.


Consequences of P1-P9

Theorem. Assuming P1 - P9, for all a, a ·0 = 0. 
The proof is given on page 7 of Spivak's book.
Proof.
a ·0
= a ·(0 + 0)
= a ·0 + a·0.
(P9)
Now subtract a ·0 from both sides of the equation
a ·0
= a ·0 + a·0.
(P9)
a ·0 + (−(a ·0))
= a ·0 + a·0 − a ·0
0
= a ·0.
(P3, P1, P2, P3)



Theorem. If
a ·b = 0,
then either
a = 0 or b = 0.
Proof. If a ≠ 0 and a ·b = 0, then
a−1 ·(a ·b)
= a−1 ·0,
= 0,
Above
(a−1·a)·b
= 0,
P1
1 ·b
= 0,
P7
b
= 0.
P6
Similarly, if b ≠ 0, then a = 0.


Positive Numbers and Order
We introduce the collection of positive numbers, P, and state the order properties in terms of P.
P10
For every a, one and only one of the following holds:
(i)
a = 0,
(ii)
a is in the collection P,
(iii)
a is in the collection P.
P11
If a and b are in the collection P, then a + b is in the collection P.
P12
If a and b are in the collection P, then a ·b is in the collection P.


Sometimes we will refer to the collection of numbers satisfying P1-P9 as a field , and a collection of numbers satisfying P1-P12 as a ordered field . If we wish to emphasize the particular binary operations +, ·, and the set of positive numbers P, we will write
(Numbers, +, ·, P).


In turn , inequalities are defined in terms of of the positive numbers P. We say that a > 0 or 0 < a if a is in P.




Absolute value


Definition. The absolute value of a number a is defined as
|a| =



a,
a0
a,
a0.
Properties of absolute value often involve a proof by cases .

Theorem. For all a,
− |a| ≤ a ≤ |a|.
Proof. If a ≥ 0, then |a| = a, and
− |a| ≤ 0 ≤ a = |a|.
If a ≤ 0, then − |a| = a, and
− |a| = a ≤ 0 ≤ |a|.



Theorem. (The Triangle Inequality) For all numbers a, b,
|a + b| ≤ |a|+ |b|.
Proof. We have
−|a|
≤ a ≤ |a|,
−|b|
≤ b ≤ |b|,
so that
−(|a| + |b|) ≤ a + b ≤ |a| + |b|.
Now break into the two cases a + b ≥ 0 and a + b ≤ 0.
If a + b ≥ 0, then |a + b| = a + b ≤ |a| + |b|.
If a + b ≤ 0, then |a + b| = − (a + b) ≤ |a| + |b|.
Remarks
Properties P1 - P4 say that the Numbers under addition form a commutative group .
Properties P5 - P8 say that the nonzero Numbers under multiplication form a commutative group .
The distributive property , P9, is the glue which makes the operations of addition and multiplication work together. Properties P1 - P8 alone, without P9, can lead to some weird structures.
See
http://www.math.uic.edu/~jlewis/mtht430/491dist.htm

In words:
Addition
P1
Addition is associative
P2
Addition is commutative
P3
Zero
P4
Additive inverse

Multiplication
P5
Multiplication is associative
P6
Multiplication is commutative
P7
One (not Zero!)
P8
Multiplicative inverse

Plus and Times
P9
Multiplication distributes over addition

Order
P10
Trichotomy
P11
Sum of positives is positive
P12
Product of positives is positive



File translated from TEX by TTH, version 4.04.
On 22 Aug 2014, 20:41.