chapter 3 the real numbers

12

Upload: doxuyen

Post on 02-Jan-2017

229 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 3 THE REAL NUMBERS

Chapter 3

THE REAL NUMBERS

In this chapter we present in some detail many of the important properties of the

set R of real numbers. Our approach will be axiomatic, but not constructive. That

is, we shall not construct the set of real numbers from some simpler set, such as the

rational numbers∗. Instead, we shall assume the existence of R, say that it constitutes

a “complete ordered field”and postulate the properties that characterize it. For that

reason in the next section we present the axioms of an ordered field and then we give

the completeness axiom.

3.1 Fields

Definition 89 A field is a set F endowed with two operations called addition (+) andmultiplication (·), which satisfy the following so-called “field axioms” (A),(M), and(D):

(A) Axioms for addition

1. ∀x, y ∈ F , x+ y ∈ F .

2. ∀x, y ∈ F, x+ y = y + x.

3. ∀x, y, z ∈ F, (x+ y) + z = x+ (y + z) .

4. ∃ 0 ∈ F : x+ 0 = x,∀x ∈ F.

5. ∀x ∈ F , ∃ (−x) ∈ F : (−x) + x = 0

(M) Axioms for multiplication

1. ∀x, y ∈ F, x · y ∈ F.

2. ∀x, y ∈ F, x · y = y · x.

3. ∀x, y, z ∈ F, (x · y) · z = x · (y · z) .

∗This is the approach taken by Rudin in the appendix of Chapter 1. The proof is rather tedious

and beyond the scope of these notes, and therefore ommited.

Page 2: Chapter 3 THE REAL NUMBERS

36 The Real Numbers

4. ∃ 1 ∈ F : x · 1 = x,∀x ∈ F.

5. ∀x ∈ F , x �= 0, ∃ 1/x ∈ F : x · (1/x) = 1.

(D) The distributive law

∀x, y, z ∈ F, (x+ y) · z = x · z + y · z .

Axioms A1 and M1 are known as closure axioms. They can be read as

“F is closed under addition and multiplication”. Axioms A2 and M2 are called

commutative laws and axioms A3 and M3 are the associative laws. Axiom D

is the distributive law, that shows how addition and multiplication relate to each

other.

Notation When writing multiplication we often omit the raised dot and write xy

instead of x · y.

Given that the relation “≤” is a complete order on R, we have that R is an

ordered field

Definition 90 An ordered field is a field F which is also an ordered set with anorder ≤, such that:

i) ∀x, y, z ∈ F, if x ≤ y, then x+ z ≤ y + z,

ii) ∀x, y, z ∈ F, if x ≤ y and z ≥ 0 then x z ≤ y z.

Exercise 91 Prove that the set of natural numbers is not an ordered field.

Exercise 92 Prove the following theorem: Let x,y, and z be real numbers. Thena) If x+ z = y + z, then x = y.

b) x 0 = 0.c) (−1) x = −x.

d) xy = 0 iff x = 0 or y = 0.

e) x ≤ y iff −x ≥ −y

f) If x ≤ y and z ≤ 0 then x z ≥ y z.

3.2 The completeness axiom (least-upper-bound property) and the realfield R

The last property that helps characterize the set of real numbers is that of com-

pleteness, or also called the least upped bound. For that purpose, we need some

preliminary definitions.

Page 3: Chapter 3 THE REAL NUMBERS

The completeness axiom (least-upper-bound property) and the real field R 37

3.2.1 Upper bounds and Suprema

Definition 93 Let S be an ordered set and let E ⊆ S. If there exists β ∈ S such

that x � β ∀x ∈ E, then β is called an upper bound for E, and we say that E is

bounded above. If there exists γ ∈ S such that γ � x ∀x ∈ E, then γ is called a

lower bound of E, and E is bounded below. The set E is said to be bounded if it

is bounded above and below.

Definition 94 If an upper bound b for E is a member of E, then b is called the

maximum (or largest element) of E, and we write

b = max E

Similarly, if a lower bound of E is an element of E, then it is called the minimum(or least element) of E, denoted by min E.

A set may have upper or lower bounds, or it may have neither. Note that a

set may have many upper and lower bounds, but if it has a maximum or a minimum,

those values are unique. Thus we speak of an upper bound and the maximum.

Exercise 95 Let S be an ordered set and let E ⊆ S. Prove that if E has a maximum

it is unique.

Exercise 96 Prove that any finite subset E ⊆ N is bounded. Moreover, prove that

E has both a maximum and a minimum element.

Exercise 97 Is ∅ ⊆ N a bounded set? Does it have a maximum or a minimum?

