4.5.25 · D5Linear Algebra (Full)

Question bank — Invertible matrix theorem — 12+ equivalent conditions

1,866 words8 min readBack to topic
Recall The IMT conditions this page cites (restated so you needn't leave the page)

For a square matrix, these are all equivalent — the numbers match the parent IMT list:

  • (1) is invertible. (2) is row-equivalent to (RREF ). (3) has pivots. (4) has only (trivial null space). (5) columns are linearly independent. (6) the map is injective. (7) solvable for every . (8) columns span . (9) the map is surjective. (10) left inverse exists (). (11) right inverse exists (). (12) is invertible. (13) . (14) is not an eigenvalue. (15) . (16) columns form a basis. (17) .

The two pictures below are the mental model behind almost every trap — keep glancing back at them.

Figure — Invertible matrix theorem — 12+ equivalent conditions
Figure — Invertible matrix theorem — 12+ equivalent conditions

True or false — justify

Are the columns of a matrix being linearly independent enough to conclude it is invertible?
False — invertibility (and the whole IMT) is defined only for square matrices; a matrix isn't square, so "invertible" doesn't even apply to it. See Linear Independence and Span.
If is and its columns are linearly independent, is invertible?
True — for a square matrix, independent columns force a pivot in every column (condition 3), hence full rank (15), hence RREF (2), hence invertibility (1); the chain 5 ⟹ 3 ⟹ 2 ⟹ 1 does the work.
Is it true that a matrix with a very small determinant like is "almost not invertible"?
False as a theorem statement — invertibility is the strict condition (13), and , so is fully invertible; smallness is a conditioning issue (see the "condition number" note below), not an invertibility one.
For a square matrix, does (a right inverse only) already prove is invertible?
True — for square , a one-sided inverse is automatically two-sided (conditions 10 "" and 11 "" are both in the IMT), so forces .
Is it true that having a solution for some particular tells you is invertible?
False — condition 7 requires a solution for every in ; one lucky that happens to lie in the column space proves nothing about the others.
If is an eigenvalue of , is non-invertible?
True — a zero eigenvalue means some satisfies , a nonzero null vector, which breaks the trivial-null-space condition (4) and condition 14. See Eigenvalues and Eigenvectors.
Does being invertible guarantee is invertible?
True — condition 12; since , one determinant is nonzero exactly when the other is.
Is a matrix whose columns span but are linearly dependent possible for a square matrix?
False — for a square matrix, spanning needs pivots (condition 8 forces 3), and pivots also force independence (5); you cannot separate the two properties. See Basis and Dimension.

Spot the error

" is with rank , so it spans , so it is invertible." — where's the flaw?
Spanning is fine, but "invertible" is undefined for a non-square matrix; the map is onto but not one-to-one (it has free variables), so no two-sided inverse exists.
"Since has the trivial solution , the columns are independent." — what's wrong?
Every homogeneous system has the trivial solution; independence (condition 5, equivalently 4) requires that the trivial solution be the only one. The speaker mislabels the always-true case.
"Row 2 of equals row 1, so the columns are dependent." — is the reasoning sound?
The conclusion (not invertible) is correct, but skipping a step. Two equal rows make the rows dependent, so the row rank is below . Because row rank always equals column rank (), the column rank is also below , so a column is free and the columns are dependent — that link, not "rows look like columns," is why it holds. See Rank and Nullity.
", so has no eigenvalues." — fix it.
means is an eigenvalue (condition 14 failing), not that eigenvalues are absent; still has eigenvalues (counting multiplicity) whose product is .
" is invertible, so its RREF has some free columns." — where's the mistake?
Invertible ⟹ RREF is exactly (condition 2), which has a pivot in every column and therefore no free columns. See Elementary Matrices and Row Reduction.
" shows is a left inverse, so might still not be invertible." — correct for square ?
No — for square , a left inverse (condition 10) is already in the IMT list, so proves is fully invertible and .
"The columns are dependent, hence is a small nonzero number." — fix it.
Dependent columns make exactly zero, not merely small; dependence and (condition 13) are mutually exclusive. See Determinant.

Why questions

Why does "one-to-one" (injective) coincide with "onto" (surjective) for square matrices but not in general?
Because for a square , pivots simultaneously deliver independence — injective (condition 6) — and spanning — onto (9); a non-square matrix can have at most one of these, so the two properties split apart. See Linear Transformations — Injective and Surjective.
Why is checking often preferred over computing directly?
(condition 13) is a single scalar test for the same yes/no question, while computing is far more expensive; the IMT lets you pick the cheapest equivalent condition and know all the others follow.
Why does a free (non-pivot) column immediately kill invertibility?
A free column corresponds to a free variable, giving a nonzero solution to ; that nonzero null vector breaks condition 4 and hence every IMT condition. See Rank and Nullity.
Why does (row equivalent to the identity) imply is invertible?
Every row operation is the same as multiplying on the left by an elementary matrix — the identity with that one operation applied, and each is invertible because every row operation can be undone (swaps swap back, scalings divide, additions subtract). If then is a product of invertibles (hence invertible) and , so (condition 2 ⟹ 1). See Elementary Matrices and Row Reduction.
Why is equivalent to full rank for a square matrix?
By rank–nullity, ; so nullity (condition 17) forces rank (15), and vice versa. See Rank and Nullity.
What does "condition number" mean, and why is a tiny determinant not the same as being non-invertible?
The condition number measures how much a small wiggle in (or in ) can amplify into a large wiggle in the solution of — a "sensitivity to error" gauge, not a yes/no property. A matrix can be perfectly invertible () yet ill-conditioned (huge condition number), so solving it numerically is shaky even though the theorem happily calls it invertible.

Edge cases

Is the matrix invertible?
No — its determinant is , its single column is the zero vector (dependent), and it maps everything to ; every IMT condition fails.
Is the zero matrix ever invertible?
Never — its columns are all , so , rank , and its null space is all of ; it fails the IMT for every .
Does the IMT apply to a (empty) matrix?
By convention the empty matrix is invertible with , since it vacuously maps the trivial space bijectively to itself — a harmless boundary case rather than a real trap.
If a square has two identical columns, what does the IMT say instantly?
Two equal columns are dependent, so condition 5 fails; therefore (13), rank (15), (4/17), is an eigenvalue (14), and is not invertible — all at once.
Can a square matrix be onto () yet fail to be one-to-one?
No — for a square matrix onto forces pivots, which also forces trivial null space; the two cannot be separated, unlike in the non-square world.

Recall The single question behind every item

Almost every trap above is really one of two errors: (1) forgetting the matrix must be square before invoking the IMT, or (2) confusing "there exists" with "for all" — one solution versus every solution, one versus every . Ask "is it square?" and "am I quantifying over one case or all cases?" and most traps disarm themselves.