lacunary - Mathnotes

Sequences

Definition: Real Sequence \@{real-sequence}

A real sequence of numbers if a function f from N to R.

Referenced by (1 direct)

Direct references:

Note \@{real-sequence-notation}

A real sequence is a special case of a sequence.

Typically, we say a1=f(1),a2=f(2),a3=f(3), and write the sequence as a list a1,a2,a3,. When it's possible to give a rule f(n) for the nth term of a sequence, we can write an=f(n) and refer to the sequence using just the rule. For example, an=3nn+1=3/2,6/3,9/4,

We say that a sequence has a limit L if we can make terms arbitrarily close to L by taking n to be sufficiently large. More precisely, the limit of a sequence an as n approaches infinity is L (limnan=L) if for every ϵ>0 there exists an NN such that anL<ϵ whenever nN.

If a sequence's limit exists and is finite, we say the sequence converges to the limit and is a convergent sequence.

Example: The limit of the sequence an=3nn+1 is 3. Proof: We need to show that given ϵ>0, there is some NN where if n>N, 3nn+13<ϵ. First, note that

|3nn+13|=|3n3(n+1)n+1|=|3n+1|=3n+1.

Now,

3n+1<ϵ3<ϵ(n+1)3<ϵn+ϵϵn>ϵ3n>3ϵϵ.

Therefore, if we pick a natural number N3ϵϵ, then an3<ϵ whenever nN, and limn3nn+1=3.

We can simplify this proof a bit by recognizing that because 3n+1<3n, if 3n<ϵ, then 3n+1 is also less than ϵ. 3n<ϵ when n<3ϵ, so we can choose N as a natural number greater than 3ϵ.

Uniqueness of the Limit of a Sequence

Note that the limit of a sequence is unique, that is, if limn=L and limn=M, then L=M. Proof:. Suppose L>M. Then LM2>0, and for some N1,N2N we have

n>N1|anL|<LM2,n>N2|anM|<LM2.

Now, let N=max(N1,N2). We have that whenever n>N,

|anL|<LM2,|anM|<LM2,

which can be rewritten as

LM2<anL<LM2, and LM2<anM<LM2.

Therefore, whenever nN,

LM2+L<an, and an<LM2+M.

Hence we have that L+M2<an<L+M2, but this is impossible, so our supposition that L>M must be false.

We can make a similar argument assuming that M>L, and this leads to the conclusion that L=M, and therefore L is the unique limit of the sequence.

Limit Laws for Sequences

Constant Sequence: If an=L for all nN, then limnan=L.

Limit of a Sum is the Sum of the Limits: If an and bn are convergent sequences, then limn(an+bn)=limnan+limnbn.

Limit of a Difference is the Difference of the Limits: If an and bn are convergent sequences, then limn(anbn)=limnanlimnbn.

Factoring a Constant Through the Limit: If an is a convergent sequence and c is a real number, then limncan=climnan.

Limit of a Product is the Product of the Limits: If an and bn are convergent sequences, then limn(anbn)=limnanlimnbn.

Limit of a Quotient is the Quotient of the Limits: If an and bn are convergent sequences, and limn(bn)0, then limn(anbn)=limnanlimnbn.

Squeeze Theorem: If an and cn are convergent sequences with the same liimt L, and bn is a sequence for which anbncn for all n, then limnbn=L.

Bounded Sequences

A sequence is said to be a bounded sequence if there exists a real number M such that anM for all natural numbers n. In other words, an is never further from 0 than ±M. If an is less than or equal to some real number for all n, then an is said to be bounded above, and if an is greater than or equal to some real number for all n, it is said to be bounded below.

Divergent Sequences

In general, any sequence that does not converge is said to diverge and is a divergent sequence.

The real sequence an is said to diverge to infinity if for every real number M, there exists a natural number N such that an>M whenever nN. In this case, we write limn>an=. This means that for any given real number, not matter how large, we can find an n that makes an>M.

