Image & Rank
BasisPrerequisites
While the kernel captures what a linear map destroys — the inputs it sends to zero — the image captures what it creates: the full collection of outputs the map can possibly produce. Knowing the image tells you which target vectors are reachable, and its dimension, the rank, measures how much of the codomain the map actually fills.
Definition
For a linear map , the image (also called the range) of is the set of all outputs that can produce:
The image lives in the codomain . A vector belongs to if and only if the equation has at least one solution .
The image is a subspace
Claim: is a linear subspace of .
Proof: Since , we have . Take any and any . There exist with and . By linearity,
So is closed under linear combinations, hence a subspace.
The column space
For a matrix , write where are the columns of . The image of the corresponding map is
Every product is a linear combination of the columns of :
So the image of is exactly the span of its columns. This subspace of is called the column space of , often written :
A vector belongs to if and only if the system has at least one solution — which is precisely the consistency condition discussed in Linear Equations.
Surjectivity
The map is surjective (onto) if and only if — every vector in is reachable. For a matrix , surjectivity means the column space fills all of , which happens exactly when the RREF of has a pivot in every row.
Rank
The rank of a linear map is the dimension of its image:
For a matrix, equals the number of pivot rows in the RREF of , which is also the number of linearly independent columns of .
An important theorem (whose proof uses the RREF argument) states that the rank of a matrix equals both the dimension of its column space and the dimension of its row space (the span of its rows). In symbols: the number of linearly independent columns always equals the number of linearly independent rows.
Computing the image and rank
To find and , apply Gauss-Jordan elimination to :
- Reduce to RREF.
- Count the pivots — this number is .
- The pivot columns of (the original columns, before row reduction, whose positions correspond to pivot positions in the RREF) form a basis for .
Important: use the pivot columns from the original matrix , not from the RREF, because row operations change the column vectors but preserve which columns are pivot columns.
Worked example
Let
Apply Gauss-Jordan. , :
:
(backward sweep):
This is RREF. There are 2 pivots (columns 1 and 3), so . The first and third columns of the original form a basis for :
Summary
- The image is always a subspace of the codomain .
- For a matrix , the image equals the column space , and is consistent if and only if .
- is surjective if and only if (every output is reachable).
- The rank equals the number of pivots in the RREF of .
- Pivot columns of the original matrix form a basis for the column space.
- The rank equals the dimension of both the column space and the row space.