Lecture 16 - The Series Tests

Exam II is coming up next week, so be mindful of those.

If an=A and b=bn=B and cR. then:

  1. (can)=cA
  2. (an+bn)=A+B

Proof

  1. We must argue that the sequence of partial sums:
    tm=ca1+ca2++cam
    converges to cA. We are just given k=1ak converges to A. So the partial sums:
    sm=a1+a2++am
    converge to A. Because tm=csm then using the Limit Laws (Algebraic Limit Theorem) yields (tm)cA

  2. It's proved in very much the same way, using the summation ALT.

We also talked about Cauchy Criterion for Series:

Cauchy Criterion for Series

an converges iff ε>0NN such that for all n>mN then:
|k=m+1nak|=|am+1+am+2++an|snsm<ε

Proof

Observe that:
|snsm|=|am+1++an|
and apply the Cauchy Criterion.

Notice there's no condition on the an's.

Example: Test for Divergence

Test for Divergence

If an converges then an0.

Proof
Let ε>0. By the Cauchy Condition for series, then choose NN such that n>mN implies:
|am+1++an|<ε
In particular, use m=n1 and any n>N then:
|an|=|an0|<ε
So by definition then an0.

Example: Comparison Test

Comparison Test

Suppose nN we have an,bnR satisfy 0anbn. Then:

  1. If bn converges, then an converges.
  2. If an diverges, then bn diverges (automatically from (1))

Proof
Suppose bn converges. Let's show an satisfies the Cauchy Condition for Series, and thus converges.

Let ε>0. Since bn converges then we can choose NN such that n>mN has it that:
|bm+1++bn|<ε
Everything here is non-negative, so we can get rid of the absolute value signs:
bm+1++bn<ε
Suppose this is true, that we choose our n>mN. Then:
|am+1++an|=am+1++anbm+1++bn<ε
Thus an satisfies the Cauchy Condition for Series, so then it must converge.

Example: Absolute Convergence Test

ACT (Absolute Convergence Test)

If |an| converges, then an converges.

Proof
Let ε>0. Since |an| converges, then we can choose NN such that any n>mN implies:
||am+1|++|an||<ε
Choose any n>mN. Then:
|am+1++an||am+1|++|an|Δ Inequality=||am+1|++|an||<ε
Thus the an is Cauchy, so then an converges.

Types of Convergence

Types of Convergence

Let an:

  • If |an| converges, then an is absolutely convergent.
  • If an converges but |an| diverges, then an is conditionally convergent.
  • Otherwise an diverges.

For example:
n=1(1)n+1n
converges conditionally while:
n=1(1)n+12nconverges absolutely.

Alternating Series Test (AST)

Suppose (an) satisfies:

  1. (an) is decreasing.
  2. an0
    Then n=1(1)n+1(an)=a1a2+a3a4+ converges.

Proof
Both conditions gives that an0 (just use MCT). As a result, the proof is done in:

2.7.1

Question

Prove the Alternating Series Test (AST). This is done by showing that the sequence of partial sums:
$
s_{n} = a_{1} - a_{2} + a_{3} - \dots \pm a_{n}
$
converges. Different characterizations of completeness lead to different proof.
a. Prove the AST by showing that (sn) is Cauchy.
b. Supply another proof for this result using the Nested Interval Property.
c. Consider the subsequences (s2n),(s2n+1) and show how the MCT leads to a third proof for the AST.

Scratch Work:

a.
For scratch, if we have this case then:
$
\begin{align}
|s_{n} - s_{m}| &= |a_{1} - a_{2} + \dots \pm a_{n} - (a_{1} - a_{2} + \dots \pm a_{n} \mp \dots \pm a_{m})| \
&= \left|\sum_{k=n+1}^{m} (-1)^{n+1}a_{k}\right| \
& \leq \sum_{k=n+1}^{m} |a_{k}| & \text{ Triangle Ineqality} \
& < \sum_{k=n+1}^{m} \frac{\epsilon}{m-(n+1)} \
& = \epsilon
\end

