A stochastic process $X = \{X_t\}$ on is Wiener Process if the following properties hold
- $X_0 = 0$
- $X$ has independent increments: for any $n\in\mathbb{N}$ and any $0 < t_0<\ldots < t_m$ we have that $(X_{t_1}-X_{t_0}), (X_{t_2}-X_{t_1}), \ldots (X_{t_n}-X_{t_n-1})$ are independent
- $X_t - X_s \sim \mathcal{N}(0, t-s)$ where $s\leq t$
- $t\to X_t(\omega)$ is continuous for almost all sample paths $\omega$
I am looking for a proof that these properties imply that the finite-dimensional distributions are given by the following formula. Letting $0\leq t_1 < \ldots < t_n$ and any finite collection of Borel sets $F_1,\ldots F_n$ that $$P(X_1\in F_1, \ldots X_n\in F_n) = \int_{F_1\times\ldots \times F_n}p(t_1, 0, x_1)p(t_2 - t_2, x_1, x_2)\ldots p(t_n-t_{n-1}, x_{n-1}, x_n) dx_1\ldots dx_n $$ where $p(t, x, y) = \frac{1}{\sqrt{2\pi t}}\exp(-\frac{(x-y)^2}{2t})$ when $t > 0$ and $p(0,x,y) = \delta_x(y)$? We know from Kolmogorov's Extension Theorem that the family of all these finite-dimensional distributions will give us a Wiener process, I am curious if the properties go the other way and for a proof.