I am trying to prove that a stochastic process with the following properties cannot exist.
Let $\{X_t: 0 \leq t \leq 1 \}$ be a stochastic process such that
i) $X_s$ and $X_t$ are independent whenever $s\neq t$;
ii) Each $X_t$ has the same distribution and variance $1$;
iii) The path $t \rightarrow X_t(\omega)$ is continuous for almost every $\omega$.
Here is my attempt:
Let $\Omega_0$ be the set of full measure on which paths of $X_t(\omega)$ are continuous. I fix a $t \in (0,1)$ and choose a sequence $(t_n)$ such that $t_n \rightarrow t$. Continuity gives $X_{t_n}(\omega) \rightarrow X_t(\omega)$ for every $\omega \in \Omega_0$ (almost surely, that is) and hence in probability.
$$\forall{\varepsilon >0} \quad \lim_{n\rightarrow\infty} P\{\lvert X_{t_n}-X_t\rvert > \varepsilon\} = 0$$
Using the properties (i) and (ii) we can see that $Z_t := \lvert X_{t_n}-X_t\rvert$ has the same distribution for all $n\geq 1$. Therefore $$P\{\lvert X_{t_n}-X_t\rvert > \varepsilon\} =P\{\lvert X_{t_m}-X_t\rvert > \varepsilon\}$$ for any $n,m \geq 1$. This then implies $X_{t} = X_{s}$ almost surely. But this doesn't yet exclude a process like $X_t(\omega) = \omega$. At some point I need to show that $X_t(\omega) = C$ for some constant $C$ to get a contradiction with the variance property and this is where I am stuck. Could someone point out if my proof is OK so far and how I finish it? Thanks!