I got a definition of BM as
Definition 2.3. The Brownian motion is a continuous time stochastic process $\{W(t), t \geq 0\}$ that satisfies the following conditions:
- (i) $W(0)=0$ a.s.;
- (ii) the paths $t \longmapsto W(t)$ are continuous a.s.;
- (iii) for $0 \leq s<t<\infty$, the increment $W(t)-W(s)$ is independent of $W(s)$;
- (iv) for $0 \leq s<t<\infty$, the increment $W(t)-W(s)$ has the normal distribution with mean 0 and variance $t-s$.
and then a proposition
Proposition 2.2. For any $0=t_{0} \leq t_{1} \leq \ldots \leq t_{n}$ the increments $$W\left(t_{1}\right)-W\left(t_{0}\right), \ldots, W\left(t_{n}\right)-W\left(t_{n-1}\right)$$ are independent random variables.
I could not prove this proposition from part (iii) of the definition. From other sources, the part (iii) of this definition is quite non-standard. Could you confirm if this definition is correct?
Update 1: It seems I found how to prove Prop 2.2. Could you confirm if my proof is correct?
It suffices to show $W(t_4) - W(t_3) \perp W(t_2) - W(t_1)$. We have $W(t_4) - W(t_2) \perp W(t_2)$ and $W(t_3) - W(t_2) \perp W(t_2)$ by definition. Then $W(t_4) - W(t_3) \perp W(t_2)$. Similarly, we get $W(t_4) - W(t_3) \perp W(t_1)$ and thus $W(t_4) - W(t_3) \perp -W(t_1)$. Finally, $W(t_4) - W(t_3) \perp W(t_2) - W(t_1)$.
EDIT: this proof is valid, if $W(t)$ is defined to be Gaussian stochastic process, i.e. having jointly Gaussian finite-dimensional distributions. There are some steps in proving this proposition.