Use the fact that $\forall x \in \mathbb{R}$, $|\sin(x)| \leq |x|$ to prove that $\{\sin(1/n)\}$ from $n=1$ to $\infty$ converges.
Attempt:
Fix $\epsilon > 0$. Let $N = \lceil\frac{1}{\arcsin(\epsilon)}\rceil$. Then if $n \geq N$,
We have:
$$\left|\sin\left(\frac1n\right) - 0\right| = \sin\left(\frac1n\right) \leq \frac1n \leq \frac1N < \epsilon$$
My attempt at the solution is basically based on another problem. Although, I'm pretty sure it's incorrect. What is the correct way to approach this problem?