Let $U$ be the subspace of $\mathbb{C}^{5}$ such that
$$U = \{(z_1,z_2,z_3,z_4,z_5): (6z_1 = z_2)\wedge(z_3+2z_4+3z_5=0)\}$$
Find a basis of $U$.
Here is what I came up with:
Claim: $(1,6,0,0,0),(0,0,-2,1,0),(0,0,-3,0,1)$ is a basis.
Now I can see that the above list of vectors is a basis but I don't know how to start by proving it.
Here is what I have tried:
WTS for all $z\in U$, $z = a_1(1,6,0,0,0) + a_2(0,0,-2,1,0) + a_3(0,0,-3,0,1)$, forall $a_i\in\mathbb{F}$.
So let $z\in U$, then \begin{align*} z & = (z_1,6z_1,z_3,z_4,z_5)\\\\ & = (z_1,6z_1,0,0,0)+(0,0,-2z_4,z_4,0) + (0,0,-3z_5,0,z_5)\\\\ & = z_1(1,6,0,0,0)+z_4(0,0,-2,1,0)+z_5(0,0,-3,0,1) \end{align*}
But this doesn't seem right, unless $\mathbb{F} = \mathbb{C}$.