Section MINM  Matrix Inverses and Nonsingular Matrices

From A First Course in Linear Algebra
Version 2.30
© 2004.
Licensed under the GNU Free Documentation License.
http://linear.ups.edu/

We saw in Theorem CINM that if a square matrix A is nonsingular, then there is a matrix B so that A B = I n . In other words, B is halfway to being an inverse of A . We will see in this section that B automatically fulfills the second condition ( B A = I n ). Example MWIAA showed us that the coefficient matrix from Archetype A had no inverse. Not coincidentally, this coefficient matrix is singular. We’ll make all these connections precise now. Not many examples or definitions in this section, just theorems.

Subsection NMI: Nonsingular Matrices are Invertible

We need a couple of technical results for starters. Some books would call these minor, but essential, results “lemmas.” We’ll just call ’em theorems.  See Technique LC for more on the distinction. 

The first of these technical results is interesting in that the hypothesis says something about a product of two square matrices and the conclusion then says the same thing about each individual matrix in the product. This result has an analogy in the algebra of complex numbers: suppose α , β , then α β 0 if and only if α 0 and β 0 . We can view this result as suggesting that the term “nonsingular” for matrices is like the term “nonzero” for scalars.

Theorem  NPNT
Nonsingular Product has Nonsingular Terms
Suppose that A and B are square matrices of size n . The product A B is nonsingular if and only if A and B are both nonsingular.

Proof   ( ) We’ll do this portion of the proof in two parts, each as a proof by contradiction ( Technique CD). Assume that A B is nonsingular. Establishing that B is nonsingular is the easier part, so we will do it first, but in reality, we will need to know that B is nonsingular when we prove that A is nonsingular.

You can also think of this proof as being a study of four possible conclusions in the table below. One of the four rows must happen (the list is exhaustive). In the proof we learn that the first three rows lead to contradictions, and so are impossible. That leaves the fourth row as a certainty, which is our desired conclusion.

Part 1. Suppose B is singular. Then there is a nonzero vector z that is a solution to S B , 0 . So

( A B ) z = A ( B z )   Theorem MMA = A 0   Theorem SLEMM = 0   Theorem MMZM

Because z is a nonzero solution to S A B , 0 , we conclude that A B is singular ( Definition NM). This is a contradiction, so B is nonsingular, as desired.

Part 2. Suppose A is singular. Then there is a nonzero vector y that is a solution to S A , 0 . Now consider the linear system S B , y . Since we know B is nonsingular from Case 1, the system has a unique solution ( Theorem NMUS), which we will denote as w . We first claim w is not the zero vector either. Assuming the opposite, suppose that w = 0 ( Technique CD). Then

y = B w   Theorem SLEMM = B 0  Hypothesis = 0   Theorem MMZM  contrary to  y  being nonzero. So  w 0 . The pieces are in place, so here we go, ( A B ) w = A ( B w )   Theorem MMA = A y   Theorem SLEMM = 0   Theorem SLEMM

So w is a nonzero solution to S A B , 0 , and thus we can say that A B is singular ( Definition NM). This is a contradiction, so A is nonsingular, as desired.

( ) Now assume that both A and B are nonsingular. Suppose that x n is a solution to S A B , 0 . Then

0 = A B x   Theorem SLEMM = A B x   Theorem MMA

By Theorem SLEMM, B x is a solution to S A , 0 , and by the definition of a nonsingular matrix ( Definition NM), we conclude that B x = 0 . Now, by an entirely similar argument, the nonsingularity of B forces us to conclude that x = 0 . So the only solution to S A B , 0 is the zero vector and we conclude that A B is nonsingular by Definition NM.

This is a powerful result in the “forward” direction, because it allows us to begin with a hypothesis that something complicated (the matrix product A B ) has the property of being nonsingular, and we can then conclude that the simpler constituents ( A and B individually) then also have the property of being nonsingular. If we had thought that the matrix product was an artificial construction, results like this would make us begin to think twice.

The contrapositive of this result is equally interesting. It says that A or B (or both) is a singular matrix if and only if the product A B is singular. Notice how the negation of the theorem’s conclusion ( A and B both nonsingular) becomes the statement “at least one of A and B is singular.” (See Technique CP.)

