[Math] Prove that the linear transformation is injective iff $T(f_1),\ldots,T(f_n)$ are linearly independent

linear algebra

$V$ and $W$ are vector spaces with $dim(V)=n$. Prove that a linear
transformation $T:V\rightarrow W$ is injective if and only if for a
basis $B=(f_1,\ldots,f_n)$ of $V$, $T(f_1),\ldots,T(f_n)$ are linearly
independent.

I'm first trying to prove the forward direction, by assuming that $T:V\rightarrow W$ is injective and showing that $T(f_1),\ldots,T(f_n)$ are linearly independent. So, by assumption, for any $r_1,r_2\in V$, $T(r_1)=T(r_2)\rightarrow r_1=r_2$. However, I don't see how I can use this to show that $T(f_1),\ldots,T(f_n)$ are linearly independent. I have to show that only the trivial relation holds in $c_1T(f_1)+\cdots+c_nT(f_n)$ for scalars $c_1,\ldots,c_n$, so $c_1=\cdots=c_n=0$, but how does this following from the transformation being injective alone?

Best Answer

First assume that $T:V\rightarrow W$ is injective. So, we have to show that if $c_1T(f_1)+\cdots+c_nT(f_n)=0$ for scalars $c_1,\ldots,c_n$, then $c_1=\cdots=c_n=0$. By $c_1T(f_1)+\cdots+c_nT(f_n)=0$ we have $T(c_1(f_1)+\cdots+c_n(f_n))=0$, because $T$ is linear transformation. Since $T$ is injective we have $c_1(f_1)+\cdots+c_n(f_n)=0$ and since $f_i$'s are basis we have $c_i=0$ for $i=1,\ldots,n$.

For the converse, assume that $T$ carries independent subset onto independent subset. Let $\alpha\neq 0$ be a vector in $V$. Then the set $\{\alpha\}$ is independent. then the image of $\{\alpha\}$ is $\{T\alpha\}$ and by assumption it's independent. So $T\alpha\neq0$ and this shows that the null space of $T$ is the zero subspace, i.e., $T$ is injective.

Related Question