Show that $v_1,v_2,v_3$ and $w_1,w_2,w_3$ are two bases for the same subspace $V\subset \mathbb{R}^4$

linear algebravector-spaces

Show that $v_1,v_2,v_3$ and $w_1,w_2,w_3$ are two bases for the same $3$ dimensional subspace $V\subset \mathbb{R}^4$

I'm given the entries in each vector but I'm simply looking for direction in solving this.

My first thought is that I need to prove that $v_1,v_2,v_3$ and $w_1,w_2,w_3$ span the same subspace. So I set up something like:
$$c_1v_1+c_2v_2+c_3v_3=d_1w_1+d_2w_2+d_3w_3$$
I then set up a matrix
$$A=
\begin{pmatrix}
| & | & | & | & | & |\\
v_1 & v_2 & v_3 & w_1 & w_2 & w_3\\
| & | & | & | & | & |\\
\end{pmatrix} = \mathbf0
$$

And then I rref this matrix and get:
$$
\begin{pmatrix}
1 & 0 & 0 & 1 & 1 & 1\\
0 & 1 & 0 & 0 & 1 & 1\\
0 & 0 & 1 & 1 & 2 & 1\\
0 & 0 & 0 & 0 & 0 & 0\\
\end{pmatrix} = \mathbf0
$$

Did this prove $v_1,v_2,v_3$ and $w_1,w_2,w_3$ are bases of the same subspace?

Best Answer

One of the basic method to prove that two different sets $\{v_1,v_2,v_3\}$ and $\{w_1,w_2,w_3\}$ span the same space is to prove that they span each other i.e. for every $i\in \{1,2,3\}$, $$v_i = a_iw_1+b_iw_2+c_iw_3\qquad(Eq\;1)$$ where $a_i, b_i, \text{ and } c_i$ are scalars, and $$w_i = d_iv_1+e_iv_2+f_iw_3\qquad (Eq\;2)$$ where $d_i, e_i, \text{ and } f_i$ are scalars.

Each of $(Eq\;1)$ and $(Eq\;2)$ can be written as a system of $3$ equations with $3$ unknowns and transformed into matrices to help with finding the scalars. We need more information about the vectors to help more.

Related Question