Since any number larger than an upper bound is also an upper bound, it isuseful to identify the smallest (or least) upper bound in the following way

Definition 98 Let S be an ordered set and let E be a nonempty subset of S. Supposethere is α ∈ S with the following properties:

i) α is an upper bound of Eii) ∀γ ∈ S, γ < α ⇒ γ is not an upper bound of E.Then α is called the least upper bound of E or the supremum of E, and

we write α = supE. Similarly, if there exists β ∈ S such thati) β is a lower bound of Eii)∀γ ∈ S, γ > β ⇒ γ is not a lower bound of E.Then β is called the greatest lower bound of E or the infimum of E, and

we write β = inf E.

As you have probably noticed, the difference between the maximum and the

least upper bound is that the least upper bound is not necessarily an element of set

E. The same is true between the minimum and the greatest lower bound.

Page 4: Chapter 3 THE REAL NUMBERS

38 The Real Numbers

3.2.2 The Completeness axiom

Now we are in condition to introduce the main distinctive characteristic of R, known

as the completeness axiom

Definition 99 An ordered set S is said to satisfy the least -upper-bound property(or the completeness axiom) if for every nonempty subset E ⊆ S that is bounded

above has a least upper bound. That is supE exists in S.

While the completeness axiom refers only to sets that are bounded above,

the corresponding property for sets bounded below follows readily. The following

theorem tells you that every ordered set with the least-upper-bound property also

has the greatest-lower-bound property

Theorem 100 Suppose S is an ordered set with the least-upper-bound property. Let

B be a nonempty and bounded below subset of S. Let L be the set of all lower bounds

of B. Then ∃α ∈ S : α = supL = inf B.

Proof. Since B is bounded from below, L is nonempty. Moreover L = {y ∈S : y � x for all x ∈ B} ⊆ S implies L is bounded from above. Finally, since S hasthe least upper bound property, then ∃α ∈ S : α = supL. Now, if γ < α then γ isnot an upper bound of L; hence γ /∈ B and it follows (by contrapositive) that α � xfor all x ∈ B. Thus α ∈ L. Moreover, if α < β then β /∈ L since α = supL. We haveshown that α ∈ L but β /∈ L if β > α which means that α is a lower bound of B andβ is not if β > α. Hence α = inf B.

3.2.3 The set of real numbers

Having defined the least upper bound property allows to introduce the set of real

numbers

Definition 101 The real number system is an ordered field with a complete order �

which has the least-upper-bound property. It is denoted by R.

The members of R are called real numbers. It is known that R is the onlyordered field with the least-upper-bound property.

We say that a real number x is positive ( negative ) if x � 0 ( x � 0 ). Wesay that a real number x is strictly positive (strictly negative) if x > 0 ( x < 0). The set of positive (negative) numbers is denoted by R+ (R

), and that the set ofstrictly positive ( strictly negative ) numbers is denoted by R++ (R

−−

).We can nowredefine the sets of natural (N) and rational numbers (Q) as subsets of R.

Definition 102 Let A be the collection of all subsets A ⊆ R such that1) 1 ∈ A and2) ∀x ∈ A, x+ 1 ∈ A.

Then the set of natural numbers N is the intersection of all A ∈ A.

Page 5: Chapter 3 THE REAL NUMBERS

The completeness axiom (least-upper-bound property) and the real field R 39

You may wonder why the above was a definition and not a theorem, since

we had already defined the set of natural numbers using the Peano axioms. This

would have been obtained as a theorem if we had established at some point that

N ⊆ R. Some authors , like Rudin, construct the set of real numbers from the set of

rational numbers — for which the set of integers is a prerequisite — therefore implying

that N ⊆ R. Under this approach, the above definition can be stated as a theorem.

Since our approach to R was axiomatic, we cannot guarantee that N ⊆ R, having to

provide the above as a definition and not as a theorem. To see why this assumption

is necessary, try to prove the above as a theorem:

Exercise 103 Assume N ⊆ R. Let A be the collection of all subsets A ⊆ R such that1) 1 ∈ A and2) ∀x ∈ A, x+ 1 ∈ A.

Then the set of natural numbers N is the intersection of all A ∈ A.(Hint. Call M =

A∈A

A, and prove that a) N ⊆ M — try induction — and b)

M ⊆ N — N ∈ A —)

Definition 104 The set of positive integers is N ∪ {0}, and it is denoted by Z+.

The negative of the elements of Z+ is the set of negative integers, and denoted by

Z−

. The set of integers Z is Z−

∪ Z+.

Definition 105 The subset Q of R, called rational numbers is

