4

If $\sum_{i=0}^\infty a_n^2$ is convergent, does that imply $\sum_{i=0}^\infty a_n$ is convergent?

How can I prove that?

Thanks for the help.

4 Answers4

6

We have the counterexample $a_n=\frac1n$. The series $\sum_{n=1}^\infty \frac1{n^2}=\frac{\pi^2}{6}$ converges. But the harmonic series $\sum_{n=1}^\infty \frac1{n}$ is divergent.

Mark Viola
  • 179,405
3

As mentioned in other answers, $a_k=\frac1n$ is a counterexample, since $\sum_{k=1}^\infty \frac1{n}$ diverges and $\sum_{k=1}^\infty \frac1{n^2}$ converges. If you want to see proofs of these facts, you can look here:

The implication in the opposite direction is true for $a_k>0$, i.e., for series with positive terms. See Prove that if $\sum{a_n}$ converges absolutely, then $\sum{a_n^2}$ converges absolutely and other questions linked there.

2

Not true. Take $a_n=\dfrac{1}{n}$ for example.

R_D
  • 7,312
1

take $a_n=1/n$

then $\sum \frac{1}{n^2}$ is convergent while $\sum \frac{1}{n}$ is divergent

user300
  • 1,619