Span of two vectors is the same as the Span of the linear combination of those two vectors.

linear algebravector-spacesvectors

Question: Let $\vec{u}, \vec{v} \in \mathbb{R}^n$. Span{$\vec{u},\vec{v}$}=Span{$\vec{u}+\vec{v},\vec{u}-\vec{v}$}

I tried to approach this proof by finding a linear combination of $\vec{u}$ and $\vec{v}$ but I am confused as to how to approach the linear combination of the right hand side of the equation. I am lost. Please help!

Any help will be greatly appreciated!
Thanks

Best Answer

Well, the RHS is quite trivially a subset of the LHS. Conversely, you can recover both $x$ and $y$ very easily from the vectors $x+y$ and $x-y$. Namely, $1/2\cdot(x+y)+1/2\cdot(x-y)=x$. Then once you have $x$, you can subtract it from $x+y$ to get $y$. Thus we have the reverse inclusion.

Hence they are equal.

Related Question