MATH 409 Lecture 8

From Notes
Jump to navigation Jump to search

« previous | Thursday, September 19, 2013 | next »

Lecture Slides

New Challenges

Challenge 7

Build a sequence {xn} of real numbers such that every real number is a limit point of {xn} (a limit point f a sequence is, by definition, the limit of a convergent subsequence).

Challenge 8

Let {Fn} be the sequence of Fibbonacci numbers. Prove that

limnFn+1Fn=5+12


Review

Examples

Theorem. If 0<a<1, then an0 as n.

Proof. Since a<1 and a>0, it follows that an+1<an and an>0 for all n. Hence the sequence {an} is strictly decreasing and bounded. Therefore it converges to some x.

Since an+1=ana for all n, it follows that an+1xa as n. However, {an+1} is a subsequence of {an}, hence it converges to the same limit as {an}. Thus xa=x, which implies that x=0.

quod erat demonstrandum

Theorem. If a>1, then an+ as n.

Proof. Since a>1, it follows that an+1>an>1 for all n. Hence {an} is strictly increasing. Then {an} either diverges to + or converges to a limit x. In the latter case, we argue as above to obtain that x=0. However, this contradicts with an>1. Thus {an} diverges to +.

quod erat demonstrandum

Theorem. If a>0, then an1 as n.

Observe that by definition, an is a unique positive number r such that rn=a.

Proof. If a1, then an+1an1 for all n, which implies that an+1n(n+1)ann(n+1)1. Notice that an+1n(n+1)=an and ann(n+1)=an+1. Hence anan+11 for all n.

Similarly, in the case 0<a<1, we obtain that an<an+1<1 for all n. In either case, the sequence {an} is monotone and bounded. Therefore it converges to a limit x. Then the sequence {a2n} also converges to x since it is a subsequence of {an}. At the same time, (a2n)2=an, which implies that x2=x. Hence x{0,1}. However, the limit cannot be 0 since anmin(a,1)>0 (the first element sets the lower bound of an increasing function). Thus the limit is 1.

quod erat demonstrandum

Theorem. The sequence xn=(1+1n)n for n is increasing and bounded, hence it is convergent.

Note: The limit is the number e=2.71828

Proof. First let us show that {xn} is increasing. For any n,

xn=(1+1n)n=(n+1n)n=(n+1)nnn

If n2, then similarly

xn1=nn1(n1)n1

Hence

xnxn1=(n+1)nnn(n1)n1nn1=((n+1)(n1)n2)n1n+1n=(n21n2)n1n+1n=(11n2)n1(1+1n)

To continue, we need the following lemma:

Lemma. If 0<x<1, then (1x)k1kx for all k.

Proof by induction. Basis. For k=1, we have (1x)1=11x.

Induction. Assume (1x)k1kx for some k and all x(0,1). Then

(1x)k+1=(1+x)k(1x)(1kx)(1x)=1kxx+kx2>1(k+1)x

Thus the lemma holds by induction on k.


Remark. According to the binomial formula,

(1x)k=1kx+k(k1)2x2

Using this lemma, we obtain that

xnxn1=(11n2)n1(1+1n)(1n1n2)(1+1n)=1n1n2+1nn1n3=1+1n2n1n3=1+1n3>1

Thus the sequence {xn} is strictly increasing.


Now let us show that the sequence {xn} is bounded. Since {xn} is increasing, it is enough to show that it is bounded above. By the binomial formula,

xn=(1+1n)n=k=0n(nk)(1n)k=k=0nn!k!(nk)!(1n)k

Observe that n!k!(nk)!(1n)k1 for all 0kn because

n!k!(nk)!(1n)k=n(n1)(nk+1)nnn

Note there are k terms in both the numerator and the denominator, and the denominator is obviously larger.

It follows that xnk=0n1k!=1+11!++1n!

Further observe that k!2k1 for all k0 because 123k222. There are k1 factors greater than 2 on the LHS, and k1 factors equal to 2 on the RHS.

Therefore we obtain

xn1+1+12+122++12n1=312n13

So the sequence is bounded.

quod erat demonstrandum


Cauchy Sequences

A sequence {xn} of real numbers is called a Cauchy sequence if, for any ϵ>0, there exists N such that |xnxm|<ϵ whenever n,mN.

Note that the definition of cauchy sequences is redundant with equivalent to the theorem regarding convergent of sequences, only cauchy sequences do not need a limit to prove they converge.

Theorem. Any convergent sequence is Cauchy.

Proof. Let {xn} be a convergent sequence and a be its limit. Then for any ϵ>0 there exists N such that |xna|<ϵ2 whenever nN. Now for any natural numbers n,mN we have

|xnxm|=|xna+axm||xna|+|xma|<ϵ2+ϵ2=ϵ

Thus {xn} is a Cauchy sequence.

quod erat demonstrandum

Theorem. Any Cauchy sequence is convergent.

Proof. (proved by Cauchy, but he called them fundamental sequences) Suppose {xn} is a Cauchy sequence. First let us show that the sequence is bounded. Since {xn} is Cauchy, there exists N such that |xnxm|<1 whenever n,mN. In particular, |xnxN|<1 for all nN. Then

|xn|=|(xnxN)+xN||xnxN|+|xN|<|xN|+1

It follows that for any natural number n, we have |xn|M, where M=max(|x1|,|x2|,,|xN1|,|xN|+1).

Now the Bolzano-Weierstrass theorem implies that {xn} has a subsequence {xnk}k converging to some a. Given ϵ>0, there exists Kϵ such that |xnka|<ϵ2 for all kKϵ. Also, there exists Nϵ such that |xnxm|<ϵ2 whenever n,mNϵ. Let k=max(Kϵ,Nϵ). Then kKϵ and nkkNϵ. Therefore for any nNϵ, we obtain

|xna|=|(xnxnk)+(xnka)||xnxnk|+|xnka|<ϵ2+ϵ2=ϵ

Thus the entire sequence {xn} converges to a.

quod erat demonstrandum

Limit Points

A limit point of a sequence {xn} is the limit of any convergent subsequence of {xn}.

  • A convergent sequence has only one limit point, its limit.
  • Any bounded sequence has at least one limit point (by Bolzano-Wierstrass theorem)
  • If a bounded sequence is not convergent, then it has at least two limit points.
  • The sequence {(1)n} has 2 limit points, namely 1 and −1
  • If all elements of a sequence belong to a closed interval [a,b], then all its limits belong to [a,b] as well (by comparison theorem)
  • The set of limit points of the sequence {sinn} is the entire interval [1,1] (key: π is irrational)
  • If a sequence diverges to infinity, then it has no limit points
  • If a sequence does not diverge to infinity, then it has a bounded subsequence and hence it has a limit point.