Skip to main content
Logo image

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.

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.

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 \(A\) is a square matrix, and that \(B\) is an inverse for \(A\text{.}\) Then, by definition we have both \(BA=I\) and \(AB=I\) (see Section 5.2). What if we had another inverse for \(A\text{?}\) Suppose \(C\) was also an inverse for \(A\text{,}\) so that both \(CA=I\) and \(AC=I\) were true. Here, all of \(A,B,C,I\) are square of the same size. But then,
\begin{align*} C \amp= CI \amp \amp\text{(i)} \\ \amp= C(AB) \amp \amp\text{(ii)} \\ \amp= (CA)B \amp \amp\text{(iii)} \\ \amp= IB \amp \amp\text{(iv)} \\ \amp= B \amp \amp\text{(v)}, \end{align*}
with justifications
  1. \(B\) is an inverse for \(A\text{;}\)
  2. \(C\) is an inverse for \(A\text{;}\) and
So \(C\) and \(B\) must actually be the same inverse for \(A\text{.}\) Since we can apply the same reasoning to any inverse for \(A\text{,}\) there can only be one inverse for \(A\text{.}\)

Proof.

Let’s record the formula for \(2\times 2\) inverses that we encountered in Subsection 5.4.1.

Proof idea.

You can check by direct computation that these two matrices multiply to the identity matrix, in either order.
Here are the properties of inverses we explored in Discovery 5.3. We have changed some of the letters to avoid confusion with the \(A\) and \(B\) in the definition of inverse in Section 5.2.

Proof of Statement 1.

We have a square matrix \(A=\inv{M}\) and would like to determine an inverse \(B\) for it, so that both \(BA=I\) and \(AB=I\) are true. But we already know this is true for \(B = M\text{,}\) since then
\begin{align*} BA \amp= M\inv{M} = I, \amp \amp\text{and} \amp AB \amp= \inv{M}M = I. \end{align*}

Proof of Statement 2.

We have a square matrix \(A = kM\text{,}\) with \(k\neq 0\text{,}\) and would like to determine an inverse \(B\) for it. Let’s try \(B = \inv{k}\inv{M}\text{:}\)
\begin{align*} BA \amp= (\inv{k}\inv{M})(kM) \amp AB \amp= (kM)(\inv{k}\inv{M})\\ \amp = (\inv{k}k)(\inv{M}M) \amp \amp = (k\inv{k})(M\inv{M})\\ \amp = 1I \amp \amp = 1I\\ \amp = I, \amp \amp = I, \end{align*}
where in the first steps we have applied Rule 2.c and Rule 2.d of Proposition 4.5.1.
Since both \(BA=I\) and \(AB=I\) are true, then \(B=\inv{k}\inv{M}\) is the inverse of \(A=kM\text{.}\)

Proof of Statement 3.

We have a square matrix \(A = MN\) and would like to determine an inverse \(B\) for it. Let’s try \(B = \inv{N}\inv{M}\text{:}\)
\begin{align*} BA \amp= (\inv{N}\inv{M})(MN) \amp AB \amp= (MN)(\inv{N}\inv{M})\\ \amp = \inv{N}(\inv{M}M)N \amp \amp = M(N\inv{N})\inv{M}\\ \amp = \inv{N}IN \amp \amp = MI\inv{M}\\ \amp = I, \amp \amp = I, \end{align*}
where in the first steps we have applied Rule 1.e of Proposition 4.5.1.
Since both \(BA=I\) and \(AB=I\) are true, then \(B=\inv{N}\inv{M}\) is the inverse of \(A=MN\text{.}\)

Proof of Statement 4.

We leave this proof to you, the reader.

Proof of Statement 5.

This is the special case of Statement 4 where each of \(M_1,M_2,\dotsc,M_{\ell-1},M_\ell \) is equal to \(M\text{.}\)

Remark 5.5.6.

In light of Statement 5 of the proposition, for an invertible matrix \(M\) and a positive integer \(k\) we can write \(M^{-k}\) to mean either the inverse \(\inv{(M^k)}\) or the power \((\inv{M})^k\text{,}\) 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 (i.e. non-invertible) matrices.

Proof of Statement 1.

If both \(M\) and \(N\) were invertible, then Statement 3 of Proposition 5.5.5 says that the product \(MN\) would be invertible. But we are assuming that the product \(MN\) is singular, so it is not possible for both \(M\) and \(N\) to be invertible.

Outline of proof for Statement 2.

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 \(M_i\) is taken to be equal to \(M\text{.}\)
We did not explore this in our discovery guide, but we can add properties of the inverse with respect to the transpose.

Proof.

Suppose \(A\) is an invertible square matrix, and write \(B\) for \(\utrans{(\inv{A})}\text{.}\) If we can show that both \(B \utrans{A} = I\) and \(\utrans{A} B = I\text{,}\) then by definition we will have shown that \(\utrans{A}\) is invertible, and by Theorem 5.5.2 we will have shown that the inverse of \(\utrans{A}\) is \(B = \utrans{(\inv{A})}\text{.}\) Let’s check the first required equality:
\begin{align*} \text{LHS} \amp= B\utrans{A} \\ \amp= \utrans{(\inv{A})} \utrans{A} \amp \amp\text{(i)} \\ \amp= \utrans{(A\inv{A})} \amp \amp\text{(ii)} \\ \amp= \utrans{I} \amp \amp\text{(iii)} \\ \amp= I \amp \amp\text{(iv)} \\ \amp= \text{RHS}, \end{align*}
with justifications
  1. definition of \(B\text{;}\)
  2. definition of inverse;
The verification of \(AB=I\) 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.
Finally, we will record the observation of Discovery 5.6.

Proof.

Consider system \(A\uvec{x}=\uvec{b}\) where the coefficient matrix \(A\) is square and invertible. Then we can apply \(\inv{A}\) to both sides of this matrix equation just as in Subsection 5.3.5 and in Example 5.4.3, to isolate \(\uvec{x}=\inv{A}\uvec{b}\text{.}\) Thus, \(\uvec{x} = \inv{A}\uvec{b}\) is the only possible solution to the system.