[Math] Relationship between null space and invertibility of linear transformations

linear algebratransformation

Is there a relationship between the null space $N(T)$ of a linear transformation $T$ and whether or not it is invertible?

For example, if you know $N(T) \neq \{0\}$, can you be sure it's not an invertible transformation?

Best Answer

Yes, what is true is that $T:V\to W$ is injective if and only if $N(T)=\{0\}$. Thus, if you know that $N(T)\ne\{0\}$ you know that $T$ can't be injective, and so particularly can't be invertible. Note that $N(T)=\{0\}$ is not sufficient for invertibility as the map $T:\mathbb{R}^3\to\mathbb{R}^4:(x,y,z)\mapsto (x,y,z,0)$ shows.