Let $V \subset \mathbb{R}^n$ & $W \subset \mathbb{R}^m$ with set of basis $S_V=\{v_1,v_2,...,v_n\}$ and $S_W=\{w_1,w_2,...,w_m\}$. The vector space spanned by these basis vectors is the direct sum of $V$ and $W$ with a dimension of $n+m$.
How do I prove that $V \cap W=\{0\}$?
I understand how to draw it conceptually because the only intersection that both subsets share is the zero vector. But I don't quite know how to do the proof mathematically.
Thanks for the responses, everyone. This is what I came up with: $\forall u \in \mathbb{R}^{m+n}, u=v_i \in V \lor u=w_i \in W$ Therefore, because of the definition of the direct sum and subspaces, we know that $u_i \neq v_i \land u_i \neq w_i$ unless $u_i=0$ therefore $V \cap W = \{0\}$.