Alternating Series Test (AST)
Suppose
is decreasing.
Then converges.
Proof
Both conditions gives that
2.7.1
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
b. Supply another proof for this result using the Nested Interval Property.
c. Consider the subsequences
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
for some
But the LHS is just
showing it's Cauchy. Thus
b. Consider constructing the intervals
The alternation is well defined since when
and for when
so the series of partial sums are also decreasing as a result (in two term intervals):
Let
- If
is even then and then is odd so we'll show . Notice that already . For the other inequality: per our above lemma. - If
is odd, the proof comes out very similarly.
Thus we've shown the required nested interval property, so then:
Now we really want to show that
Thus completing the proof.
c. Notice that the subsequence
Then
☐
☐