Loading [MathJax]/jax/output/HTML-CSS/jax.js

Saturday, March 12, 2016

Introduction to Real Analysis (1.4.3) - Properties of the real numbers and the Monotone Convergence Theorem

In the previous post I defined what real numbers are. In this post I will introduce an important relation on the real numbers, namely <, introduce two operations on the real numbers, multiplication and addition +, as well as prove that the real numbers are 'complete'; that is, that the real numbers obey the 'least upper bound' property.

Using these definitions, it is also possible to show that the set of all real numbers is a field. All this means is that the set obeys certain axioms which relate to the two operations defined on the set ( and +), although this will be left as an exercise to the reader. Much of this post will be left as an exercise to the reader, as many facts about the real numbers follow from the definitions that will be given in this post. Also, I would like to move on to proving completeness as quickly as possible as it will enable us to start talking about sequences and series of real numbers.

Lets start with defining the 'less than' relation:

Definition 1(Less Than) For two real numbers [α],[β], we say [α]<[β] if and only if there exists a positive rational number ϵ>0 such that for some constructive interval sequence {In}=[an,bn] in [α] and {Kn}=[cn,dn] in [β], cnan>ϵ for all n>M where M is some natural number.

Although  Definition 1 does not require that for any two constructive interval sequences {In} and {Kn} in [α] and [β] respectively, there must exist a positive rational number ϵ>0 such that for all n>M where M is some natural number, cnan>ϵ, this is implied by Definition 1 as [α] and [β] are both defined to be equivalence classes of constructive interval sequences. The actual proof of this will be left as an exercise to the reader, but essentially it is a consequence of the fact that any two sequences in an equivalence class of nested interval sequences can be made 'arbitrarily close together'.

The definition of 'less than or equal to' will literally be two numbers are 'less than or equal to' each other if and only if they are 'less than' each other xor 'equal to' each other.

We will now prove the law of trichotomy of the real numbers:

Theorem 1 (Law of trichotomy) For any two real numbers , [α] and [β], one and only one of the following statements is true:

(i) [α]<[β]
 
(ii) [β]<[α]

(iii) [β]=[α]

Proof (Theorem 1)

Let {In}=[an,bn] and {Kn}=[cn,dn] be two constructive interval sequences in [α] and [β] respectively.

Suppose [β]=[α] were false. Then there exists some positive rational number ϵ such that for all natural numbers M, there exists an n>M such that |cnan|ϵ

Now, as [an,bn] and [cn,dn] are two constructive interval sequences, we can make bnan<ϵ2 and dncn<ϵ2 for all n>M.

But we know that for some n>M, |cnan|ϵ.

This implies that either cnanϵ or ancnϵ.

Suppose cnanϵ. However we know that bnan<ϵ2.

Therefore, cnbn>ϵ2.

Now cn+icn for all i, and an+i<bn for all i.

This implies that cn+ian+i>cnbn>ϵ2 for all i.

Thus [α]<[β].

We can similarly prove that if ancnϵ, [β]<[α].



In the hopes of defining multiplication successfully, I will now present another definition and a lemma about 0 (and all rational numbers) in the 'real number' sense.

Definition 2 The rational number a is equivalent to the equivalence class the constructive interval sequence [a,bn] belongs to. We denote a in the real number sense, [a].

Lemma 1 If [α]<[0], there exists a constructive interval sequence In=[an,bn] in [α] such that an<0 and bn<0 for all natural n.

Proof (Lemma 1) By definition, if [α]<[0], we must be able to find a natural number M such that for all n>M , 0an>ϵ for some positive rational number ϵ, where [an,bn] is in [α].

Therefore, for all n>M, an<ϵ<0.

As [an,bn] is a constructive interval sequence, it is also true that limnbnan=0, which implies that for n large enough, bn<ϵ<0.

Thus for n large enough, say for n larger or equal to than M1, we can ensure an<0 and bn<0.

Take another constructive interval sequence [an,bn], where an=aM1+n and bn=bM1+n.

