Let $U,V$ be subspaces of the vector space $W$. Show that if $U\nsubseteq V$ and $V\nsubseteq U$ then $U \cup V$ is not a subspace.
I know that in order to be considered a subspace, the matrix addition and scalar multiplication operations must hold. However, I can define:
$U = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix}$ and $V = \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix}$
They are not a subset of each other, but their union is a subspace. Adding a matrix that spans $U\cup V$ or performing scalar multiplication seems valid in my constructed $U \cup V$. Clearly I'm missing something important.
Can anyone shed some light on this?