logo

Rank, Nullity, and Dimension Theorems of Linear Transformations 📂Linear Algebra

Rank, Nullity, and Dimension Theorems of Linear Transformations

Definition1

Let T:VWT : V \to W be a linear transformation.

  • If the range R(T)R(T) of TT is finite-dimensional, the dimension of R(T)R(T) is called the rank of TT, denoted by:

    rank(T):=dim(R(T)) \mathrm{rank}(T) := \dim (R(T))

  • If the null space N(T)N(T) of TT is finite-dimensional, the dimension of N(T)N(T) is called the nullity of TT, denoted by:

    nullity(T):=dim(N(T)) \mathrm{nullity}(T) := \dim\left( N(T) \right)

Explanation

This is a generalization of the notion of rank, nullity of matrices. In fact, if V,WV, W is finite-dimensional, then TT is essentially a matrix, and N(T)N(T) is the null space of the matrix MTM_{T} representing TT. Since the nullity of a matrix is the dimension of its null space, the following holds:

nullity(T)=dim(N(T))=dim(N(MT)) \mathrm{nullity}(T) = \dim\left( N(T) \right) = \dim (\mathcal{N}(M_{T}))

Generalizing the dimension theorem for matrices to linear transformations gives the following theorem.

Theorem

If T:VWT : V \to W is a linear transformation and VV is finite-dimensional, the following holds:

rank(T)+nullity(T)=dim(V) \mathrm{rank}(T) + \mathrm{nullity}(T) = \dim (V)


  1. Howard Anton, Elementary Linear Algebra: Aplications Version (12th Edition, 2019), p455-456 ↩︎