On a classic probability space with $B$ a brownian motion. How to prove for : $$0\leq s<t\leq 1,\ \ \ \mathbb E (B_t-B_s\mid B_1-B_s)=\frac{t-s}{1-s}(B_1-B_s)$$
What I have done: I am sure that we have the brownian filtration : $\mathcal F_s$ independant to $\sigma (B_1-B_s)$ and also $\mathcal F_t\vee \sigma (B_1) = \mathcal F_t\vee \sigma (B_1-B_s)$. So then we can write : $$\mathbb E (B_t-B_s\mid B_1-B_s)=\mathbb E (B_t-B_s\mid \mathcal F_s\vee \sigma (B_1))$$
Define $X=B_t-B_s$ and $Y=B_1-B_s$. Now since $(X,Y)$ are jointly normaly distributed, with mean $0$ and variance $\Sigma$ you have $$E(X|Y=y)=E(X)+\frac{Cov(X,Y)}{Var(Y)}(y-E(Y))$$ which shall translate into your desired results.
Note $Cov(X,Y)=Cos(B_t-B_s,B_1-B_s)=t-s$ since $t\leq1$, and $Var(Y)=1-s$.
For joint normality you may look back at the properties of the Brownian Motion. For that see here. For conditional expectations see here.