2

I don't think this is true, but cannot find an example to disproof it. Either that or i need to prove that $\sum_{i=1}^n |a_i|$ diverges, which I am unclear how to approach the proof.

unis118
  • 23
  • 2
    To get the sum of the $a_n$ terms to converge, you must have $a_n\to 0$. How then does $|a_n|$ compare with $(a_n)^2$ whose sum is hypothesized to diverge? – Oscar Lanzi Nov 19 '20 at 13:57
  • 1
    Minor notation quibble: $\sum_{i=1}^n$ denotes a finite sum. You want $\sum_{i=1}^\infty$. – Barry Cipra Nov 19 '20 at 14:12

1 Answers1

3

Yes, it is true. That's so because, if $\sum_{n=1}^\infty a_n$ was absolutely convergent, then we would have $\lim_{n\to\infty}a_n=0$ and therefore $a_n^{\,2}\leqslant |a_n|$ if $n$ is large enough. So, by the comparison test (this is where absolute convergence is used), $\sum_{n=1}^\infty a_n^{\,2}$ would converge too.

Oscar Lanzi
  • 39,403