If $X_n $ converges in probability to $X$, does $\dfrac{X_n}{n}$ converge in probability to $\dfrac{X}{n}$?
I wish to apply to this to see if $\dfrac{s}{\sqrt{n}}$ converges in probability to $\dfrac{\sigma}{\sqrt{n}}$ given that $s$ converges in probability to $\sigma$.
Let $\rightarrow$ imply convergence by probability.
First Method I used:
I know that $X_n \rightarrow X$ and $Y_n\rightarrow Y$, then $X_nY_n \rightarrow XY$. Thus, since $Y_n=\dfrac{1}{n} \rightarrow0$, does this imply that $X_n \dfrac{1}{n} \rightarrow X(0)=0$? Using this method I see that$\dfrac{X_n}{n}$ does not converge in probability to $\dfrac{X}{n}$.
Second Method I used
Looking at the definition of convergence by probability, I obtain for $n\ge1$:
$P(|X_n/n-X/n|>\varepsilon)=P(\dfrac{|X_n-X|}{n}>\varepsilon)\le P(|X_n-X|>\varepsilon)$
Taking the limit, the RHS of the inequality will equal to $0$ by assumption and hence the LHS will also equal to $0$, implying that $\dfrac{X_n}{n}$ converges in probability to $\dfrac{X}{n}$.
Both methods seemingly contradict each other.