69. Rank–Nullity Theorem

For a linear transformation between finite-dimensional vector spaces:

In matrix form, for an matrix :

(See Dimension, Null Space, and Rank.)

The dimension of the input space splits exactly into the part that gets sent to zero (the kernel) and the part that survives as the image.

69.1. Why it’s true (sketch)

Pick a basis for , then extend it to a basis for (so ).

Then is a basis for — they span (because the ‘s map to ) and are linearly independent (a non-trivial dependency would land back in , contradicting linear independence of the ‘s with the ‘s).

So , and . ∎

69.2. Why it matters

It’s the bookkeeping identity for linear maps. Lots of immediate consequences:

Example

. The two rows are dependent → .

→ nullity .

has a 2-dimensional solution space (a plane through the origin in ).

69.3. Equivalent statements

For an matrix :

69.4. See also