7

I want to prove the following statement:

Suppose that $\displaystyle\sum_{k=1}^{\infty}a_k$ converges, where $(a_k)_{k\in\mathbb{N}}\subseteq\mathbb{R}$ is monotone. Then $\displaystyle\lim_{k\to\infty}ka_k=0$.

I believe we have several cases.

For example, if $(a_k)_{k\in\mathbb{N}}$ is monotone increasing and there exists $k$ such that $a_k>0$, then obviously $\displaystyle\sum_{k=1}^{\infty}a_k$ is not convergent.

Then, we could conclude that if some $a_k>0$ then we can suppose that $(a_k)_{k\in\mathbb{N}}$ is monotone decreasing. By the same argument, we can conclude that if some $a_k<0$ then $(a_k)_{k\in\mathbb{N}}$ must be monotone increasing.

So, I believe we only need to take care of the case where $a_k\ge 0$ for each $k\in\mathbb{N}$ and $(a_k)_{k\in\mathbb{N}}$ is monotone decreasing (the other case would be symmetric). Any hint to prove this? I have been thinking a lot ot time...

Thanks.

Aaron Maroja
  • 17,571
Surtan
  • 249

1 Answers1

2

Suppose $\{a_n\}$ monotone decreasing, with $a_n \geq 0$. By the Chauchy's Criterion for convergence there exists $n_0 \in \mathbb{N}$ such that for $n+1 > n_0$ we have

$$\frac{2n \ a_{2n}}{2} = n\ a_{2n} \leq \sum_{j=n+1}^{2n} a_{2n} \leq \sum_{j=n+1}^{2n} a_{j} < \epsilon$$

Then $\lim 2n \ a_{2n} = 0 $. Now let's show that the odd part is also zero. We have that $a_{2n+1} \leq a_{2n}$ then

$$0 < (2n+1)a_{2n+1} \leq 2n\ a_{2n} + a_{2n}$$

Using the squeeze theorem we have that $\lim (2n+1)a_{2n+1} = 0$. Now as the limit of both odd and even subsequences of $\{na_n\}$ is zero then we have the result.

Aaron Maroja
  • 17,571