Here are some exercises in the theory of linear maps on finite dimensional vector spaces.
Problem. Prove that if $(v_1,\dots,v_n)$ is linearly independent in a finite dimensional vector space $V$ over $F$ (where $F$ is either $R$ or $C$) and if $T \in L(V,W)$ is injective, then $(Tv_1,\dots,Tv_n)$ is linearly independent in $W$, another finite dimensional vector space over $F$.
Solution. Since $T$ is injective, $\text{null }T = \{0\}$. Suppose we have constants $a_1,\dots,a_n$ such that
\[
a_1Tv_1 + \dots + a_nTv_n = 0.
\]
Since $T$ is linear, this implies
\[
T(a_1v_1 + \dots + a_nv_n) = 0.
\]
Since $T$ is injective, we have
\[
a_1v_1 + \dots + a_nv_n = 0.
\]
And finally since $(v_1,\dots,v_n)$ is linearly independent we have that the $a$'s are zero, which implies that $(Tv_1,\dots,Tv_n)$ is linearly independent in $W$.
Problem. Prove that if $S_1,\dots,S_n$ are injective linear maps such that the product $S_1\dots S_n$ makes sense, then $S_1\dots S_n$ is injective.