Real analysis/Sequences
Definition
A sequence of real numbers is any function . However, we usually write for the image of under , rather than . The values are called the elements of the sequence.
The sequence as a whole may be written (or just ). When specifying a particular sequence, it may be written in the form , where sufficiently many elements of the sequence are given so that the pattern is clear.
For example, , , and are all sequences. Note, however, that there need not be any particular pattern to the elements of the sequence, but it is of course difficult to give an example of a sequence without a pattern.
In a general context sequences such as these would be referred to as real sequences, sequences of real numbers or sequences in to make it clear that the elements of the sequence are elements of . However, since we are concerned primarily with the real numbers, it may be assumed that all sequences are real sequences unless otherwise stated.
Classification of Sequences
Some properties of sequence are so important that they are given special names. A sequence is called
- strictly increasing if .
- non-decreasing if .
- strictly decreasing if .
- non-increasing if .
- monotone if it satisfies any of the above properties (i.e. if it is either non-decreasing or non-increasing).
- strictly monotone if it is either strictly increasing or strictly decreasing.
- bounded above if there exists such that .
- bounded below if there exists such that .
- bounded if it is both bounded above and bounded below.
- Cauchy if
The term increasing is used in some contexts with meaning either that of strictly increasing or of non-decreasing, and similarly decreasing can mean the same as either strictly decreasing, or non-increasing. As a result, these terms are ambiguous and we try to avoid their use here.
Convergence
A further important property of sequences (arguably the most important property from the perspective of analysis) is the property of convergence.
Let be a sequence and let . The sequence is said to converge to if, for all , there exists such that implies . We write this more concisely as
.
If converges to then we say is the limit of and write
or
as
This is read tends to as tends to . If it is clear which variable is playing the role of then this may be abbreviated to simply .
If a sequence has a limit, then it is called convergent.
It is also useful to extend this concept and allow sequences whose limits are either or . We say as if
.
and as if
.
Despite this, we do not refer to sequences such as these as convergent. Indeed, such sequences are unbounded (Exercise: prove this), and so the theorem below that convergent sequences are bounded shows that such sequences cannot possibly be convergent.
Theorem (Uniqueness of limits)
A sequence can have at most one limit. In other words: if and then .
Proof
Suppose the sequence has two distinct limits, so . Let .
Certainly , so we can apply the defining property of the sequence (twice) to obtain
and also
So, in particular, if we take then both of these conditions hold for , and so we deduce that and also . Applying the triangle inequality for , we deduce that , which is a contradiction.
Thus, we deduce that our original assumption (that the sequence had two distinct limits) was false, and so any sequence can have at most one limit.
Theorem (Convergent Sequences Bounded)
If is a convergent sequence, then it is bounded.
Proof
Let , and let .
From the definition of convergence there exists a corresponding such that
The sequence is bounded above by and below by . Now consider the finite sequence . Let . It follows that and the sequence is thus bounded.
Theorem (Boundedness of Cauchy Sequences)
Let be a Cauchy sequence. There is an N such that when a>N and b>N, that d(xa,xb)<ε. Consider aN+1. Then when b>N, d(xN+1,xb)<ε. Then consider the maximum of the finite set r=max{x|x=d(xN+1,xa for some a≤N or x=ε). Then the ball Br(xN+1) contains all the elements of the set, and hence it is bounded.
Subsequences
Given a sequence , a subsequence of this sequence is a sequence , where is itself a strictly increasing sequence of natural numbers.
For example, taking would provide a subsequence consisting of every other element of the original sequence, that is .
Theorem (Subsequence Convergence)
If converges to , every subsequence converges to .
Proof
Let .
From the definition of convergence, there exists a such that implies .
Since is a strictly increasing sequence of natural numbers, (Exercise: prove this fact. There is a simple proof by induction).
It follows that implies . This is the required property.
Algebraic Operations on Sequences
We can also perform algebraic operations on sequences. In other words, we can add, negate, subtract, multiply, invert and divide sequences. This is useful because, when the sequences converge, taking the limits commutes with the algebraic operation --- in other words, the limit of a sum of two sequences is equal to the sum of the individual limits, and similarly for the other operations. The following theorem makes this explicit.
Theorem (Algebraic Operations)
If and are convergent sequences and , the following properties hold:
- (i) .
- (ii) .
- (iii) .
- (iv) If , then (assuming ).
- (v) If , then .
Proof
- (i) Let and . We need to show that .
Given any we have so from the definition of convergence and .
Letting , we have from the triangle inequality for ,
or which is what we had to prove.
(ii) Let be given. By hypothesis there exists some and such that
- for and for .
Then we have: for all such that and :
(since )
(iii) Let = the sequence: . Then the statement follows from (ii).
TODO
Theorem (Squeeze/Sandwich Limit Theorem)
Given sequences , , and , if and converge to and , converges to .
Proof
Let .
We need to find an such that .
Since and , so from the definition of convergence
and .
Let . Then and
Since , we have .
Thus .
In other words, , which is what we wanted.
Other Completeness Axioms
As promised earlier, here are several equivalent formulations of the completeness axiom.
Theorem (Monotone Convergence)
Any monotone, bounded sequence converges.
Proof
Let be any monotone sequence that is bounded by a real number M. Without loss of generality, let be increasing.
First, we must use the completeness axiom. Since is bounded above, it has a least upper bound.
Let . Now we must show that.
It follows from the definition of supremum(Prove it) that if s = sup() then .
Applying this to the current situation, we see that .
Since is increasing, .
Thus . By the definition of convergence, converges to .
Theorem (Nested Interval Property)
If there exists a sequence of closed intervals such that for all n, then is nonempty.
Proof
Note that this is obvious if you know some basic topology. However, that isn't necessary.
Since . So, and .
Thus and are monotone sequences, which must converge by the previous theorem.
Since , .
Furthermore, and , by the previous proof.
Thus , so.
Since this holds for all n, , showing that the intersection is indeed nonempty.
Theorem (Bolzano-Weierstrass)
Every bounded sequence of real numbers contains a convergent subsequence.
Proof
Let be any sequence bounded by M. The idea is to confine a subsequence to successively smaller intervals whose length approaches 0. Construct a sequence of nested intervals and a subsequence inductively (make sure you know what this means) as follows:
1) Let . Since is bounded by M, infinitely many terms of lie in . Pick one of these and call it .
2) Given , consider the intervals . By induction, infinitely many terms of lie in . Thus one of the intervals J, K must contain infinitely many terms of . Call this interval . Pick one of the terms of that lie in , and call it
By the Nested Interval Property, is non-empty. Say it contains the number . This number is unique, but we don't need to prove it. We only have to show that converges to x.
By the construction of the intervals , . Since both , . (This step is not completely rigorous, but an ugly triangle inequality argument can be made to justify it)
Thus . By definition, , which is what we wanted.
Theorem (Cauchy Criterion)
A sequence converges if and only if it is Cauchy. If you read about the construction of the real numbers, you may already be familiar with Cauchy sequences. If not, we repeat the definition here:
A sequence is Cauchy if Although this seems like a weaker property than convergence, it is actually equivalent, as the following theorem shows:
Proof
() Let .
Then . Applying the triangle inequality, we see that
.
Thus is Cauchy.
() Let be Cauchy, and let .
By definition of a Cauchy Sequence, . Now consider the subsequence . If , then .
Thus is bounded. By the Bolzano-Weierstrass Theorem, it has a convergent subsequence, .
Since , . Thus . Thus by definition of convergence .
Types of Convergence
There are many different types of convergence, of which three are listed here(there may be more in the future). The first, as we have already seen, is logically equivalent to the original definition of convergence, whereas the other two are (logically) weaker.
- Cauchy convergence: See above.
- Cesaro Mean convergence: We say a sequence converges to by Cesaro means if the sequence of averages converges to .
- Limit Superior: We define for any bounded sequence by the following: Let . Then . The limit inferior is defined similarly, replacing "sup" with "inf".
As a self-test, the reader might try to prove the following theorems on their own before continuing.
Theorem (Cesaro Mean Convergence)
If , then by Cesaro means.
Proof
there is no proof you have to do
Theorem (Limit Superior and Inferior)
exists for any bounded sequence . Furthermore, whenever exists,
Proof
TODO
Recursively Defined Sequences
We can define a sequence recursively by specifying an initial value and a recursion relation:
In this case, it isn't hard to see that (As an exercise, prove this rigorously). Recursive sequences are very useful for this reason; the limit only depends on the recursion relation. Thus, in order to find a sequence with a certain limit, we only have to find an algebraic expression satisfied by the limit and specify an initial condition that ensures convergence of the sequence. For example, if we want a sequence that converges to the golden ratio , we notice that is a root of the polynomial x^2 - x - 1 = 0, and define the sequence as follows:
If L is the limit of this sequence, then . Thus the limit must be a root of this quadratic. Since it is clear that this sequence must always be positive, the only possible limit is . A bit more work shows that the sequence is bounded and contains two monotone subsequences, and , each of which converge by the monotone convergence theorem, and whose difference converges to 0 (exercise:prove this). Thus both subsequences have the same limit, the limit of the sequence, which must be . In fact, this sequence convergences very, very rapidly, faster than , where is the denominator of the rational number . It is somewhat amazing that we can prove such things given little more than a recursion formula.
The type of recursive sequence used above is called a "continued fraction" (write out each term explicitly to see why). These sequences are very important in the subject of Number Theory. A class examples that are perhaps more important to Analysis are the sequences defined by Newton's method for approximating zeros of differentiable functions:
We will discuss these later, after we define the derivative.