Theorem  OSIS
One-Sided Inverse is Sufficient
Suppose A and B are square matrices of size n such that A B = I n . Then B A = I n .

Proof   The matrix I n is nonsingular (since it row-reduces easily to I n , Theorem NMRRI). So A and B are nonsingular by Theorem NPNT, so in particular B is nonsingular. We can therefore apply Theorem CINM to assert the existence of a matrix C so that B C = I n . This application of Theorem CINM could be a bit confusing, mostly because of the names of the matrices involved. B is nonsingular, so there must be a “right-inverse” for B , and we’re calling it C .

Now

B A = ( B A ) I n   Theorem MMIM = ( B A ) ( B C )   Theorem CINM = B ( A B ) C   Theorem MMA = B I n C  Hypothesis = B C   Theorem MMIM = I n   Theorem CINM

which is the desired conclusion.

So Theorem OSIS tells us that if A is nonsingular, then the matrix B guaranteed by Theorem CINM will be both a “right-inverse” and a “left-inverse” for A , so A is invertible and A 1 = B .

So if you have a nonsingular matrix, A , you can use the procedure described in Theorem CINM to find an inverse for A . If A is singular, then the procedure in Theorem CINM will fail as the first n columns of M will not row-reduce to the identity matrix. However, we can say a bit more. When A is singular, then A does not have an inverse (which is very different from saying that the procedure in Theorem CINM fails to find an inverse). This may feel like we are splitting hairs, but its important that we do not make unfounded assumptions. These observations motivate the next theorem.

Theorem  NI
Nonsingularity is Invertibility
Suppose that A is a square matrix. Then A is nonsingular if and only if A is invertible.

Proof   ( ) Since A is invertible, we can write I n = A A 1 ( Definition MI). Notice that I n is nonsingular ( Theorem NSRRI) so Theorem NPNT implies that A (and A 1 ) is nonsingular.

( ) Suppose now that A is nonsingular. By Theorem CINM we find B so that A B = I n . Then Theorem OSIS tells us that B A = I n . So B is A ’s inverse, and by construction, A is invertible.

So for a square matrix, the properties of having an inverse and of having a trivial null space are one and the same. Can’t have one without the other.

Theorem  NME3
Nonsingular Matrix Equivalences, Round 3
Suppose that A is a square matrix of size n . The following are equivalent.

Proof   We can update our list of equivalences for nonsingular matrices (Theorem NME2) with the equivalent condition from Theorem NI.

In the case that A is a nonsingular coefficient matrix of a system of equations, the inverse allows us to very quickly compute the unique solution, for any vector of constants.

Theorem  SNCM
Solution with Nonsingular Coefficient Matrix
Suppose that A is nonsingular. Then the unique solution to S A , b is A 1 b .

Proof   By Theorem NMUS we know already that S A , b has a unique solution for every choice of b . We need to show that the expression stated is indeed a solution ( the solution). That’s easy, just “plug it in” to the corresponding vector equation representation ( Theorem SLEMM),

A A 1 b = A A 1 b   Theorem MMA = I n b   Definition MI = b   Theorem MMIM

Since A x = b is true when we substitute A 1 b for x , A 1 b is a (the!) solution to S A , b .

Subsection UM: Unitary Matrices

Recall that the adjoint of a matrix is A = A ¯ t (Definition A).

Definition  UM
Unitary Matrices
Suppose that U is a square matrix of size n such that U U = I n . Then we say U is unitary.

This condition may seem rather far-fetched at first glance. Would there be any matrix that behaved this way? Well, yes, here’s one.

Example  UM3
Unitary matrix of size 3

U = 1 + i 5 3 + 2 i 5 5 2 + 2 i 2 2 1 i 5 2 + 2 i 5 5 3 + i 2 2 i 5 3 5 i 5 5 2 2 2

The computations get a bit tiresome, but if you work your way through the computation of U U , you will arrive at the 3 × 3 identity matrix I 3 .

Unitary matrices do not have to look quite so gruesome. Here’s a larger one that is a bit more pleasing.

