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?
You need to apply this theorem about how on conditioning a Gaussian vectors.
You are in the situation where you have this 3-d Gaussian vector $V=(X_s,X_u,X_t)$.
You will have to compute the mean vector and covariance matrix of $V$, and then applying the theorem to your situation.
Regards