I am trying to solve a past exam question for which I have its answers. I've got to the end, but the very last and simplest line has confused me. I've spotted some errors and corrected them, but I think that this line is correct and I just don't know some theory. Thanks!
QUESTION: Show that $X(t)=t W(1/t)$ is a Brownian motion if $W(t)$ is a Brownian motion. As a hint, we are told that we need to check that $\lim_{t\to 0}X(t)=0$ a.s.
ANSWER:
Like $W(t)$, $X(t)$ is also a Gaussian process.
We need to check that $\mathbb{E}(X(t)X(s))=\min(t,s)$.
I checked it and it is correct.
Now, I have that $$\mathbb{E}\left[X(t)-X(s)\right]^2=t-s$$
for all $s<t$, and
$$\mathbb{E}\left[(X(t)-X(s))(X(s)-X(u))\right]=s-u-s-u=0$$ for $u<s<t$. From this we have that the increments are independent $N(0,t-s)$.
PART THAT CONFUSES ME
According to the answer, by the law of large numbers we have
$$\lim_{t\to 0}X(t)=\lim_{s\to \infty}\frac{W(s)}{s}=0$$
But how does $\lim_{t\to 0}X(t)=\lim_{s\to \infty}\frac{W(s)}{s}$ happen if $X(t)=tW(1/t)$?