Q = {x ∈ R : ∃m,n ∈ Z such that n �= 0 and x = m/n}.

Having defined set of natural numbers, integers and rational numbers as sub-

sets of the real numbers, helps in finding the differences between them

Exercise 106 Prove that 1) N is not a field, 2) Z is not a field either, 3) Q is anordered field.

Therefore the main difference between Q and R has to lie in the completeness

axiom. Before going into this, lets prove another important property of Q

Theorem 107 Q is dense with respect to �, that is ∀ p, q ∈ Q, p < q; ∃ r ∈ Q, s.t.

p < r < q.

Proof. We prove this by construction: Consider r = p+q

2, p < r < q, and

r ∈ Q, since Q is a field and addition and multiplication are closed in Q. That is,since p, q ∈ Q, p+ q ∈ Q, and since 1

2∈ Q,

1

2(p+ q) ∈ Q.

Being Q dense means that rational numbers are so close to each other thatfor every rational number q and every positive distance ε, there is another rationalnumber s such that p − ε ≤ s ≤ p + ε.But although Q is dense, it has gaps. Togive an example, the equations x

2 − p = 0 have no solutions in Q when p is a primenumber.

Page 6: Chapter 3 THE REAL NUMBERS

40 The Real Numbers

Theorem 108 Let p be a prime number. Then√p is not a rational number.

Proof. We will assume that√p is rational and obtain a contradiction. If

√p

is rational, then we can write√p =

m

n, where m and n are integers with no common

factors. Then n2p = m2, so m2 must be a multiple of p. Since p is a prime number,

then m must also be a multiple of p. That is m = k p, for some integer k. But then

n2p = m2 = k2p2, implying n2 = k2 p. This implies that n is also a multiple of p,

contradicting the fact that m and n had no common factors.

This is equivalent to saying that the sets S = {x ∈ Q : x2 − p ≤ 0} do not

meet the least upper bound property if p is a prime number. The need to fill these

gaps was the main reason to ”create” the set of real numbers. Since the set of real

numbers satisfies by definition the completeness axiom, it does not have any holes in

it. The set of holes in the rational number system is known as the set of irrational

numbers and is defined as

Definition 109 The set of irrational numbers is R−Q.

Any real number can be approximated as closely as we want by rational num-

bers, but to show you that we need first to prove the Archimedean property.

3.2.4 The Archimedean Property

One of the important consequences of the completeness axiom is called the Archimedean

property. It basically states that the natural numbers are not bounded above in R.

Although this property may seem obvious, it depends on the completeness axiom. In

fact, there are other ordered fields in which it does not hold.

Theorem 110 (Archimedean Property) The set of natural numbers N is not

bounded above in R.

Proof. This theorem says that in R, you can have arbitrarily large integers.

We can prove it by contradiction. Suppose N is bounded above. Since N is a non

empty subset of R, then by the completeness axiom it must follows that ∃α ∈ R :

α = supN. Since α is the least upper bound, α − 1 is not an upper bound and thus

there exists n0 ∈ N : α− 1 < n0. But then n0 + 1 ∈ N and α < n0 + 1, contradicting

that α was an upper bound for N.

There are several equivalent forms of the Archimedean property that are useful

in different contexts. We establish their equivalence in the following theorem

Theorem 111 Each of the following is equivalent to the Archimedean property:(a) For each z ∈ R, there exists an n ∈ N such that n > z.

(b) For each x ∈ R, y ∈ R, x > 0 there exists an n ∈ N such that nx > y.(c) For each x ∈ R,x > 0 there exists an n ∈ N such that 0 < 1/n < x.

Page 7: Chapter 3 THE REAL NUMBERS

The completeness axiom (least-upper-bound property) and the real field R 41

Proof. We shall prove that the Archimedean property⇒ (a) ⇒ (b)⇒ (c) ⇒Archimedean property, thereby establishing their equivalence. If (a) were not true,then there would exist z0 ∈ R such that n < z0∀n ∈ N. But then z0 would be anupper bound for N, contradicting the Archimedean property. To see that (a)⇒ (b),let z = y/x. Then there exists n ∈ N such that n > y/x, implying that nx > y.

(c) follows from (b) by making y = 1. Then nx > 1, so that 1/n < x. Sincen ∈ N, n > 0 and also 1/n > 0.

Finally, suppose that N were bounded above by some real number, say m.That is, n < m for all n ∈ N. But then 1/n > 1/m for all n ∈ N, and this contradicts(c) for x = 1/m. Thus (c) implies the Archimedean property.

This theorem says that in R,there is an arbitrarily small positive rationalnumber 1

