I have to prove that $$\sin\left(\frac{1}{x}\right) < \frac{1}{x}$$ For all $x>0$
Usually what I do in these cases:
Let $f(x)=\sin\left(\frac{1}{x}\right) - \frac{1}{x}$
And now prove that $f(x)<0$ for every $x>0$.
$$f'(x)=\frac{\cos\left(\frac{1}{x} \right)-1}{x^2}$$ If I prove that $f'(x)$ <0, it would mean that the original function is decreasing which allows me the prove the statement.
I have found out that $f'(x)=0 \Leftrightarrow x=\frac{1}{2\pi}$.
However, also $f''(x)=0 \Leftrightarrow x=\frac{1}{2\pi}$.
I thought that if $x=\frac{1}{2\pi}$ is a minimum I can prove that statement based on that, but I can't manage to prove that.
Any Ideas?