Section 5.5 Theory
Subsection 5.5.1 Properties of the identity matrix
Here are some important facts about the identity matrix and inverses of matrices. You could consider this proposition as a continuation of Proposition 4.5.1.
Proposition 5.5.1. Algebra rules involving the identity matrix.
- For every
matrix and every matrix we have and - For every positive integer
we have - An identity matrix is its own inverse; i.e.
- An identity matrix is equal to its own transpose; i.e.
Proof.
We will leave the proof of these properties up to you, the reader.
Subsection 5.5.2 Properties of the inverse
And now some first properties of the inverse. We will explore inverses more in the next chapter.
Theorem 5.5.2. Uniqueness of inverses.
A square matrix is either singular or has one unique inverse.
Proof.
A square matrix either has an inverse (i.e. is invertible) or it doesn’t (i.e. is singular). We would like to know that in the invertible case, there can be only one inverse. So suppose that is a square matrix, and that is an inverse for Then, by definition we have both and (see Section 5.2). What if we had another inverse for Suppose was also an inverse for so that both and were true. Here, all of are square of the same size. But then,
with justifications
is an inverse for is an inverse for and
So and must actually be the same inverse for Since we can apply the same reasoning to any inverse for there can only be one inverse for
Proposition 5.5.3. Singularity of zero matrices.
A square zero matrix is always singular.
Proof.
It should be obvious from Rule 3.c and Rule 3.d of Proposition 4.5.1 that it is impossible for to work in the definition of inverse from Section 5.2.
Proposition 5.5.4. inversion formula.
Proof idea.
Assuming you can check by direct computation that these two matrices multiply to the identity matrix, in either order. We will develop the theory to be able to demonstrate that the matrix is singular when in the ensuing chapters.
Here are the properties of inverses we explored in Discovery 5.3. We have changed some of the letters to avoid confusion with the and in the definition of inverse in Section 5.2.
Proposition 5.5.5. Algebra rules involving inverses.
- If
is an invertible square matrix, then its inverse is also invertible with inverse - If
is an invertible square matrix, then for every nonzero scalar the scalar multiple is also invertible with inverse - If
and are both invertible square matrices of the same size, then their product is also invertible with inverse - If
are all invertible square matrices of the same size, then their product - If
is an invertible square matrix, then for every positive integer the power is also invertible with inverse
Proof of Statement 1.
We have a square matrix and would like to determine an inverse for it, so that both and are true. But we already know this is true for since then
Proof of Statement 2.
We have a square matrix with and would like to determine an inverse for it. Let’s try
Since both and are true, then is the inverse of
Proof of Statement 3.
We have a square matrix and would like to determine an inverse for it. Let’s try
where in the first steps we have applied Rule 1.e of Proposition 4.5.1.
Since both and are true, then is the inverse of
Proof of Statement 4.
We leave this proof to you, the reader.
Proof of Statement 5.
Remark 5.5.6.
In light of Statement 5 of the proposition, for an invertible matrix and a positive integer we can write to mean either the inverse or the power since they are the same. This answers the question in Discovery 5.3.e.
We can turn some of the statements of Proposition 5.5.5 around to create new facts about singular matrices.
Proposition 5.5.7. Singular products have singular factors.
- If the product
is singular, where and are square matrices of the same size, then at least one of must be singular. - If the product
are square matrices of all the same size, then at least one of these matrices must be singular. - If some power
is singular, where is a square matrix and is a positive integer, then must be singular.
Proof of Statement 1.
If both and were invertible, then Statement 3 of Proposition 5.5.5 says that the product would be invertible. But we are assuming that the product is singular, so it is not possible for both and to be invertible.
Outline of proof for Statement 2.
The proof of this statement is similar to the one above for Statement 1, relying on Statement 4 of Proposition 5.5.5 instead. We leave the details to you, the reader.
Outline of proof for Statement 3.
This proof again is similar to that above for Statement 1, relying on Statement 5 of Proposition 5.5.5 instead. Alternatively, one could view this as the special case of Statement 2 of the current proposition, where each factor is taken to be equal to
We did not explore this in our discovery guide, but we can add properties of the inverse with respect to the transpose.
Proposition 5.5.8. Inverse of a transpose.
Proof.
Suppose is an invertible square matrix, and write for If we can show that both and then by definition we will have shown that is invertible, and by Theorem 5.5.2 we will have shown that the inverse of is Let’s check the first required equality:
with justifications
- definition of
- Rule 5.d from Proposition 4.5.1;
- definition of inverse;
- Rule 4 from Proposition 5.5.1.
The verification of is similar, and we leave it up to you, the reader.
Using Statement 5 of Proposition 5.5.5 along with Proposition 5.5.8, we can expand the scope of our algebra rules for matrix powers.
Proposition 5.5.9. Algebra involving matrix powers with negative exponents.
With the convention that should be equal to for any invertible square matrix the matrix algebra rules involving matrix powers in Proposition 4.5.1 (including the property of the transpose relative to powers in rule Rule 5.e) and in Proposition 5.5.1 remain valid for all integers and positive or negative (or zero).
Finally, we will record the observation of Discovery 5.6.
Proposition 5.5.10. Consistency of invertible coefficient matrix.
If the coefficient matrix for a linear system is square and invertible, then the system has one unique solution.
Proof.
Consider system where the coefficient matrix is square and invertible. Then we can apply to both sides of this matrix equation just as in Subsection 5.3.5 and in Example 5.4.3, to isolate Thus, is the only possible solution to the system.