Let $F$ be a field, and let $V_1,V_2$ be vector spaces over F. Assume that ${u_1 ,u_2 ,...,u_k }$ is a linearly independent subset of $V_1$ , and that f is an injective linear map from V1 to V2.
Show that $f(u_1), f(u_2), . . . , f(u_k)$ is a linearly independent subset of $V_2$.
I know how to prove the left side but I'm unsure how to prove this.
Let $x \in V$ and let $f(x)=0$. Since ${u_1 ,u_2 ,...,u_k }$ spans $V_1$ there exists $λ_1 ,λ_2 ,...,λ_k$ such that $λ_1u_1$+$λ_2u_2$+...$λ_ku_k$$=x$
this implies 0=f(x)=$λ_1f(u_1)$+$λ_2f(u_2)$+...$λ_kf(u_k)$
since $f(u_1)...f(u_k)$ is linearly independent, $λ_1=...=λ_k=0$ and finally $x=0$ therefore Ker $f$ is $0$ and $f$ is injective
How do I prove the right side?