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. Then, by definition we have both BA=I and AB=I (see Section 5.2). What if we had another inverse for A? Suppose C was also an inverse for A, 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,
C=CI(i)=C(AB)(ii)=(CA)B(iii)=IB(iv)=B(v),
with justifications
  1. B is an inverse for A;
  2. C is an inverse for A; and
So C and B must actually be the same inverse for A. Since we can apply the same reasoning to any inverse for A, there can only be one inverse for A.

Proof.

Let’s record the formula for 2×2 inverses that we encountered in Subsection 5.4.1.

Proof idea.

Assuming adbc0, 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 adbc=0 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 A and B in the definition of inverse in Section 5.2.

Proof of Statement 1.

We have a square matrix A=M1 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, since then
BA=MM1=I,andAB=M1M=I.

Proof of Statement 2.

We have a square matrix A=kM, with k0, and would like to determine an inverse B for it. Let’s try B=k1M1:
BA=(k1M1)(kM)AB=(kM)(k1M1)=(k1k)(M1M)=(kk1)(MM1)=1I=1I=I,=I,
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=k1M1 is the inverse of A=kM.

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=N1M1:
BA=(N1M1)(MN)AB=(MN)(N1M1)=N1(M1M)N=M(NN1)M1=N1IN=MIM1=I,=I,
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=N1M1 is the inverse of A=MN.

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 M1,M2,,M1,M is equal to M.

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 Mk to mean either the inverse (Mk)1 or the power (M1)k, 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.

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.

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 (A1)T. If we can show that both BAT=I and ATB=I, then by definition we will have shown that AT is invertible, and by Theorem 5.5.2 we will have shown that the inverse of AT is B=(A1)T. Let’s check the first required equality:
LHS=BAT=(A1)TAT(i)=(AA1)T(ii)=IT(iii)=I(iv)=RHS,
with justifications
  1. definition of B;
  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 Ax=b where the coefficient matrix A is square and invertible. Then we can apply A1 to both sides of this matrix equation just as in Subsection 5.3.5 and in Example 5.4.3, to isolate x=A1b. Thus, x=A1b is the only possible solution to the system.