nfor any small ε = x

y> 0 such that 1

n< ε.

We have previously established the density property of the rational numbers in

Q. With the help of the Archimedean property we will now proceed to establish also

the density property of Q in R, meaning that it is always possible to find a rational

number between two distinct real numbers no matter how close they are. But before

that we need the following lemma

Lemma 112 Let y ∈ R, y > 0. Then there exists n ∈ N such that n − 1 ≤ y < n.

Moreover, n is unique.

Proof. Consider the set S = {m ∈ N : m > y} . By the Archimedean prop-

erty we know S is non empty and by the well ordering property of N we also know

that there is a unique n ∈ S such that for every m ∈ S, m ≥ n. Since n ∈ S, we have

n > y.Now consider two possibilities, n = 1 or n > 1.If n = 1 then n − 1 = 0 and by assumption 0 < y, then 0 < y < 1. If n > 1,

then n − 1 ∈ N but by construction n − 1 /∈ S. So n − 1 ≤ y, implying the desired

result.

Theorem 113 (Q is dense in R) If x ∈ R, y ∈ R, and x < y, then there exists a

p ∈ Q such that x < p < y.

Proof. Begin by supposing x > 0. Since y − x ∈ R and y − x > 0, using theArchimedean property ∃n ∈ N such that n (y − x) > 1, or equivalently nx+ 1 < ny.Since nx > 0, by the previous lemma we know there is m ∈ N such that m − 1 ≤nx < m. But then m ≤ nx + 1 < ny, so that nx < m < ny. It follows that therational number p = m/n satisfies x < p < y.

Finally, if x ≤ 0, choose an integer k such that k > −x and apply the aboveargument to the positive numbers x+k and y+k. If q is the rational number satisfyingx+ k < q < y + k, then p = q − k is the rational number satisfying x < p < y.

Based on the above theorem we can prove very easily the statement we posedin the previous section:

Corollary 114 Any real number can be approximated as closely as we want by ra-

tional numbers. That is, ∀x ∈ R,∀ε > 0 ∃ q ∈ Q : x− ε < q < x+ ε.

Page 8: Chapter 3 THE REAL NUMBERS

42 The Real Numbers

The proof is left as an exercise.

Using the density property of Q in R, it is also easy to show that between any

two real numbers there is an irrational number. The proof is left as an exercise, but

the hints are as follow:

Exercise 115 Let x ∈ R, y ∈ R, and x < y. Then there exists a w ∈ R − Q suchthat x < w < y. (Hint: first show the lemma that if x is a nonzero rational numberand y is irrational, then xy is irrational. Then use that lemma and the fact that ifx < y then x√

2<

y√2to prove the result)

Finally, we close this section presenting the theorem that proves that R does

not have the type of holes through which we initially proved that Q did not satisfy

the completeness axiom

Theorem 116 ∀x ∈ R++ and ∀n ∈ N, ∃! y ∈ R++ such that yn= x. This number is

written as n

√x or x

1/n.

Proof. The steps to prove this theorem are the following. First show theuniqueness of y if it exists. Second, show that the set Y = {t : tn < x} is nonemptyand bounded implying the existence of y = supY . Third, show that yn = x bycontradiction (assuming yn < x or yn > x and find z ∈ Y such that z > y or findz < y which is an upper bound of Y ). The details are in Rudin, pag. 10.

3.3 The extended real number system

It is convenient to introduce upper and lower bounds for subsets of R which are not

bounded.

Definition 117 The extended real number system R∗ consists of the real field R and

two symbols, +∞ and −∞. In R∗we preserve the original order defined for R , and

define −∞ < x < +∞ for every x ∈ R.

It is then the case that +∞ is an upper bound of every subset of the extendedreal number system, and that every nonempty subset (not necessarily bounded) hasa least upper bound.

It is important to note that the symbols +∞ and −∞ are not really numbers.The statement x = +∞ means that there is no y ∈ R such that y � x, or that thesubset containing x is not bounded. The extended real number system does not fulfillthe field axioms. It is customary to make the following conventions:

(a) ∀x ∈ R, x+∞ = +∞, x−∞ = −∞,x

+∞= x

−∞= 0.

(b) ∀x ∈ R++, x · (+∞) = +∞, x · (−∞) = −∞.

(c) ∀x ∈ R−−

, x · (+∞) = −∞, x · (−∞) = +∞.

When it is desired to make the distinction between real numbers and thesymbols +∞ and −∞, the former are called finite.

Page 9: Chapter 3 THE REAL NUMBERS

The absolute value function 43

Notation For interval subsets of real numbers we shall use the following notation

