So I have a problem where I am to determine the limit or prove it doesn't exist.
The problem is:
$$ \lim_{x\to 0} \sin(x)\cos\left(\frac{1}{x}\right) $$
My proof is as follows (I'm pretty confident about this):
For all $ x \ne 0, -1 \le \cos\left(\frac{1}{x}\right) \le 1$.
Hence, $-\sin(x) \le \sin(x)\cos\left(\frac{1}{x}\right) \le \sin(x) $
As $x$ goes to zero, so does $-\sin(x)$ and $\sin(x)$.
So by squeeze lemma, the original problem has a limit of $0$.
So my question is, is this sufficient enough where everything seems trivial? The main part I'm worried about is the $\sin(x) = 0$ as $x$ goes to $0$. Do I need to prove this? I just assumed it was ok because $\sin(0) = 0$.