Kernel and Image
Two subspaces describe any linear map . The kernel () is everything sends to zero: . It measures what the map collapses. is injective exactly when .
The image () is everything can produce: . It measures what the map reaches. The dimension of the image is the rank, and the dimension of the kernel is the nullity.
| Subspace | Where it lives | What it measures |
|---|---|---|
| Kernel | Domain | What collapses to |
| Image | Codomain | What the map reaches |
Rank–Nullity Theorem
The Rank–Nullity Theorem links these dimensions to the domain:
Nullity + rank = dimension of the domain. Every dimension of the input is accounted for: some collapse (kernel) and the rest survive (image). If a map from has a 2D kernel, its image must be 3D.
Pitfall: Confusing the kernel (in the domain) with the image (in the codomain), or treating Rank–Nullity as optional. It is a hard accounting constraint: one forces the other.