I'm studying the stochastic analysis material, and stuck with a problem which states below:
Suppose $\{X_t, 0 \leq t \leq 1 \}$ is a real-valued stochastic process that satisfies
(a) $X_s$ and $X_t$ are independent if $s \neq t$
(b) Each $X_t$ has the same distribution, and variance 1
(c) the Path $t \mapsto X_t(\omega)$ is continuous for almost every $\omega$.
Show such processes does NOT exist.
My thinking is trying to show by contradiction. So first by (b) the variance = 1, I have $E\left[ {{{\left( {{X_t} - E\left[ {{X_t}} \right]} \right)}^2}} \right] = 1 \Rightarrow E\left[ {{X_t}^2} \right] - {\left( {E\left[ {{X_t}} \right]} \right)^2} = 1$. and since for each $X_t$ have same distribution, I could write
$ P(X_t \in B) = P(X_s \in B)$, for all $B$ in Borel set of real line.
and by (a), I know $E[X_s X_t] = E[X_s] E[X_t]$. But I have no clue about how to combine these result to get the contradiction.
Any thought is appreciated.