I'm following a well known Calculus text book to restudy Calculus. One of the example problems in the book asks the following:
Using $$\lim_{\theta\to 0}\frac{\sin\theta }{\theta}=1,$$ show that $$\lim_{h\to 0}\frac{\cos h-1}{h}=0$$
The answer states that:
Using the formula $\cos h=1-2\sin^2(h/2)$ and $\lim_{h\to 0}\frac{\cos h-1 }{h}=\lim_{h\to 0}-\frac{2\sin^2(h/2)}{h}$
Let $\theta=h/2$,
$$\lim_{h\to 0}-\frac{2sin^2(h/2) }{h}=-\lim_{\theta\to 0}\frac{\sin(\theta) }{\theta}\sin\theta=-(1)\cdot(0)=0$$
I understand the logic behind this explanation. However, what I don't understand is: how is it possible that the solution claims that:
$$-\lim_{2\theta\to 0}\frac{\sin(\theta) }{\theta}\sin\theta=-\lim_{\theta\to 0}\frac{\sin(\theta) }{\theta}\sin\theta \ ?$$
I'd be glad if you could help me with this question. Thank you very much in advance!!!