I want to prove the ratio test
$$\lim \sup \left| \frac{a_{n+1}}{a_n} \right|<1$$
implies the Raabe's test
$$\lim \sup \left| \frac{a_{n}}{a_{n+1}} \right|>1 + \frac{C}{n}$$
for $C>1$
I am doing the following:
$$\lim \sup \left( \left| \frac{a_{n}}{a_{n+1}} \right|-1\right)n>C$$
$$ \left(\left| \frac{a_{n}}{a_{n+1}}\right|-1\right)n >p+\frac{p(p-1)}{2n} + \dots$$
$$\left| \frac{a_{n}}{a_{n+1}}\right| > 1 + \frac{p}{n}+\frac{p(p-1)}{2n^2} + \dots$$
$$\left| \frac{a_{n}}{a_{n+1}}\right| > \left( \frac{n+1}{n} \right)^p >1$$
since $\sum \frac{1}{n^p}$ converges if $p>1$ then by the ratio test it will converge if the fraction is $>1$. Therefore the Raabe's test gives convergence.
Is this correct?