Let $V_1, V_2 \leq V$ and $\vec{v}_1 \in V_1$ and $\vec{v}_2 \in V_2$ Show that the following conditions are equivalent:
- $\vec{v}_1 + \vec{v}_2 = \vec{0} \Rightarrow \vec{v}_1 = \vec{v}_2 = \vec{0}$
- if $\vec{v} \in V_1 \cap V_2$, then $\vec{v} = 0$. (That is, $V_1 \cap V_2$ = $\{\vec{0}\}$).
My main issue is that I don't know how to structure an argument with the two expressions. Basically the logical form of the argument can be stripped down to proving the logical statement:
$$(A \Rightarrow B) = (C \Rightarrow D)$$
For the forward implication can I simply assume that A, B, and C are true, and then prove D?
Can I do something like the following for the forward implication:
Assume $\vec{v}_1 + \vec{v}_2 = \vec{0}$ and that $\vec{v}_1 = \vec{v}_2 = \vec{0}$.
Assume $\vec{v}_1, \vec{v}_2 \in V_1 \cap V_2$. Let $\vec{u} = \vec{v}_1 + \vec{v}_2$. Therefore $\vec{u} \in V_1 \cap V_2$ because $V_1 \cap V_2$ is a subspace of $V$. Furthermore, because $\vec{v}_1 + \vec{v}_2 = \vec{0}$, $\vec{u} = \vec{0}$. Since $\vec{v}_1, \vec{v}_2$, and $\vec{u}$ were arbitrary $V_1 \cap V_2$ = $\{\vec{0}\}$.
Thank you,
ICG
Hint for the forward implication:
$$\Big(\vec{v}_1 + \vec{v}_2 = \vec{0} \;\;\Rightarrow\;\; \vec{v}_1 = \vec{v}_2 = \vec{0}\Big) \quad\implies\quad \Big( \,\text{if}\;\;\vec{v} \in V_1 \cap V_2 \,\text{,}\;\text{ then}\;\vec{v} = 0\,\Big)$$
Suppose $\,\vec{v} \in V_1 \cap V_2\,$, then $\,\vec v \in V_1\,$ and $\,\vec v \in V_2\,$, and also $\,-\vec v \in V_2\,$ since $\,V_2\,$ is a subspace. We can then choose the two vectors $\,\vec v_1= \vec v \in V_1\,$ and $\vec v_2 = -\vec v \in V_2$ so that $\,\vec v_1+\vec v_2=\vec v - \vec v = \vec 0\,$.
But $\,\vec{v}_1 + \vec{v}_2 = \vec{0} \;\Rightarrow\; \vec{v}_1 = \vec{v}_2 = \vec{0}\,$ by the given premise, so it follows that $\,\vec v = \vec 0\,$.