The whole page revolves around a single duality: the image lives in the codomain and records what T reaches, while the kernel lives in the domain and records what T destroys. Every concept introduced — injectivity, surjectivity, bijectivity, rank-nullity, dimension constraints, the fundamental decomposition — is a relation between these two subspaces. The table below sets them side by side across every attribute the page has touched, so the symmetry and the link supplied by rank-nullity are visible at a glance.
| Attribute |
Image of T |
Kernel of T |
| Set-theoretic definition |
{ T(v) : v ∈ V } |
{ v ∈ V : T(v) = 0 } |
| Where it lives |
subspace of the codomain W |
subspace of the domain V |
| Matrix counterpart (T(x) = Ax) |
column space of A |
null space of A |
| Dimension |
rank(A) |
nullity(A) = n − rank(A) |
| What it measures |
reachable outputs — directions T can produce |
information destroyed — directions T collapses to 0 |
| Computed by |
pivot columns of A (original columns, not RREF) |
parametric solution of Ax = 0 from RREF |
| Trivial case |
{0} ⇔ T is the zero map |
{0} ⇔ T is injective |
| Full case |
= W ⇔ T is surjective |
= V ⇔ T is the zero map |
| Linked by rank-nullity |
dim(Im(T)) + dim(ker(T)) = dim(V) — what survives plus what is destroyed equals the input dimension |