$

Proof

a. Let ϵ>0. Now we know that (an)0 so then since we can choose such an N where:
|an|<ϵ
for some nN. Now let m>nN as follows. Then notice that mn>0 so then notice that each |an+1|,|an+2|,,|an+(mn)|<ϵmn since this chosen epsilon is greater than 0 (applying the limit definition above). Then:
|an+1an+2+±an+(mn)||an+1|+|an+2|++|±an+(mn)=|an+1|+|an+2|++|an+(mn)|(an0)<(mn)ϵmn=ϵ
But the LHS is just |snsm| so we've really shown:
|snsm|<ϵ
showing it's Cauchy. Thus (sn) converges, showing the AST.

b. Consider constructing the intervals In such that for each n:
In={[sn,sn+1]n is even[sn+1,sn]n is odd
The alternation is well defined since when n=2k (n is even):
sn+1sn=(1)2k+1+1an+1=an+10
and for when n=2k+1 (n is odd) then you get snsn+1 in a similar way. This shows these intervals are always defined. Further, notice we can show that In+1In. Notice first that since an is decreasing (and positive), then an+1an. That means that:
an+1an0sn+1sn10sn+1sn1
so the series of partial sums are also decreasing as a result (in two term intervals):

sn+1sn1 for all n.

Let xIn. We'll show that xIn+1:

  • If n is even then x[sn,sn+1] and then n+1 is odd so we'll show x[sn+2,sn+1]. Notice that already xsn+1. For the other inequality: xsnsn+2 per our above lemma.
  • If n is odd, the proof comes out very similarly.

Thus we've shown the required nested interval property, so then:
x s.t. xn=1In
Now we really want to show that (sn)x. Let ϵ>0. Since (an)0 then we know that NN where any nN has it that |an|<ϵ. Now notice that if we let any nN:
|snx||snsn+1|x is at most/least from the interval’s endp.=|an+1|=|an+1|<ϵ
Thus completing the proof.

c. Notice that the subsequence (s2n),(s2n+1) all are decreasing (see the lemma from (b)) and bounded below (given by how an0). As a result, then by the MCT both subsequences converge. Now by the Limit Laws (Algebraic Limit Theorem) then because:
(sn)(s2n+s2n+1)
Then (sn) converges to the same limit as the sum of the limits of the two subsequences.

Example: The Alternating Harmonic Series

Recall the AHS:

112+1314+

this series converges by the AST; however, one of our cautionary tales said that we could reorder the terms to get a new number. Wouldn't that contradict it being convergent (since then the limits wouldn't be unique).

Rearrangement

Given n=1an and a bijection f:NN. Define bf(k)=ak. Then n=1bn is a rearrangement of n=1an.

Rearrangement Theorem

If an is conditionally convergent, and αR. Then a rearrangement bk such that k=1bk=α.

Proof
Think of a proof outline for the AST. If you only add the positive terms, it must diverge, and similarly for the negative terms. Similarly, in a conditionally convergent series you can use the positive terms, add one negative term, then add positive terms until you get too far, then add one negative term, and rinse and repeat:

Theorem

If an is absolutely convergent, then any rearrangement converges to the same value.

Proof
Let f:NN where bf(k)=ak so that bk is a rearrangment. Then let:
sn=a1++an
tm=b1++bm
Since an is absolutely convergent, then if we let ε>0 to show convergence then:
an=A
By our supposition. We can choose NN such that for any nN that:
|snA|<ε2
Similarly by the Cauchy Criterion, then n>mN then:
|am+1|++|an|<ε2
Let M=max(f(1),f(2),,f(N)). If we choose mM then mf(i) so then:
|tmA||tmsN|ak:k>N+|sNA|<ε2
But since the Cauchy Criterion makes the first term <ε2, finishing the proof.