Exercise statement
Prove Lemma 7.3.3.
Lemma 7.3.3 (Geometric series). Let be a real number. If
, then the series
is divergent. If however
, then the series is absolutely convergent and
.
Hints
- For the first part, use the zero test.
- For the second part, first use induction to establish the geometric series formula
and then apply Lemma 6.5.2.
How to think about the exercise
In the case where , Tao suggests to “use induction”. I think this is a pretty unhelpful hint. It nudges you toward a particular unenlightening kind of induction proof where you just blindly go through the motions – it is a totally valid proof, and will work without any trouble, but I just don’t like it. Here I want to walk through a better proof.
Let be a natural number. The
th partial sum of the series is
The big insight is to notice that if you multiply this by , you almost get the
th partial sum,
. In fact, we have
But for any series, the difference between the th partial sum and the
th partial sum is just the
th term. In other words, we have
. Substituting the identity
from above, we have
Rearranging, we obtain the desired formula
Dividing by is valid since
hence
.
The above wasn’t entirely rigorous because we used a bunch of “” to make it easier to see the pattern. But it is very simple to convert this into a rigorous proof, which we will do below in the model solution.
Model solution
First suppose . Consider the terms of this series
. By Lemma 6.5.2, this sequence either converges to
or else diverges. In either case, the sequence does not converge to zero, so by the zero test (Corollary 7.2.6) the series
diverges.
Now suppose . We will show the geometric series formula
. Write
for the
th partial sum. Then we have
We also have for any series. Combining these two equalities and rearranging, we have
as desired.
To show that the series is convergent, we directly compute the limit
. By Lemma 6.5.2 we have
. Thus by the limit laws we have
as desired.
Finally we show that when the series is absolutely convergent. We must show that the series
converges. By Proposition 4.3.10(d) (which we can use thanks to Proposition 5.6.3), we have
. Thus it suffices to show that the series
converges. But this is just a geometric series with the common ratio
, so the series converges (to
) by our proof above.