Let’s talk about a way to connect two theorems that come up in Linear Algebra: the Invertible Matrix Theorem (IVT) and the Rank-Nullity Theorem.
The Invertible Matrix Theorem has a lot of equivalent statements of it, but let’s just talk about two of them. Here’s the first one.
: An
matrix
is invertible if and only if
has only the solution
.
Another way of saying this is that the null space is zero-dimensional. Usually, when a set is written as the span of one vector, it’s one dimensional. But in this case, since no scalar multiple of the zero vector actually scales it at all, the null space is zero-dimensional. We’ll use this fact when we talk about the Rank-Nullity Theorem.
Here’s another statement of the Invertible Matrix Theorem.
: An
matrix
is invertible if and only if its columns map onto
We are going to use these two characterizations of the Invertible Matrix Theorem to connect it to the Rank-Nullity Theorem. First, let’s define the rank and nullity of a matrix.
: The rank of a matrix is the dimension of the column space of the matrix.
Since the column space lives in , the rank of a matrix is less than or equal to
.
: The matrix
has rank
, since any vector in the column space is of the form
.
Now let’s define the nullity of a matrix.
The nullity of a matrix is the dimension of the null space.
Since the null space lives in , the nullity of a matrix is less than or equal to
.
Now we’re ready to state the Rank-Nullity Theorem.
Let
be an
matrix. Then
.
To connect this to the Invertible Matrix Theorem, we just need to remember that an invertible matrix has full rank (), since it maps onto
.
If we substitute into the equation describing the rank-nullity theorem, we see that . This shows that if a matrix has full rank, then its null space is zero-dimensional, which connects the two statements of the IVT above.
In the next post, we’ll show talk about the connection between the Rank-Nullity Theorem and the First Isomorphism Theorem.
As a preview of the connection, the Rank-Nullity Theorem relates the dimension of the null space of a matrix to the dimension of the column space of a matrix for linear transformations between Euclidean spaces. The First Isomorphism Theorem relates the dimension of the kernel (similar to the null space) of a transformation between groups to the dimension of the image of a transformation between groups.
Stay tuned!