Rank-Nullity and Conditions for Invertibility
Learning objectives
- State the Rank-Nullity Theorem
- Use the equivalence between invertibility, non-zero determinant, full rank, and trivial kernel
- Predict consequences of any one condition by reading off all the others
- Resolve practical questions of solvability of
The Key Theorem of Linear Algebra is not a single equation, it is a tightly woven web of equivalences that ties together every concept in the chapter. Rank, nullity, determinant, invertibility, kernel, image, columns-as-basis, unique solvability: for square matrices, these are all the same condition, just dressed in different language. Mastering one of them unlocks all the others. This is why an exam question that looks like it requires a long calculation often dissolves into a one-line answer once you spot which piece of the web is being tested.
The Rank-Nullity Theorem
For any matrix , or equivalently any linear transformation :
Here counts the pivot columns after row-reduction, and counts the free variables. They must sum to the number of input columns. This is the geometric content of "what goes in, must come out either as image or as kernel collapse".
The web of equivalences for square matrices
For an matrix , the following statements are all equivalent:
- is invertible.
- .
- (full rank).
- (trivial kernel).
- The columns of form a basis for .
- has a unique solution for every .
- is not an eigenvalue of .
- The reduced row echelon form of is the identity matrix .
Any one of these conditions implies all the others. Learn one, and the rest come for free.
- Solving structural-engineering systems: A finite-element model of a bridge produces a stiffness matrix. If , the system is uniquely solvable for any load vector; if , the structure has rigid-body modes (kernel directions) and the engineer must add boundary constraints before solving.
- Least-squares regression: Fitting has a unique solution iff is invertible, i.e. has full column rank. If columns are dependent (multicollinearity), the regression coefficients are not identifiable, pure Rank-Nullity at work.
- Control systems and observability: A linear control system is controllable iff the controllability matrix has full rank. Engineers literally check rank to decide whether a satellite's attitude is steerable from the available thrusters.
Pause and think: Suppose is a matrix and you know that has a non-zero solution. Without doing any further calculation, what can you say about ? About the rank? About whether might have many solutions for some choices of ?
Try it
- A matrix has rank 3. Before computing, predict the nullity. Then verify with Rank-Nullity.
- A linear map is surjective. Predict the nullity by reading off the rank (= 3) and applying the theorem.
- A matrix has trivial kernel. Predict its rank, invertibility, and the number of solutions to , without any explicit row reduction.
- Can a matrix have rank 4? Predict before justifying. (Hint: rank is bounded by both the row count and the column count.)
- Given for a matrix, predict whether the columns of can form a basis of . Justify by walking through the web of equivalences.
A trap to watch for
The web of equivalences holds ONLY for square matrices. Students sometimes try to apply " implies invertible" to a non-square matrix, but determinants are only defined for square matrices. A matrix cannot have a determinant; the right question is whether the matrix has full row rank (necessary for surjectivity) or full column rank (necessary for injectivity), and these need not coincide. Rank-Nullity itself works for any rectangular matrix; the rich web of equivalences only collapses on square matrices.
What you now know
You can move freely between rank, nullity, determinant, invertibility, kernel, and image, reading off any one from any other. The next section (§1.7) introduces matrix similarity, which captures when two matrices describe the same linear map in different coordinates, the conceptual bridge to eigenvalues and diagonalization.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed. Cambridge University Press, ch. 1, §1.6.
- Strang, G. (2016). Introduction to Linear Algebra (5th ed.). Wellesley-Cambridge, ch. 3 (rank, dimension).
- Axler, S. (2015). Linear Algebra Done Right (3rd ed.). Springer, ch. 3 (Rank-Nullity Theorem).
- Hoffman, K., Kunze, R. (1971). Linear Algebra (2nd ed.). Prentice-Hall, ch. 3 (the dimension theorem).
- Lay, D. C. (2015). Linear Algebra and Its Applications (5th ed.). Pearson, ch. 2 (Invertible Matrix Theorem).