I am working on a problem which asks to prove whether the series $$\sum_{n=1}^\infty \sin(n^{-\alpha})$$ converges given $\alpha > 0$.
I am guessing that it depends on whether $\alpha > 1$ since $\sin(x)$ behaves like $x$ as $x \to 0$. Toward this end, I can use L'Hopital's rule to show that $$\lim_{n \to \infty} \frac{\sin(n^{-\alpha})}{n^{-\alpha}} = 1$$ which shows that in fact $\sin(n^{-\alpha}) \approx n^{-\alpha}$ for $n$ large.
My question is whether this is sufficient to prove the conjecture that it converges for $\alpha > 1$ (and doesn't converge otherwise), since the rate of convergence of $\sin(n^{-\alpha})$ to $n^{-\alpha}$ might also matter.
Thanks