[a, b] = {x ∈ R : a ≤ x ≤ b} (a, b) = {x ∈ R : a < x < b}[a, b) = {x ∈ R : a ≤ x < b} (a, b] = {x ∈ R : a < x ≤ b}

The set [a, b] is called a closed interval, the set (a, b) is called an open in-

terval and the sets [a,b) and (a,b] are called half-open ( or half-closed )intervals. We shall also have occasion to refer to the unbounded intervals:

[a,∞) = {x ∈ R : a ≤ x} (a,∞) = {x ∈ R : a < x}(−∞, b] = {x ∈ R : x ≤ b} (−∞, b) = {x ∈ R : x < b}

3.4 The absolute value function

As we have seen so far, many of the proofs involve manipulating inequalities, and oneuseful tool in working with inequalities is the concept of absolute value.

Definition 118 If x ∈ R, then the absolute value of x, denote |x| , is defined by

|x| =

{x, if x ≥ 0

−x, if x < 0

The basic properties of absolute value are summarized in the following theorem

Theorem 119 Let x, y ∈ R, and let a ≥ 0. Then1) |x| ≥ 0,

2) |x| ≤ a iff −a ≤ x ≤ a

3) |x · y| = |x| · |y|4) |x+ y| ≤ |x|+ |y| (triangle inequality)

The proof is left as an exercise.

Exercise 120 Prove the following statements(1) | |x| − |y| | ≤ |x− y|(2) If |x− y| < c, then |x| < |y|+ c

Theorem 121 (Cauchy-Schwarz Inequality) If a1, ..., an and b1, ..., bn are arbi-

trary real numbers, we have(n∑

k=1

akbk

)2

(n∑

k=1

a2

k

)(n∑

k=1

b2

k

).

Moreover, if some ai �= 0 equality holds iff ∃x ∈ R s.t. akx+ bk = 0 for each

k = 1,2, ..., n.

Page 10: Chapter 3 THE REAL NUMBERS

44 The Real Numbers

Proof. Let A =

n∑

k=1

a2k, B =

n∑

k=1

b2kand C =

n∑

k=1

akbk.

0 �

n∑

k=1

(tak + bk)2 =

n∑

k=1

(t2a2

k+ b

2

k+ 2takbk

)

= t2

n∑

k=1

a2

k+

n∑

k=1

b2

k+ 2t

n∑

k=1

akbk

= t2A+B + 2tC = P (t)

P (t) is a quadratic equation in t and since it is nonnegative, it has either no realroots or two identic real roots. Therefore, the discriminant of the quadratic equationmust be nonpositive, implying that (2C)2 − 4AB � 0,— or equivalently C2 � AB — ,

and the theorem is proved.

3.5 The Complex Field C

The deficiency of the set R is that simple polynomial equations sometimes fail to

possess solutions in the set. The simplest example of such equations is x2 = −1. We

want to expand the set of real numbers preserving all the properties.

Definition 122 A Complex number is an ordered pair (a, b) of real numbers. Let

x = (a, b), y = (c, d) be two complex numbers. We define x + y = (a + c, b + d),xy = (ac− bd, ad + bc).

Definition 123 i = (0, 1)

Theorem 124 (a, b) = a+ bi.

Proof. a+ bi = (a,0) + (b,0) (0, 1) = (a, 0) + (0, b) = (a, b) .

Definition 125 If z = a + bi we define the conjugate of z as z = a − bi. The

numbers a and b are the real part and the imaginary part of z, respectively.

A complex number bi whose real part a is 0 is called an imaginary number.

Definition 126 The absolute value |z| of z ∈ C is√zz =

√a2 + b2.

We state without proof the following important theorem:

Theorem 127 (D’Alembert or Fundamental Theorem of Algebra) An equa-

tion zn+ a

n−1zn−1 + ... + a1z + a0 = 0 with (a0, ..., an−1 ∈ C) has n solutions in C

(not necessarily distinct).

There are general formulas for solving equations of the second, third and fourth

degree. It is possible to prove that no formulas can be derived for equation of the

fifth degree and above.

Page 11: Chapter 3 THE REAL NUMBERS

References 45

3.6 References

S.R. Lay, Analysis with an Introduction to Proof .Chapter 3. Third Edition. Pren-

tice Hall.

A. Matozzi, Lecture Notes Econ 897 University of Pennsylvania Summer

2001.

H.L. Royden, Real Analysis . Third Edition. Prentice Hall.

Rudin, Principles of Mathematical Analysis . Chapter 1.

Page 12: Chapter 3 THE REAL NUMBERS

46 The Real Numbers