Suppose $V$ and $W$ are vector spaces, and suppose $T : V \to W$ is a linear transformation. Let $S = \{v_1,v_2,v_3\}$ be a set of linearly dependent vectors in $V$ .
Prove that $S' = \{T(v_1), T(v_2), T(v_3)\}$ is a linearly dependent set of vectors in $W$.
By definition $\exists a,b,c\neq(0,0,0)$ such that
$$av_1+bv_2+cv_3=0$$
then
$$T(av_1+bv_2+cv_3)=aT(v_1)+bT(v_2)+cT(v_3)=0$$
thus also $T(v_1),T(v_2), T(v_3)$ are linearly dependent.