The problem is as follows:
Let $a_n \geq 0$. If $$ \sum_{n=1}^{\infty} a_n <\ \infty,$$ show that $$\sum_{n=1}^{\infty} (a_n)^{\frac{n}{n+1}} < \infty.$$
I'm not sure how to approach this. If I use a ratio test, I have an $a_{n+1}$ term that I don't know what to do with. Can I prove that $a_n > a_{n+1}$? If so, can I say that
$$\lim_{n \to \infty} \left\lvert\frac{(a_{n+1})^\frac{n+1}{n+2}}{(a_n)^\frac{n}{n+1}}\right\rvert$$
is < 1, and therefore solve the problem via ratio test?
Thanks in advance.
$ L = \lim_{n \to \infty} | (a_n)^\frac{n}{n+1} | ^ \frac{1}{n} = \lim_{n \to \infty} (a_n)^\frac{1}{n+1}$ and I don't know where to go from there.
– Baguette Boy Aug 24 '22 at 14:26