I need to prove the following:
Let $X$ be a Brownian motion with drift $\mu$ and volatility $\sigma$. Pick three time points $s < u < t$. Then, the conditional distribution of $X_u$ given $X_s = x$ and $X_t = y$ is normal; in fact $$(X_u\mid X_s = x, X_t = y)\sim \mathcal{N}\left(\frac{t-u}{t-s}x+\frac{u-s}{t-s}y,\sigma^2\frac{(t-u)(u-s)}{t-s}\right)$$
I know the conditional distributions of Gaussian are also Gaussian. I also have formulae to find $\mathbb E(X\mid Y=y)$ and $\operatorname{Var}(X\mid Y=y)$ when $X$ and $Y$ are jointly Gaussian. However I cannot find a way to apply those results here. Could someone help me please?