I want to show that if $\sum_{n = 1}^{\infty} a_n$ converges, then for $s \geq 1$, also $\sum_{n=1}^{\infty}a_n^s$ converges. (with $a_n >0$ $\forall n$)
My book gives a proof based on the contrapositive of the n-th term test, however I developed a proof but I don't know if it's correct or not.
If $\sum_{n = 1}^{\infty} a_n$ converges, then $S_k = \sum_{n = 1}^{k} a_n$ converges to a limit, say $L$.
Now since the terms are all positive we have that the sequence of partial sums is strictly increasing and every term is positive $$0 < \sum_{n=1}^ka_n^s$$ but also (I think, by looking at $(x+y)^2 > x^2+y^2$ ) we have $$0 < \sum_{n=1}^ka_n^s < \left(\sum_{n=1}^ka_n\right)^s=L^s$$ hence the sequence of partial sums is monotone and bounded so by completeness axiom it converges.
Does it work?