In Introduction to Real Analysis second edition by Bartle & Sherbert's, there is a proof of Raabe's Test for absolute convergence. The problem is that I don't understand why some part of the proof is necessary. I will show you first the proof as it is in the book, and then explain what I don't understand. Part (a) of the test is as follows:
Raabe's Test: Let $X:=(x_n)$ be a sequence of nonzero real numbers. If there exists numbers $a>1$ and $K\in\mathbb{N}$ such that $$\left|\frac{x_{n+1}}{x_n}\right|\leq 1-\frac{a}{n}\quad\text{for}\quad n\geq K,$$ then $\sum x_n$ is absolutely convergent.
Proof: If the inequality holds, then we have $$k|x_{k+1}|\leq(k-1)|x_k|-(a-1)|x_k|\quad\text{for}\quad k\geq K$$ On reorganizing the inequality, we have $$(k-1)|x_k|-k|x_{k+1}|\geq(a-1)|x_k|>0\quad\text{for}\quad k\geq K$$ from which we deduce that the sequence $(k|x_{k+1}|)$ is decreasing for $k\geq K$. If we add the last inequality for $k=K,\ldots,n$ and note that the left side telescopes, we get $$(K-1)|x_K|-n|x_{n+1}|\geq(a-1)(|x_K|+\cdots+|x_n|).$$ This shows (why?) that the partial sums of $\sum|x_n|$ are bounded and establishes the absolute convergence of the series. Q.E.D.
Now, I don't see why it is important to show that the sequence $(k|x_{k+1}|)$ is decreasing. From the inequality $$(K-1)|x_K|-n|x_{n+1}|\geq(a-1)(|x_K|+\cdots+|x_n|).$$ we have $$(a-1)(|x_K|+\cdots+|x_n|)\leq (K-1)|x_K|\quad\text{for}\quad k\geq K$$ independently if $(k|x_{k+1}|)$ is decreasing or not since $n|x_{n+1}|>0$. So the partial sums of $\sum|x_n|$ are bounded anyway. Can someone explain me what I am missing?