Real analysis/Sequences

From testwiki
Jump to navigation Jump to search

Definition

A sequence of real numbers is any function a:. However, we usually write an for the image of n under a, rather than a(n). The values an are called the elements of the sequence.

The sequence as a whole may be written (an)n=1 (or just (an)). When specifying a particular sequence, it may be written in the form (a1,a2,a3,), where sufficiently many elements of the sequence are given so that the pattern is clear.

For example, (1,2,3,4,), (1,2,3,4,), and (1,π,π2,π3,π4,) 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 (an)n=1 is called

  1. strictly increasing if n:an<an+1.
  2. non-decreasing if n:anan+1.
  3. strictly decreasing if n:an>an+1.
  4. non-increasing if n:anan+1.
  5. monotone if it satisfies any of the above properties (i.e. if it is either non-decreasing or non-increasing).
  6. strictly monotone if it is either strictly increasing or strictly decreasing.
  7. bounded above if there exists M such that n:an<M.
  8. bounded below if there exists M such that n:an>M.
  9. bounded if it is both bounded above and bounded below.
  10. Cauchy if ϵ>0N:n,m>N, |aman|<ϵ

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 (xn)n=1 be a sequence and let a. The sequence is said to converge to a if, for all ϵ>0, there exists N such that nN implies |xna|ϵ. We write this more concisely as

ϵ>0:N:nN:|xna|ϵ.

If (xn) converges to a then we say a is the limit of (xn) and write

a=limnxn

or

xna as n

This is read xn tends to a as n tends to . If it is clear which variable is playing the role of n then this may be abbreviated to simply xna.

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 xn as n if

M:N:nN:xnM.

and xn as n if

M:N:nN:xnM.

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 xna and xnb then a=b.

Proof

Suppose the sequence has two distinct limits, so a=b. Let ϵ=|ab|/3.

Certainly ϵ>0, so we can apply the defining property of the sequence (twice) to obtain

Na:nNa:|xna|ϵ

and also

Nb:nNb:|xnb|ϵ

So, in particular, if we take n=max(Na,Nb) then both of these conditions hold for n, and so we deduce that |xna|ϵ and also |xnb|ϵ. Applying the triangle inequality for , we deduce that |ab|2ϵ=(2/3)|ab|, 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 (xn)n=1 is a convergent sequence, then it is bounded.

Proof

Let a=limnxn, and let ϵ=1.

From the definition of convergence there exists a corresponding N such that

nN:|xna|1

The sequence (xn)n=N+1 is bounded above by a+1 and below by a1. Now consider the finite sequence (x1,x2,,xN). Let M=max(|x1|,|x2|,|x3|,,|xN|,|a|+1). It follows that n:MxnM and the sequence is thus bounded.

Theorem (Boundedness of Cauchy Sequences)

Let (xn)n=1 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 (xn)n=1, a subsequence of this sequence is a sequence (xnj)j=1, where (nj)j=1 is itself a strictly increasing sequence of natural numbers.

For example, taking nj=2j would provide a subsequence consisting of every other element of the original sequence, that is (x2,x4,x6,).

Theorem (Subsequence Convergence)

If (xn)n=1 converges to a, every subsequence (xnj)j=1 converges to a.

Proof

Let ϵ>0.

From the definition of convergence, there exists a N such that nN implies |xna|ϵ.

Since nk is a strictly increasing sequence of natural numbers, njj (Exercise: prove this fact. There is a simple proof by induction).

It follows that jN implies |xnja|ϵ. 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 (xn) and (yn) are convergent sequences and a, the following properties hold:

  • (i) limn(xn+yn)=limn(xn)+limn(yn).
  • (ii) limn(xnyn)=(limnxn)(limnyn).
  • (iii) limn(axn)=alimn(xn).
  • (iv) If n:yn0, then limn(xnyn)=limnxnlimnyn (assuming limnyn0).
  • (v) If n:xnyn, then limnxnlimnyn.

Proof

  • (i) Let a=limnxn and b=limnyn. We need to show that ϵ>0:N:nN:|(xn+yn)(a+b)|ϵ.

Given any ϵ>0 we have ϵ/3>0 so from the definition of convergence Nx:nNx:|xna|ϵ/3 and Ny:nNy:|ynb|ϵ/3.

Letting N=max(Nx,Ny), we have from the triangle inequality for ,

nN:|(xna)+(ynb)|ϵ/3+ϵ/3 or nN:|(xn+yn)(a+b)|2ϵ/3<ϵ which is what we had to prove.

(ii) Let ϵ>0 be given. By hypothesis there exists some N1 and N2 such that

|xnx|<ϵ211+|y| for n>N1and |yny|<min{1,1|x|ϵ2} for n>N2.

Then we have: for all n such that n>N1 and n>N2:

|xnynxy| =|(xnx)(yny)+x(yny)+(xnx)y|
|(xnx)(yny)|+|x||yny|+|xnx||y|
|(xnx)|(1+|y|)+|x||yny| (since |yny|<1)
<ϵ211+|y|(1+|y|)+|x|1|x|ϵ2
=ϵ2+ϵ2
=ϵ.

(iii) Let yn = the sequence: a,a,a,.... Then the statement follows from (ii).

TODO

Theorem (Squeeze/Sandwich Limit Theorem)

Given sequences (xn), (yn), and (wn), if xn and yn converge to a and xnwnyn, wn converges to a.

