Invertible Matrix Theorem — Definition, Formula & Examples
The Invertible Matrix Theorem is a collection of equivalent statements that are all true or all false for a given matrix . If any one condition holds (such as or has pivot positions), then every other condition on the list also holds, confirming that is invertible.
Let be an matrix. The following statements are equivalent: (a) is invertible, (b) is row equivalent to the identity matrix , (c) has pivot positions, (d) the equation has only the trivial solution, (e) the columns of are linearly independent, (f) the linear transformation is one-to-one, (g) has a unique solution for every , (h) the columns of span , (i) , (j) is not an eigenvalue of , (k) is invertible.
How It Works
To apply the theorem, you only need to verify one condition from the list. For instance, if you row-reduce and find pivots, you can immediately conclude every other statement is true: is invertible, its columns are linearly independent, has a unique solution for every , and so on. Conversely, if any single condition fails — say — then every condition fails, meaning is singular. This makes the theorem a powerful diagnostic tool: one check answers many questions at once.
Worked Example
Problem: Determine whether the matrix is invertible using the Invertible Matrix Theorem.
Choose a condition: Compute the determinant of .
Apply the theorem: Since , the theorem guarantees that every equivalent condition holds: is invertible, its columns are linearly independent, has a unique solution for every , and so on.
Answer: is invertible because . By the Invertible Matrix Theorem, all equivalent conditions hold simultaneously.
Why It Matters
In a first linear algebra course, the Invertible Matrix Theorem ties together nearly every major concept from the first half of the semester — determinants, pivots, linear independence, span, and uniqueness of solutions — into one unified result. Engineers and scientists rely on it when checking whether a system of equations can be solved uniquely, which arises in circuit analysis, structural mechanics, and data fitting.
Common Mistakes
Mistake: Trying to apply the theorem to non-square matrices.
Correction: The Invertible Matrix Theorem applies only to (square) matrices. A non-square matrix cannot be invertible in the standard sense.