The real sequence an is said to diverge to minus infinity if for every real number M, there exists a natural number N such that an<M whenever nN. In this case, we write limn>an=. This means that for any given real number, not matter how small, we can find an n that makes an<M.

A sequence can also diverge but not to infinity or minus infinity. For example, an=(1)n does not converge, so it is divergent, but it does not diverge to ±.

Monotone Sequences

The real sequence an is said to be increasing if anan+1 for all natural n, and is said to be decreasing if anan+1 for all natural n.

A real sequence is an is said to be monotone if it is either increasing or decreasining.

The monotone convergence theorem says that if a sequence is monotone and bounded, then it converges. Proof: Suppose that the sequence an is bounded and increasing. Then, by the Completeness axiom, the set {an|nN} has a least upper bound; let's call it L. Then, for any positive ϵ, Lϵ can't be an upper bound of the set, since Lϵ<L. Therefore, for some NN, Lϵ<aN, and since an increases monotonically, for all nN, we have Lϵ<an<L+ϵ, which implies |anL|<ϵ, that is, that an converges to L.

Subsequences

The sequence af(n) is called a subsequence of the sequence an if f:NN is a strictly increasing function. Another way to put this is that if an is a sequence, if we construct an by removing 0 or more elements from an and leaving the remaining elements in the same order, then an is a subsequence of an.

The Limit of a Subsequence Theorem says that if an is a convergent sequence with limit L, then any subsequence af(n) of an will also converge to L. Proof: Suppose an converges to L. Let ϵ>0. Then for some NN, for nN, anL<ϵ. Since f(n) is strictly increasing, f(n)n for all n, so if nN, then f(n)nN, and af(n)L<ϵ.

This theorem also implies that a sequence is not convergent if it has a subsequence that does not converge, or if two subsequences converge to different limits, for example, an=(1)n, where a2n converges to 1 but a2n+1 converges to 1.

We can also use this to find some limits. For example,

limn(1+1n+3)n

can be factored into

limn(1+1n+3)n+3(1+1n+3)3

The left factor is a subsequence of (1+1n)n which goes to e, and the right factor goes to 1, so the limit of the whole expression is e.

Bolzano-Weirstrass Theorem

The Bolzano-Weirstrass Theorem states that if a sequence of real numbers is bounded, then it has a convergent subsequence.

Cauchy Sequences

A sequence is said to be Cauchy if for every ϵ>0, there exists a natural N for which aman<ϵ whenever m,n>N. In other words, as we go further in the sequence, the terms get arbitrarily closer together.

A sequence is Cauchy if and only if it is convergent.

Lim Sup and Lim Inf

Suppose the real sequence an is bounded. Then

lim supnan=limnsup{an,an+1,}

lim infnan=limninf{an,an+1,}

We can think of lim supnan as giving the smallest upper bound that the terms of an get arbitrarily close to, but do not exceed, as n increases indefinitely, and lim infnan as giving the greatest lower bound that the terms of an get close to, but do not exceed, as n increases indefinitely.

If we define

bn=sup{an,an+1,},

then we know bn is bounded because an is bounded. Now, b1=sup{a1,a2,} is the least upper bound of all the terms in an and b2=sup{a2,a3,} is the least upper bound of all the terms in an except a1 and a2; therefore b2 must be less than or equal to b1 since removing terms can only lower the least upper bound. The patterns holds for all bn, so bn is a decreasing sequence. Since it is decreasing and bounded, the Monotone Convergence Theorem tells us that bn converges. We can make a similar argument about

cn=inf{an,an+1,},

which is bounded and increasing and also converges.

If a sequence an is convergent, then lim supnan=lim infnan.

If a sequence an is bounded, then lim infnanlim supnan.

If a sequence an is bounded above, then lim supnan=limnsup{an,an+1,}.

If a sequence an is not bounded above, then lim supnan=.

If a sequence an is bounded below then lim infnan=limninf{an,an+1,}.

If a sequence an is not bounded below, then lim infnan=.