As part of showing that $$ \sum_{n=1}^\infty \left|\sin\left(\frac{1}{n^2}\right)\right| $$ converges, I ended up with trying to show that $$ \left|\sin\left(\frac{1}{n^2}\right)\right|<\frac{1}{n^2}, \quad n=1, 2, 3,\dots $$ since I know that the sum of the right hand side converges. But I can't show this. I've tried searching but I haven't been able to find anything.
What I've tried is that firstly, the absolute values are not needed since $\sin x>0$ if $0<x<1$. I rearranged a little bit: $$ \sin\left(\frac{1}{n^2}\right)-\frac{1}{n^2}<0 $$ and the derivative is $$ \frac{2}{n^3}\left(1-\cos\left(\frac{1}{n^2}\right)\right)> 0 $$ so my idea of showing that it is decreasing and negative for the first $n$ wouldn't work.
How can I show this? Help is appreciated.
Edit: Maybe I should add that I'm not completely sure it is true, but I tried it numerically and it seems like it.