I have this exercise that I cannot solve even though really thinking about it. Consider $\mathbb{R}^4$ and $\mathbb{R}^3$ as vector spaces. Let $f: \mathbb{R}^4 \to \mathbb{R}^3 $ be the linear application defined by $f(x_1,...,x_n)^T=A (x_1,...,x_n)$ where $ A=\begin{pmatrix} 1 & 2 & 1 & 0 \\ 1 & 0 & 1 & 1 \\ -1 & 0 & 0 & 1 \\ \end{pmatrix} $
i) Prove that $f$ is onto
ii) Prove that if $v_1$ and $v_2 $ are two preimages of $u$ then $v_1 - v_2 \in Ker(f) $
iii) Prove that if $v$ is a preimage of $u$ and $v_0 \in Ker(f)$ then $v+v_0$ is also a preimage of $u$
I will be very thankful to your answers.