I have a problem and a proposed solution. I want to know if I have done it correctly.
Problem Statement: Let $V=F^n$ be the space of column vectors. Prove that every subspace $W$ of $V$ is the space of solutions of some system of homogeneous linear equations $AX=0$.
My solution: The null space of an $m$ x $n$ matrix $A$, written as $Nul A$, is the set of all solutions to the homogeneous equation $Ax = 0$. The null space of an $m$ x $n$ matrix $A$ is a subspace of $R^n$. Equivalently, the set of all solutions to a system $Ax = 0$ of $m$ homogeneous linear equations in $n$ unknowns is a subspace of $R^n$.
Then I proceeded to prove that the properties of a subspace hold for the null space, and hence the null space is a subspace of $R^n$. Please tell me if this is right... this problem has been on my head all day!!
Thanks!