Rank-Nullity Theorem

The Theorem

For a linear transformation L:VWL: V \rightarrow W between finite-dimensional vector spaces:

dim(V)=dim(Im(L))+dim(Ker(L))\dim(V) = \dim(\text{Im}(L)) + \dim(\text{Ker}(L))

Key Implications

  1. Injectivity: LL is injective if and only if dim(Ker(L))=0\dim(\text{Ker}(L)) = 0

  2. Surjectivity: LL is surjective if and only if dim(Im(L))=dim(W)\dim(\text{Im}(L)) = \dim(W)

  3. Dimension Constraint: If dim(V)<dim(W)\dim(V) < \dim(W), then LL cannot be surjective

  4. Dimension Constraint: If dim(V)>dim(W)\dim(V) > \dim(W), then LL cannot be injective

Example

For L:R4R3L: \mathbb{R}^4 \rightarrow \mathbb{R}^3 with dim(Ker(L))=1\dim(\text{Ker}(L)) = 1:

  • dim(Im(L))=dim(V)dim(Ker(L))=41=3\dim(\text{Im}(L)) = \dim(V) - \dim(\text{Ker}(L)) = 4 - 1 = 3
  • Since dim(Im(L))=dim(W)=3\dim(\text{Im}(L)) = \dim(W) = 3, LL is surjective
  • Since dim(Ker(L))0\dim(\text{Ker}(L)) \neq 0, LL is not injective