I want to prove that if a set of linearly independent vectors $\{u,v,w,\}$ in $\mathbb{R}^3$ gets combined as follows $x= u + \lambda_1 (v-u) + \mu_1 (w-u)$ then $x$ is a representation of a plane in $\mathbb{R}^3$ (not necessarily a linear subspace, but an affine linear subspace).
This would be defined as follows $x= u + \lambda_2 y + \mu_2 z $, where $u$, $y$ and $z$ are linearly independent.
If we just let $y=v-u$ and $z=w-u$
We get $x= u + \lambda_1 y + \mu_1 z $. Since $\lambda_1$ and $\mu_1$ were arbitrarily chosen, this is a representation as desired.
I just need to prove that $u$, $y$ and $z$ are linearly independent. Is there some handy theorem I can use for combining a linearly independent set or do I need to prove it by writing out $a_1 u + a_2 y + a_3 z=0$ given that $b_1 u +b_2 v + b_3w =0$ if and only if the $b_i$s are $0$?
Note that $$a_1 u + a_2 y + a_3 z = (a_1 - \lambda_1 a_2 -\mu_1 a_3)u + a_2 v + a_3 w = 0$$ implies $a_3 = 0$, $a_2=0$, and $a_1 - \lambda_1 a_2 -\mu_1 a_3 =a_1 =0$.