Showing that a one-to-one linear transformation maps a linearly independent set onto a linearly independent set

In your last step you implicitly used a property that $T(v) = 0 $ implies $v=0$, which is true only if you know that $T$ is injective.


One last step you need to mention in your argument (and this is where the assumption that $T$ is one-to-one is necessary): why does $T(c_1 \mathbf{v}_1 +\cdots + c_p \mathbf{v}_p)=\mathbf{0}$ imply that $c_1 \mathbf{v}_1 +\cdots + c_p \mathbf{v}_p=\mathbf{0}$?

Here is a counterexample where $T$ is not one-to-one: let $V=\mathbb{R}^2$ and $W=\mathbb{R}$, and $\mathbf{v}_1=(1,2)$ and $\mathbf{v}_2=(2,1)$. Let $T:\mathbb{R}^2\to \mathbb{R}$ be the linear transformation $T(a,b)=a$. Then $T(\mathbf{v_1})=1$ and $T(\mathbf{v}_2)=2$ are linearly dependent in $\mathbb{R}$, because (for example) $$2T(\mathbf{v_1})+(-1)T(\mathbf{v}_2)=2-2=0,$$ but even though $$2T(\mathbf{v_1})+(-1)T(\mathbf{v}_2)=T(2\mathbf{v}_1-\mathbf{v}_2)=0\in\mathbb{R}$$ we still have that $2\mathbf{v}_1-\mathbf{v}_2=(2,4)-(2,1)=(0,3)\neq\mathbf{0}\in\mathbb{R}^2$.