Trying to prove equivalence relation on $V$. $v\sim w$ if there is $u\in U$ such that $v=w+u$. I know that we can prove $\sim$ is an equivalence relation on $V$ by showing it is reflexive, symmetric and transitive.
So far I have:
(reflexive) $v = v+0$ for all $v\in V$ so $v\sim v$ and it is transitive.
(symmetric) $v=w+u, \quad u=(-w)+v$ so $w\sim v$ and it is symmetric.
(transitive) $v=u_{1}+w$ and $w=u_{2}+z$
$v+w=u_{1}+u_{2}+w+z$
$v=u_{1}+u_{2}+x$
so $v\sim z$ and it is transitive. Am I doing it right?
Suppose $u \sim v$ and $v \sim w$. Then, $u=v+x$ and $v=w+y$ for some vectors $x$ and $y$ on $\textsf U$. Thus $$u=(w+y)+x=w+(y+x)$$ so, $u \sim w$ since $y+x\in \textsf U$ (assuming $\textsf U$ is a vector subspace of $\textsf V$).