I have the following question:
Show that if $(Y_n)$ be a sequence of random variables that satisfies $(\sqrt{n}(Y_n - \theta) \overset{d}{\to} N(0, 1))$ then $(Y_n \overset{P}{\to} \theta)$.
I've proceeded as follows but I'm not sure if I'm formally correct:
First, I start with the given condition: $$ \sqrt{n}(Y_n - \theta) \overset{d}{\to} N(0, 1) $$
I can divide both sides by $(\sqrt{n})$. Using the Continuous Mapping Theorem, which states that if $ (X_n \overset{d}{\to} X)$ and $(g)$ is a continuous function, then $(g(X_n) \overset{d}{\to} g(X)$, I get: $$ Y_n - \theta = \frac{1}{\sqrt{n}} \sqrt{n}(Y_n - \theta) $$ Therefore, $$ Y_n - \theta \overset{d}{\to} \frac{Z}{\sqrt{n}} \quad \text{where} \quad Z \sim N(0, 1) $$
Next, considering the asymptotic behavior, since $(Z \sim N(0, 1))$, I know that: $$ \frac{Z}{\sqrt{n}} \overset{d}{\to} 0 \quad \text{as} \quad n \to \infty $$
This implies: $$ Y_n - \theta \overset{d}{\to} 0 $$ and hence: $$ Y_n \overset{d}{\to} \theta $$
Finally, I use the result that if a sequence of random variables $(X_n \overset{d}{\to} c)$ where $c$ is a constant, then $(X_n \overset{P}{\to} c)$. Therefore: $$ Y_n \overset{d}{\to} \theta \implies Y_n \overset{P}{\to} \theta $$
Thus, I have shown that $$Y_n \overset{P}{\to} \theta$$
I've doubts about this step:$$ \frac{Z}{\sqrt{n}} \overset{d}{\to} 0 \quad \text{as} \quad n \to \infty $$ I might be supposed to use Slutsky's Theorem around here. I couldn't make up my mind. I appreciate the help.
Flaw of the above Argument: It turns out I can't use Continuous Mapping Theorem if $g$ is a function of n.