Question: Let $V$ be a vector space. If $U_1$ and $U_2$ are subspaces of $V$ such that $U_1 + U_2 = V$ and $U_1\cap U_2 = {0_V}$, then we say that $V$ is the internal direct sum of $U_1$ and $U_2$, and we write $V=U_1\oplus U_2$. Show that $V$ is the internal direct sum of $U_1$ and $U_2$ if and only if every vector in $V$ may be written uniquely in the form $v_1 + v_2$ with $v_1 \in U_1$ and $v_2 \in U_2$
My Proof: Let $V$ be a vector space. Let every vector in vector space $V$ be unique s.t. for any vector $u \in V$, if $w_1 +w_2 = u = v_1+v_2$ form $w_1,v_1 \in U_1$ and $w_2,v_2 \in U_2$ then $v_1 = w_1$ and $v_2 = w_2$. Thus since we know that the vectors $v_1 = w_1$ and $v_2 = w_2$ the subspace does not overlap besides at $0_V$ because all subspaces contain the zero vector.
Any tips on how I can fix this proof so it is correct? Really new to proofs so there are probably dumb mistakes.