Proof

Let ϵ>0.

We need to find an N such that nN,|wna|<ϵ.

Since (xn)a and (yn)a, so from the definition of convergence

N1,N2:nN1,|xna|<ϵ and nN2,|yna|<ϵ.

Let N=max{N1,N2}. Then nN,ϵ<xna and yna<ϵ

Since xnwnyn, we have xnawnayna.

Thus nN, ϵ<xnawnayna<ϵ.

In other words, |wna|<ϵ, 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 (xn) be any monotone sequence that is bounded by a real number M. Without loss of generality, let (xn) be increasing.

First, we must use the completeness axiom. Since (xn) is bounded above, it has a least upper bound.

Let x=sup{xn}. Now we must show that(xn)x.

It follows from the definition of supremum(Prove it) that if s = sup(A) then ϵ>0:aA:sϵ<a<s.

Applying this to the current situation, we see that N:xϵ<xN<x.

Since (xn) is increasing, xϵ<xNxn<x nN.

Thus nN,|xxn|<ϵ. By the definition of convergence, (xn) converges to x.

Theorem (Nested Interval Property)

If there exists a sequence of closed intervals In=[an,bn]={x:anxbn} such that In+1In for all n, then n=1In is nonempty.

Proof

Note that this is obvious if you know some basic topology. However, that isn't necessary.

Since In+1In an+1,bn+1In. So, anan+1 and bnbn+1.

Thus (an) and (bn) are monotone sequences, which must converge by the previous theorem.

Since an<bnn, limnanlimnbn.

Furthermore, limnan=sup{an} and limnbn=inf{bn}, by the previous proof.

Thus anlimnanlimnbnbn, solimnan[an,bn].

Since this holds for all n, limnann=1In, showing that the intersection is indeed nonempty.

Theorem (Bolzano-Weierstrass)

Every bounded sequence of real numbers contains a convergent subsequence.

Proof

Let (xn) 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 In=[an,bn] and a subsequence xnk inductively (make sure you know what this means) as follows:


1) Let a0=M,b0=M. Since (xn) is bounded by M, infinitely many terms of (xn) lie in I0. Pick one of these and call it xn0.

2) Given Ik=[ak,bk], consider the intervals J=[ak,ak+bk2],K=[ak+bk2,bk]. By induction, infinitely many terms of (xn) lie in Ik. Thus one of the intervals J, K must contain infinitely many terms of (xn). Call this interval Ik+1. Pick one of the terms of (xn) that lie in Ik+1, and call it xnk+1


By the Nested Interval Property, n=1In is non-empty. Say it contains the number x. This number is unique, but we don't need to prove it. We only have to show that (xnk) converges to x.


By the construction of the intervals Ik, |akbk|=M2k. Since both xnk,xIk, |xxnk|<|anbn|<12k. (This step is not completely rigorous, but an ugly triangle inequality argument can be made to justify it)

Thus ϵ:k:|xxnk|<12k<ϵ. By definition, (xnk)x, 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 (xn) is Cauchy if ϵ:N:n,mN:|xnxm|<ϵ Although this seems like a weaker property than convergence, it is actually equivalent, as the following theorem shows:

Proof

() Let (xn)x.

Then ϵ>0,N:nN:|xnx|<ϵ2. Applying the triangle inequality, we see that

n,mN:|xnxm||xnx|+|xmx|<ϵ2+ϵ2=ϵ.

Thus (xn) is Cauchy.


() Let (xn) be Cauchy, and let ϵ>0.

By definition of a Cauchy Sequence, N:n,mN:|xnxm|<ϵ2. Now consider the subsequence (xn)n=N. If xn(xn)n=N, then |xn||xnxN|+|xN|ϵ2+|xN|.

Thus (xn)n=N is bounded. By the Bolzano-Weierstrass Theorem, it has a convergent subsequence, (xnk)x.

Since (xnk)x, M>N:nkM:|xnkx|<ϵ2. Thus nM:|xnx||xnxnk|+|xnkx|<ϵ2+ϵ2=ϵ. Thus by definition of convergence (xn)x.

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 (xn) converges to x by Cesaro means if the sequence of averages (x1+x2+...+xnn) converges to x.
  • Limit Superior: We define limnsup(xn) for any bounded sequence (xn) by the following: Let yn=sup{xk:kn}. Then limnsup(xn)=limn(yn). 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 (xn)x, then (xn)x by Cesaro means.

Proof

there is no proof you have to do

Theorem (Limit Superior and Inferior)

limnsup(xn) exists for any bounded sequence (xn). Furthermore, whenever limn(xn) exists, limnsup(xn)=limn(xn)

Proof

TODO

Recursively Defined Sequences

We can define a sequence recursively by specifying an initial value and a recursion relation:


x0=a

xn=f(xn1)


In this case, it isn't hard to see that limnxn=limnf(xn) (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 ϕ=(1+5)/2, we notice that ϕ is a root of the polynomial x^2 - x - 1 = 0, and define the sequence as follows:


x0=1

xn=1+1xn1

If L is the limit of this sequence, then L=1+1LL2=L+1L2L1=0. 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, x2n and x2n+1, 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 1qn2, where qn is the denominator of the rational number xn. 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 xn 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:


xn=xn1+f(xn1)f(xn1)


We will discuss these later, after we define the derivative.