We are given that Yn converges to Y in distribution and that $P(Y \le t)$ is continuous. We want to show $\frac{Yn}{\sqrt{n}}$ converges to 0 in probability.
I've attempted to solve this question, but I'm not sure if I'm correct.
I said, we are given $\lim_{n\to\infty}$$P(Yn \le t)=P(Y \le t)$.
From there I say that $\lim_{n\to\infty}$P($\frac{Yn}{\sqrt{n}} \le t)=P(\frac{Y}{\sqrt{n}} \le t)$
Then I get $P(|\frac{Yn}{\sqrt{n}}-\frac{Y}{\sqrt{n}}|>\epsilon) = P(|Yn-Y|>\sqrt{n}\epsilon) $
From there, n approaches infinity, so I say $P(|Yn-Y|>\infty)= 0$, as the probability that anything is greater than infinity is 0. Am I correct?
Looks like I made a mistake, my new approach I say
$P(|\frac{Yn}{\sqrt{n}}-0|\ge\epsilon)$ = $P(|Yn|\ge\epsilon\sqrt{n})$ = $P(|Y|\ge \sqrt{n}\epsilon)$, by given information.
Then I say $P(|Y|\ge \sqrt{n}\epsilon) \le \frac{E(Y)}{\sqrt{n}\epsilon}$ by markov. The right side goes to 0 as n apppoaches infinity, so by squeeze theorem, we get what we want.