Processing math: 100%

Invertible matrix theorem

In this section we will connect a number of results we learned about matrices and their properties. We know that matrices are useful in several different contexts. Originally we saw how matrices can be used to express and solve systems of linear equations. We also studied the properties of matrices like their row space, column space and null space. In the next chapter, we will also learn about how matrices can be used to represent linear transformations.

In each of these domains, invertible matrices play a particularly important role. The following theorem is a massive collection of facts about invertible matrices.

Invertible matrix theorem: For an n×n matrix A, the following statements are equivalent:

  1. A is invertible.
  2. The determinant of A is nonzero det(A)0.
  3. The equation Ax=b has exactly one solution for each bRn.
  4. The equation Ax=0 has only the trivial solution x=0.
  5. The RREF of A is the n×n identity matrix.
  6. The rank of the matrix is n.
  7. The rows of A are a basis for Rn.
    • The rows of A are linearly independent.
    • The rows of A span Rn. R(A)=Rn.
  8. The columns of A are a basis for Rn.
    • The columns of A are linearly independent.
    • The columns of A span Rn. C(A)=Rn.
  9. The null space of A contains only the zero vector N(A)={0}.
  10. The transpose AT is also an invertible matrix.

This theorem states that for a given matrix A, the above statements are either all true or all false.

TODO: proof

[ See Section 2.3 of this page for a proof walkthrough ]
http://www.math.nyu.edu/~neylon/linalgfall04/project1/jja/group7.htm