Example  UPM
Unitary permutation matrix
The matrix

P = 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0

is unitary as can be easily checked. Notice that it is just a rearrangement of the columns of the 5 × 5 identity matrix, I 5 ( Definition IM).

An interesting exercise is to build another 5 × 5 unitary matrix, R , using a different rearrangement of the columns of I 5 . Then form the product P R . This will be another unitary matrix ( Exercise MINM.T10). If you were to build all 5 ! = 5 × 4 × 3 × 2 × 1 = 1 2 0 matrices of this type you would have a set that remains closed under matrix multiplication. It is an example of another algebraic structure known as a group since together the set and the one operation (matrix multiplication here) is closed, associative, has an identity ( I 5 ), and inverses ( Theorem UMI). Notice though that the operation in this group is not commutative!

If a matrix A has only real number entries (we say it is a real matrix) then the defining property of being unitary simplifies to A t A = I n . In this case we, and everybody else, calls the matrix orthogonal, so you may often encounter this term in your other reading when the complex numbers are not under consideration.

Unitary matrices have easily computed inverses. They also have columns that form orthonormal sets. Here are the theorems that show us that unitary matrices are not as strange as they might initially appear.

Theorem  UMI
Unitary Matrices are Invertible
Suppose that U is a unitary matrix of size n . Then U is nonsingular, and U 1 = U .

Proof   By Definition UM, we know that U U = I n . The matrix I n is nonsingular (since it row-reduces easily to I n , Theorem NMRRI). So by Theorem NPNT, U and U are both nonsingular matrices.

The equation U U = I n gets us halfway to an inverse of U , and Theorem OSIS tells us that then U U = I n also. So U and U are inverses of each other ( Definition MI).

Theorem  CUMOS
Columns of Unitary Matrices are Orthonormal Sets
Suppose that A is a square matrix of size n with columns S = A 1 , A 2 , A 3 , , A n . Then A is a unitary matrix if and only if S is an orthonormal set.

Proof   The proof revolves around recognizing that a typical entry of the product A A is an inner product of columns of A . Here are the details to support this claim.

A A i j = k = 1 n A i k A k j   Theorem EMP = k = 1 n A ¯ t i k A k j   Theorem EMP = k = 1 n A ¯ k i A k j   Definition TM = k = 1 n A k i ¯ A k j   Definition CCM = k = 1 n A k j A k i ¯   Property CMCN = k = 1 n A j k A i k ¯ = A j , A i   Definition IP

We now employ this equality in a chain of equivalences,

  S = A 1 , A 2 , A 3 , , A n  is an orthonormal set A j , A i = 0  if  i j 1  if  i = j   Definition ONS A A i j = 0  if  i j 1  if  i = j A A i j = I n i j , 1 i n , 1 j n   Definition IM A A = I n   Definition ME   A  is a unitary matrix   Definition UM

Example  OSMC
Orthonormal set from matrix columns
The matrix

U = 1 + i 5 3 + 2 i 5 5 2 + 2 i 2 2 1 i 5 2 + 2 i 5 5 3 + i 2 2 i 5 3 5 i 5 5 2 2 2

from Example UM3 is a unitary matrix. By Theorem CUMOS, its columns

1 + i 5 1 i 5 i 5 , 3 + 2 i 5 5 2 + 2 i 5 5 3 5 i 5 5 , 2 + 2 i 2 2 3 + i 2 2 2 2 2

form an orthonormal set. You might find checking the six inner products of pairs of these vectors easier than doing the matrix product U U . Or, because the inner product is anti-commutative ( Theorem IPAC) you only need check three inner products (see Exercise MINM.T12).

When using vectors and matrices that only have real number entries, orthogonal matrices are those matrices with inverses that equal their transpose. Similarly, the inner product is the familiar dot product. Keep this special case in mind as you read the next theorem.

Theorem  UMPIP
Unitary Matrices Preserve Inner Products
Suppose that U is a unitary matrix of size n and u and v are two vectors from n . Then

U u , U v = u , v  and U v = v

Proof  

