The Invertible Matrix Theorem
For a square matrix , there are many equivalent conditions for invertibility — all 10 (or more) are mutually equivalent. Proving any one implies all the others.
Five "injective" conditions: the map is injective, nullity = 0, columns are linearly independent, has only the trivial solution, has a left inverse.
Five "surjective" conditions: the map is surjective, rank = , columns span , always has a solution, has a right inverse.
For square matrices, all 10 are equivalent (by the Collapse Theorem). When these hold, the left and right inverses coincide — there is a unique two-sided inverse .
Formal View
Interactive Visualization
Invertible Matrix Theorem
Why This Matters
The Invertible Matrix Theorem is one of the most powerful unifying results in linear algebra — know one property, know all.
- Testing invertibility: compute rank, check if — much cheaper than finding an inverse explicitly
- Eigenvalue characterization: is invertible iff 0 is not an eigenvalue
- In machine learning, invertible weight matrices enable backpropagation without information loss
Quiz
A matrix has nullity 1. By the Invertible Matrix Theorem, it is:
Common Mistakes
- Applying the Invertible Matrix Theorem to rectangular matrices — it only holds for square matrices.
- Thinking you need to check all 10 conditions — checking any ONE suffices.