Given a linear transformation $T: \mathbb{R^3} \rightarrow \mathbb{R^4}$ and take a standard basis $\{s = {(v_1,v_2,v_3})\}$ of $\mathbb{R^3}$.
If i know that $T(v_1),T(v_2),T(v_3)$ are not zero then these images are linearly independent?
My approach:
I think this is true.
Suppose that $T(v_1),T(v_2),T(v_3)$ are linearly dependent then there exist a linear combination of these images so that
$\lambda_1T(v_1)+\lambda_2T(v_2) + \lambda_3T(v_3) = 0$
Since $T$ is linear we can write it as: $T(\lambda_1v_1+\lambda_2v_2 + \lambda_3v_3) = 0$
Now i see that if a transformation sends everyvector to a zero vector then it is also linear and can't follow up?
Any hints ?
My approach:
I think this is false.
Suppose that $T(v_1)=T(v_2)=T(v_3)=(1,1,1,1)^T$, which are linearly dependent, because the linear combination of these images gives
$T(v_1)+T(v_2) - 2T(v_3) = 0$.