Let $V = \text{span}(\{\vec{v}_1,\vec{v}_2,\vec{v}_3\})$ be a $3$ dimensional subspace of $\mathbb{R}^4$. Prove that the orthogonal complement of $V$ has dimension $1$
My approach:
- Set $A = \left[v_1|v_2|v_3\right]$, $\{v_1, v_2, v_3\}_{3\times1}$ column vectors.
- $V^{\perp} = N_A$ where $N_A$ is the null space of $A$.
I am uncertain of where to go from here (or if this approach is appropriate to begin with).
Use the fact that for any $n\times m$ matrix $A$ $$\operatorname{row}(A) = \operatorname{null}(A)^\bot$$
Here's why:
Let $a_i$ be the $i$th row of $A$ and $v$ be an $m\times 1$ matrix. Then $$Av = \pmatrix{a_1 \\ a_2 \\ \vdots \\ a_n}v = \pmatrix{a_1 \cdot v \\ a_2 \cdot v \\ \vdots \\ a_n \cdot v}$$
Confirm this for yourself.
Now consider the case $Av=0$. From the above you can see that this implies that $a_i\cdot v=0$ for all $i$. Thus $a_i$ is orthogonal to $v$ for all $i$. This implies that the set of all $x$ such that $Ax=0$ is the orthogonal complement of the space spanned by the rows of $A$, i.e. $\operatorname{row}(A)$. But the set of all $x$ such that $Ax=0$ is exactly the definition of the $\operatorname{null}(A)$. Thus $\operatorname{row}(A) = \operatorname{null}(A)^\bot$.
Now let's use that. Construct a $3\times 4$ matrix from the vectors $v_1, v_2, v_3$: $\pmatrix{v_1 \\ v_2 \\ v_3}$. Then from the above the nullspace of this matrix is the orthgonal complement of $\operatorname{span}(v_1, v_2, v_3) = V$.
Then we use the rank nullity theorem which states that $$\dim(\operatorname{rank}(A)) + \dim(\operatorname{null}(A)) = m$$
Thus in this case $3+\dim(V^\bot)=4$. Thus $\dim(V^\bot)=1$.$\ \ \ \ \square$