7

Can it be proven that : If $a_n>0$ and $\sum a_n$ converges then $na_n \to 0$ (without assuming $a_n$ is decreasing)

Please note This question does not require $a_n$ to be decreasing as condition, Is it possible to prove $na_n \to 0$ without requiring $a_n$ to be decreasing? I keep thinking that $a_n>0$ and $\sum a_n$ converging then that implies that $a_n$ must be decreasing anyway(not monotonically decreasing necessarily )

Is it possible that $a_n>0$ and $\sum a_n$ converges then $na_n \not \to 0$?

There are already answered questions that assume $a_n$ to be decreasing as a requirement: (this question does not assume $a_n$ is decreasing)

If $(a_n)$ is a decreasing sequence of strictly positive numbers and if $\sum{a_n}$ is convergent, show that $\lim{na_n}=0$

Prove that if $\sum a_n$ converges, then $na_n \to 0$.

This was the post that made me ask this question, a counter example of monotonoic decreasingness of $a_n$ was given in comments by the OP.

jimjim
  • 9,675

2 Answers2

8

For example, try $$a_n = \cases{ 1/n & if $n$ is a power of $2$\cr 2^{-n} & otherwise} $$

Robert Israel
  • 448,999
2

Let me add, also, the following example: define $$a_n=\begin{cases}\dfrac{1}{n}, &\text{ if } n=m^2 \text{ for some } m\in \mathbb N,\\ \dfrac{1}{n^2}, & \text{ otherwise.} \end{cases}$$ Then $\sum\limits_{n=1}^{\infty}a_n$ converges, but $\lim\limits_{n\to+\infty}(n\cdot a_n)=0$ does not hold.

zkutch
  • 13,410