This is simply a sub-sequence of the aforementioned sequence, and also must belong to [α], as |aM1+nan|<bnan and limnbnan=0.

Thus Lemma 1 has been proved.


Lemma 2 If [0]<[α], there exists a constructive interval sequence In=[an,bn] in [α] such that 0<an and 0<bn for all natural n.

Lemma 2 can be proved similarly.


Now we will define the operations + and on the real numbers.

Definition 3 (Addition) For any two real numbers [α], [β], we define [α]+[β] as the equivalence class the constructive interval sequence [an+cn,bn+dn] belongs to, where [an,bn] is in [α] and [cn,dn] is in [β].

Definition 4 (Multiplication) Let [α]0 and [β]0 , then by Lemma 2, there exist constructive interval sequences, {In}=[an,bn] and {Kn}=[cn,dn] in [α] and [β] respectively such that an,bn,cn,dn0 for all natural n.

We define [α][β] as the equivalence class of the constructive interval sequence [ancn,bndn]. (It follows from this definition that (at least for [α]>0 and [β]>0, at this point) multiplication is commutative.

Now suppose [α]<0 and [β]0, then by Lemma 1 and Lemma 2, we know there must exist constructive interval sequences, {In}=[an,bn] and {Kn}=[cn,dn] in [α] and [β] respectively such that an,bn<0 and cn,dn>0 for all natural n.

We define [α][β] in this case as the equivalence class of the constructive interval sequence [|an|dn,|bn|cn].

For [α]0 and [β]0 we know there must exist constructive interval sequences, {In}=[an,bn] and {Kn}=[cn,dn] in [α] and [β] respectively such that an,bn,cn,dn0for all natural n.

 We define [α][β] as the equivalence class of the constructive interval sequence [|bn||dn|,|cn||an|].

Using these definitions it is now possible to prove all of the field axioms of the real numbers: http://mathworld.wolfram.com/FieldAxioms.html


We will now prove that the real numbers are complete.

Property 1 (Completeness) Let S be some non-empty subset of R that is bounded above. There exists a real number ξR such that ξ is the smallest upper bound of S.

Proof (Property 1) - SR and S is bounded above. Therefore there must exist some [β]R such that for all [α]S, [α][β].

Now let {In}[α]S and {Kn}[β] where In=[an,bn] and Kn=[cn,dn].

Suppose, for some NN, aN>dN.

We will show that this is not possible.

If aN>dN, then aN+iaN>dNdN+i>cN+i

This implies aN+icN+i>aNcN for all natural i.

Thus by definition, [α]>[β].

This is clearly a contradiction. (By the law of trichotomy)

Therefore, our initial supposition was false; and so for all natural n, an<≤dn.

Now this also means that the real number [dN] for some fixed natural N (where dn is the same dn as mentioned above, that is, dn is in general a right endpoint of the constructive interval sequence {Kn}[β] where [β] is some upper bound of S) is an upper bound of S, as if [α]>[dN], this implies that for all n>M, andN>ϵ>0, which contradicts the fact we proved earlier. Thus the fact that [α][dN] follows from the law of trichotomy.

Note that dN is also a rational number, as it is one of the right endpoints of {Kn}[β]

We will now go on to prove a useful lemma:

Lemma 1 For all nN, there exists a left endpoint an{In}[α]S such that an+1n (which is a rational number) is an upper bound of S.

Proof (Lemma 1) Suppose there exists a natural number m where for any left endpoints am{In}[α]S (where [α] is any element in S, {In} is any constructive interval sequence in [α]), am+1m is NOT an upper bound of S.

This means that there must exist some real number [α1]S such that [am+1m]<[α1].

This means that for a constructive interval sequence [yi,ti] in [α1],

yi(am+1m)>0 for all iN where N is some natural number.

Which means that in particular, yN(am+1m)>0.

Now yN is some left end point of [yi,ti][α1]S, and therefore using the exact same argument as before, yN+1m may not be an upper bound of S, which means that am+2m is not an upper bound of S either.

Continuing this process, we realize that we will eventually conclude that am+km can never be an upper bound of S for any natural k, we know this must yield a contradiction, as at some point am+kmdN for some k, due to the fact that the natural numbers are unbounded in Q

(This can be proven formally with induction)


Now with the help of Lemma 1, we will begin our construction of the 'least upper bound' or 'supremum' of S.

We will do so by first considering an increasing sequence {an} where for each natural n (we start indexing at n=1), an+1n is an upper bound of S. By Lemma 1, these an exist as left endpoints of constructive interval sequences within numbers [α] in S.

The only thing we need to show is that we can find an INCREASING sequence of such numbers.

Suppose for the sake of contradiction, an+1an. Then an+1+1n+1an+1n+1. By definition, an+1+1n+1 is an upper bound of S and therefore an+1n+1 is also an upper bound of S. Thus in order to fix this issue, we can just swap indexes. That is, rather than call an+1, an+1, we simply call it an and call an, an+1. In this way, we have straightened out the issue, as an<an+1.

Thus we can create such a sequence.

We will now consider the opposite side, that is, we want to produce a decreasing sequence of upper bounds, bn, such that bnan1n for all n.

First we need to show this is indeed possible.

Suppose an+1+1n+1an+1n.

If this is the case, choose some real number [βn+1]<[an+1n] such that [βn+1] is an upper bound of S. If such a real number does not exist, then this implies that [an+1n] is the least upper bound of S and we would be done.

Before we continue, let us prove one more useful lemma:

Lemma 3   [α]<[β] if and only if for some {In}=[an,bn] and {Kn}=[cn,dn] in [α] and [β] respectively, dnbn>ϵ for all n>M where M is some natural number and  ϵ>0Q

Proof (Lemma 3) Let [α]<[β]. Then for {In}=[an,bn] and {Kn}=[cn,dn] there exists a natural number M such that for all n>M, cnan>ϵ1>0 for some ϵ1Q.

Now, as [an,bn] and [cn,dn] are both constructive interval sequences, there exists a natural number P such that for all n>P, |bnan|<ϵ22 and |dncn|<ϵ22, where ϵ2<ϵ1. Therefore, ϵ22<anbn<ϵ22 and ϵ22<dncn<ϵ22.

Adding together both inequalities, we have ϵ2<dnbn+ancn<ϵ2, which impliess ϵ1ϵ2<dnbn for all n>P.

Now the proof of the converse is symmetric.



Continuing on, we will choose some {Mi}[βn+1] where {Mi}=[ti,bi]. Note that the constructive interval sequence [pi,an+1n] where limi(an+1n)pi=0, certainly belongs to [an+1n]. Then by definition, for all i>N, an+1nbi>ϵ>0 for some rational ϵ (this is a consequence of Lemma 3). In particular, we can find a rational number, which we will denote bn+1 such that an+1nbn+1>0 and bn+1 is a rational upper bound of S

The fact that bn+1 is an upper bound of S follows from the discussion above pertaining to the fact that for any [α]S and any upper bound [β], a left endpoint of a constructive interval sequence in [α] may never be greater than a right end-point of a constructive interval sequence of [β].

It thus follows that if the event where an+1+1n+1an+1n occurs, we are always able to find a rational upper bound bn+1<an+1n, this also implies that bn+1an+1<1n+1.

We can thus inductively build a constructive interval sequence [an,bn] where bnan<1n for all natural n (we start indexing at n=1), where bn is a rational upper bound of S, and an is some left end point of some constructive interval sequence of some [α] in S.

Clearly, this interval sequence fulfills the criterion for a constructive interval sequence, and thus belongs to an equivalence class.

Let us denote the equivalence class this sequence belongs to [ξ].

We will show that [ξ] is the least upper bound of S.

Consider some [α]S. Take [cn,dn][α]S.

Case 1 - dn is an upper bound of S for all n.

In this case we will show that [α]=[ξ].

Since [cn,dn] is a constructive interval sequence , we know that limndncn=0.

Therefore, for n>M, we can ensure dncn<1N for some natural number N.

Now take [an,bn][ξ]. We know that bnan<1n and bn is an upper bound of S, an is some left end point of some constructive interval sequence of some [α]S.

For n>M, we know that cn+1N is an upper bound of S.

We also know that for n>N, an+1N is an upper bound of S by definition.

Take some n>max(N,M).

Suppose |cnan|>1N.

then cnan>1N.

This implies that cn>an+1N


But, [an+1N] is an upper bound of S, and so the constructive interval sequence [mi,an+1N] where limi(aP+1N)mi=0, certainly belongs to [aP+1N].

We discussed earlier that any left end point of any constructive interval sequence of some [α] in S may not exceed a right end-point of a constructive interval sequence of an upper bound of S.

Thus we reach a contradiction.

Similarly, we reach a contradiction if ancn>1N for some n>max(N,M).

Thus for all n>max(N,M) , |cnan|1N.

Since N was any natural number, we have shown that [ξ]=[α].

Case 2 - For some natural n, dn is not an upper bound of S.

This means that for all n>M for some natural M, neither cn nor dn are upper bounds of S.

Now, as bn (a right endpoint of [an,bn][ξ]) is always an upper bound of S by definition, we have bndn>0 for all n>M.

By lemma 3, an equivalent definition for [α]<[β] was that if {In}=[an,bn][α] and if {Kn}=[cn,dn][β], for all n>L for some natural L, dnbn>ϵ for some positive rational ϵ.

Since we know that in our case, bndn>0 for all n>M, it is not possible for [α]>[ξ].

Thus by the law of trichotomy, [α][ξ].


Thus we have shown that [ξ] is an upper bound of S. All that is left to do now is to show that it is indeed the least upper bound of S.

Suppose, for the sake of contradiction, for some upper bound [β] of S, [β]<[ξ].

Let {Kn}=[cn,dn][β]. Then for all n>M, ancn>ϵ>0.

However, as [cn,dn] is a constructive interval sequence, for all n>T where T is some natural number, we can ensure that dncn<ϵ

Thus, for n>max(T,M) , dn<an.

But dn is a right end point of a constructive interval sequence of an upper bound of S, and an is a left endpoint of some [α]S. Therefore, andn for all n.

This yields a contradiction.

Therefore [β]<[ξ] is false, so by the law of trichotomy, [ξ][β] for any upper bound [β] of S.

Thus [ξ] is indeed the least upper bound of S, and R under this construction is complete.


For the sake of completeness (no pun intended), I will verify that all the field axioms hold and that the previously defined operations of + and are well-defined in my next post. (Hopefully by the end of today or tomorrow). We will also stop denoting real numbers as '[]' and refer to them as normal.

Let's prove the Monotone Convergence Theorem:

Theorem (Monotone Convergence) Let {an} be a sequence of non-strictly increasing real numbers, that is, a1a2a3....

Furthermore, suppose there exists a real number b such that anb for all n.

Then limnan exists.

Proof (Monotone Convergence Theorem) Consider the set non-empty subset of the real numbers, {an|nN}. Clearly, this set is bounded above by b.

Therefore, by the least upper bound property of the real numbers, there must exist a number ξ that is the least upper bound of the aforementioned set.

We will show that limnan=ξ.

Consider |anξ|=ξan.

For the sake of contradiction, suppose there does not exist a natural number m, such that ξam<1n where n is some arbitrary natural number.

Then for all m, ξam1n and amξ1n for all m.

This is a contradiction, as then ξ1n<ξ is a smaller upper bound than ξ of the aforementioned set.

Thus, there must exist a natural number m such that ξam<1n, which implies, as an is non-strictly increasing, that ξak<1n for all k>m.

As n was arbitrary, we are finished.


In the next post we will also consider the case where {an} is a non-strictly decreasing sequence of real numbers.

Thanks for reading.






















No comments:

Post a Comment