i am having problems with the following problem:
Let $V$ be a $K$-vector space and $U \subseteq V$ a linear subspace. Determine all vectors $v \in V$ so that the set $v + U$ is a subspace of $V$.
This is my idea of solving it:
If $v + U$ is a subset of $V$ then it is $(v + u_{1}) + (v + u_{2}) \in v + U$ for all vectors $u_{1},u_{2} \in U$, wich means there exists $u_{3} \in U$ so that $(v + u_{1}) + (v + u_{2}) = (v + u_{3})$
$\Rightarrow 2v + u_{1} + u_{2} = v + u_{3}$
$\Rightarrow v = u_{3} - u_{1} - u_{2} $
Since $U$ is a subspace and $u_{3} - u_{1} - u_{2}$ is still in $U ~~~~\Rightarrow v \in U$
But it seems fairly obvious to me that i can add any vector $v \in U$ to $U$ so that it remains a subspace, aren't there any other vectors $v$ that I am missing? If not is my proof correct then?
Thx in advance.