U u , U v = ( U u ) t U v ¯   Theorem MMIP = u t U t U v ¯   Theorem MMT = u t U t U ¯ v ¯   Theorem MMCC = u t U ¯ ¯ t U ¯ v ¯   Theorem CCT = u t U ¯ t ¯ U ¯ v ¯   Theorem MCT = u t U ¯ t U ¯ v ¯   Theorem MMCC = u t U U ¯ v ¯   Definition A = u t I n ¯ v ¯   Definition UM = u t I n v ¯   Definition IM = u t v ¯   Theorem MMIM = u , v   Theorem MMIP

The second conclusion is just a specialization of the first conclusion.

U v = U v 2 = U v , U v   Theorem IPN = v , v = v 2   Theorem IPN = v

Aside from the inherent interest in this theorem, it makes a bigger statement about unitary matrices. When we view vectors geometrically as directions or forces, then the norm equates to a notion of length. If we transform a vector by multiplication with a unitary matrix, then the length (norm) of that vector stays the same. If we consider column vectors with two or three slots containing only real numbers, then the inner product of two such vectors is just the dot product, and this quantity can be used to compute the angle between two vectors. When two vectors are multiplied (transformed) by the same unitary matrix, their dot product is unchanged and their individual lengths are unchanged. The results in the angle between the two vectors remaining unchanged.

A “unitary transformation” (matrix-vector products with unitary matrices) thus preserve geometrical relationships among vectors representing directions, forces, or other physical quantities. In the case of a two-slot vector with real entries, this is simply a rotation. These sorts of computations are exceedingly important in computer graphics such as games and real-time simulations, especially when increased realism is achieved by performing many such computations quickly. We will see unitary matrices again in subsequent sections (especially Theorem OD) and in each instance, consider the interpretation of the unitary matrix as a sort of geometry-preserving transformation. Some authors use the term isometry to highlight this behavior. We will speak loosely of a unitary matrix as being a sort of generalized rotation.

A final reminder: the terms “dot product,” “symmetric matrix” and “orthogonal matrix” used in reference to vectors or matrices with real number entries correspond to the terms “inner product,” “Hermitian matrix” and “unitary matrix” when we generalize to include complex number entries, so keep that in mind as you read elsewhere.

Subsection READ: Reading Questions

Subsection EXC: Exercises

C20 Let A = 1 2 1 0 1 1 1 0 2 and B = 1 1 0 1 2 1 0 1 1 . Verify that A B is nonsingular.  
Contributed by  Chris Black

C40 Solve the system of equations below using the inverse of a matrix.

x 1 + x 2 + 3 x 3 + x 4 = 5 2 x 1 x 2 4 x 3 x 4 = 7 x 1 + 4 x 2 + 1 0 x 3 + 2 x 4 = 9 2 x 1 4 x 3 + 5 x 4 = 9

 
Contributed by  Robert Beezer Solution [ 714]

M10 Find values of x , y z so that matrix A = 1 2 x 3 0 y 1 1 z is invertible.  
Contributed by  Chris Black Solution [ 715]

M11 Find values of x , y z so that matrix A = 1 x 1 1 y 4 0 z 5 is singular.  
Contributed by  Chris Black Solution [ 716]

M15 If A and B are n × n matrices, A is nonsingular, and B is singular, show directly that A B is singular, without using Theorem NPNT.  
Contributed by  Chris Black Solution [ 717]

M20 Construct an example of a 4 × 4 unitary matrix.  
Contributed by  Robert Beezer Solution [ 714]

M80 Matrix multiplication interacts nicely with many operations. But not always with transforming a matrix to reduced row-echelon form. Suppose that A is an m × n matrix and B is an n × p matrix. Let P be a matrix that is row-equivalent to A and in reduced row-echelon form, Q be a matrix that is row-equivalent to B and in reduced row-echelon form, and let R be a matrix that is row-equivalent to A B and in reduced row-echelon form. Is P Q = R ? (In other words, with nonstandard notation, is  rref ( A )  rref ( B ) =  rref ( A B ) ?)

Construct a counterexample to show that, in general, this statement is false. Then find a large class of matrices where if A and B are in the class, then the statement is true.  
Contributed by  Mark Hamrick Solution [ 717]

