[step:Define the process on dyadic rationals in $[0,1]$ by midpoint interpolation]
Let $\mathcal{D}_n = \{k 2^{-n} : 0 \leq k \leq 2^n\}$ and $\mathcal{D} = \bigcup_{n \geq 0} \mathcal{D}_n$. Let $(Z_d)_{d \in \mathcal{D} \setminus \{0\}}$ be an independent family of $\mathcal{N}(0,1)$ random variables on some probability space $(\Omega, \mathcal{F}, \mathbb{P})$. [Set](/page/Set) $B_0 = 0$ and $B_1 = Z_1$. For each $n \geq 1$ and each $d \in \mathcal{D}_n \setminus \mathcal{D}_{n-1}$, let $d_- = d - 2^{-n}$ and $d_+ = d + 2^{-n}$ be the neighbours of $d$ in $\mathcal{D}_{n-1}$, and define
\begin{align*}
B_d = \frac{B_{d_-} + B_{d_+}}{2} + \frac{Z_d}{2^{(n+1)/2}}.
\end{align*}
Set $N_d = (B_{d_+} - B_{d_-})/2$ and $N_d' = Z_d / 2^{(n+1)/2}$. By induction, $N_d$ is $\sigma(Z_e : e \in \mathcal{D}_{n-1} \setminus \{0\})$-measurable and $N_d'$ depends only on the fresh variable $Z_d$, so $N_d$ and $N_d'$ are independent. Both are centred Gaussian with variance $2^{-(n+1)}$: for $N_d$, $\operatorname{Var}(N_d) = \operatorname{Var}(B_{d_+} - B_{d_-})/4 = 2^{-n+1}/4 = 2^{-(n+1)}$; for $N_d'$, $\operatorname{Var}(N_d') = 1/2^{n+1}$. Since $B_d - B_{d_-} = N_d + N_d'$ and $B_{d_+} - B_d = N_d - N_d'$, these half-increments are jointly Gaussian with
\begin{align*}
\operatorname{Cov}(N_d + N_d', \, N_d - N_d') = \operatorname{Var}(N_d) - \operatorname{Var}(N_d') = 0.
\end{align*}
Uncorrelated jointly Gaussian random variables are independent, so the two half-increments are independent $\mathcal{N}(0, 2^{-n})$. By induction on $n$, all increments $(B_d - B_{d-2^{-n}})_{d \in \mathcal{D}_n, d > 0}$ are independent $\mathcal{N}(0, 2^{-n})$, and for any $s, t \in \mathcal{D}$ with $s < t$, the increment $B_t - B_s \sim \mathcal{N}(0, t-s)$.[/step]