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.
Asked
Active
Viewed 69 times
2
José Carlos Santos
- 427,504
unis118
- 23
-
2To 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
-
1Minor 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 Answers
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
José Carlos Santos
- 427,504
-
1Yup, you blew my cover. I do hope the OP was able to figure out my comment beforehand. – Oscar Lanzi Nov 19 '20 at 14:01
-
@OscarLanzi Sorry about that. I only saw your comment after posting my answer. – José Carlos Santos Nov 19 '20 at 14:03
-
-
-
1
-
I didn't have this approach in mind but its brilliant, Thank you for the help! – unis118 Nov 19 '20 at 14:53