T10 Suppose that Q and P are unitary matrices of size n . Prove that Q P is a unitary matrix.  
Contributed by  Robert Beezer

T11 Prove that Hermitian matrices ( Definition HM) have real entries on the diagonal. More precisely, suppose that A is a Hermitian matrix of size n . Then A i i , 1 i n .  
Contributed by  Robert Beezer

T12 Suppose that we are checking if a square matrix of size n is unitary. Show that a straightforward application of Theorem CUMOS requires the computation of n 2 inner products when the matrix is unitary, and fewer when the matrix is not orthogonal. Then show that this maximum number of inner products can be reduced to 1 2 n ( n + 1 ) in light of Theorem IPAC.  
Contributed by  Robert Beezer

T25 The notation A k means a repeated matrix product between k copies of the square matrix A .
(a) Assume A is an n × n matrix where A 2 = O (which does not imply that A = O .) Prove that I n A is invertible by showing that I n + A is an inverse of I n A .
(b) Assume that A is an n × n matrix where A 3 = O . Prove that I n A is invertible.
(c) Form a general theorem based on your observations from parts (a) and (b) and provide a proof.  
Contributed by  Manley Perkel

Subsection SOL: Solutions

C40 Contributed by  Robert Beezer Statement [ 710]
The coefficient matrix and vector of constants for the system are

1 1 3 1 2 1 4 1 1 4 1 0 2 2 0 4 5 b = 5 7 9 9

A 1 can be computed by using a calculator, or by the method of Theorem CINM. Then Theorem SNCM says the unique solution is

A 1 b = 3 8 1 8 5 2 9 6 4 7 1 2 5 3 9 1 9 5 2 1 6 8 2 1 5 7 9 9 = 1 2 1 3

M20 Contributed by  Robert Beezer Statement [ 711]
The 4 × 4 identity matrix, I 4 , would be one example ( Definition IM). Any of the 23 other rearrangements of the columns of I 4 would be a simple, but less trivial, example. See Example UPM.

M10 Contributed by  Chris Black Statement [ 710]
There are an infinite number of possible answers. We want to find a vector x y z so that the set

S = 1 3 1 , 2 0 1 , x y z

is a linearly independent set. We need a vector not in the span of the first two columns, which geometrically means that we need it to not be in the same plane as the first two columns of A . We can choose any values we want for x and y , and then choose a value of z that makes the three vectors independent.

I will (arbitrarily) choose x = 1 , y = 1 . Then, we have

A = 1 2 1 3 0 1 1 1 z  RREF 1 0 2 z 1 0 1 z 0 0 4 6 z

which is invertible if and only if 4 6 z 0 . Thus, we can choose any value as long as z 2 3 , so we choose z = 0 , and we have found a matrix A = 1 2 1 3 0 1 1 1 0 that is invertible.

M11 Contributed by  Chris Black Statement [ 711]
There are an infinite number of possible answers. We need the set of vectors

S = 1 1 0 , x y z , 1 4 5

to be linearly dependent. One way to do this by inspection is to have x y z = 1 4 5 . Thus, if we let x = 1 , y = 4 , z = 5 , then the matrix A = 1 1 1 1 4 4 0 5 5 is singular.

M15 Contributed by  Chris Black Statement [ 711]
If B is singular, then there exists a vector x 0 so that x N B . Thus, B x = 0 , so A ( B x ) = ( A B ) x = 0 , so x N A B . Since the null space of A B is not trivial, A B is a nonsingular matrix.

M80 Contributed by  Robert Beezer Statement [ 711]
Take

A = 1 0 0 0 B = 0 0 1 0

Then A is already in reduced row-echelon form, and by swapping rows, B row-reduces to A . So the product of the row-echelon forms of A is A A = A O . However, the product A B is the 2 × 2 zero matrix, which is in reduced-echelon form, and not equal to A A . When you get there, Theorem PEEF or Theorem EMDRO might shed some light on why we would not expect this statement to be true in general.

If A and B are nonsingular, then A B is nonsingular ( Theorem NPNT), and all three matrices A , B and A B row-reduce to the identity matrix ( Theorem NMRRI). By Theorem MMIM, the desired relationship is true.