I must by contradiction:
- let $E_1,E_2$ two vector subspacesof $V$, then: $$E_1 + E_2\doteq E_1 \oplus E_2 \leftrightarrow \forall x \in E_1+E_2(\exists! e_1 \in E_1,e_2 \in E_2(x=e_1+e_2))$$
I must show: $$1)E_1 + E_2\doteq E_1 \oplus E_2 \to \forall x \in E_1+E_2(\exists! e_1 \in E_1,e_2 \in E_2(x=e_1+e_2))$$ $$\mbox{and}$$
$$2)\forall x \in E_1+E_2(\exists! e_1 \in E_1,e_2 \in E_2(x=e_1+e_2)) \to E_1 + E_2\doteq E_1 \oplus E_2$$
$2)$ the proof is similar to case $2)$ of CLIC
$1)$ by contradiction I have $e_1,e_1' \in E_1, e_2,e_2' \in E_2(x=e_1+e_2 \wedge x=e_1'+e_2'\wedge e_1\neq e_1' \wedge e_2 \neq e_2')$, I consider $$x-x=e_1'+e_2'-e_1-e_2=e_1'-e_1+e_2'-e_2=0$$ but $e_1'-e_1 \in E_1$ and $e_2'-e_2 \in E_2$ (then $e_1'-e_1+e_2'-e_2 \in E_1 + E_2$) and by hypothesis $E_1+E_2 \doteq E_1 \oplus E_2$ therefore $e_1'-e_1=0 \wedge e_2'-e_2=0$ then $e_1'=e_1 \wedge e_2'=e_2$ and it is an absurd with $e_1\neq e_1' \wedge e_2 \neq e_2'$
It is correct? Thanks in advance!