Ch 2.3 - Characterizations of Invertible Matrices

The Invertible Matrix Theorem (Theorem 8)
  • Core Principle: Let AA be a square matrix. The following statements are equivalent; that is, for a given AA, the statements are either all true or all false.

  • List of Equivalent Statements (Characterizations of an Invertible Matrix):

    • AA is an invertible matrix.

    • AA is row equivalent to the identity matrix (In)(I_n). This means AA can be reduced to the identity matrix through elementary row operations.

    • AA has nn pivot positions. This indicates that every column and every row has a pivot.

    • The equation Ax=0Ax = 0 has only the trivial solution (x=0x = 0).

    • The columns of AA form a linearly independent set.

    • The linear transformation T:RnRnT: \mathbb{R}^n \rightarrow \mathbb{R}^n defined by T(x)=AxT(x) = Ax is one-to-one. This means that if T(u)=T(v)T(u) = T(v), then u=vu = v.

    • The equation Ax=bAx = b has at least one solution for each bb in Rn\mathbb{R}^n. This implies that the system is always consistent.

    • The columns of AA span Rn\mathbb{R}^n. This means that any vector in Rn\mathbb{R}^n can be written as a linear combination of the columns of AA.

    • The linear transformation T:RnRnT: \mathbb{R}^n \rightarrow \mathbb{R}^n maps Rn\mathbb{R}^n onto Rn\mathbb{R}^n. This means the range of TT is all of Rn\mathbb{R}^n.

    • There is an n×nn \times n matrix CC such that CA=ICA = I. Here, CC is the left inverse.

    • There is an n×nn \times n matrix DD such that AD=IAD = I. Here, DD is the right inverse.

    • ATA^T (the transpose of AA) is an invertible matrix.

Further Implications and Corollaries of The Invertible Matrix Theorem
  • Unique Solution for Ax=bAx=b: Theorem 8 implies that the equation Ax=bAx = b has a unique solution for each bb in Rn\mathbb{R}^n. This statement on its own implies that AA is row equivalent to the identity matrix (InI_n) and, consequently, that AA is invertible.

  • Product of Invertible Matrices: Let AA and BB be square matrices. If their product AB=IAB = I (the identity matrix), then both AA and BB are invertible matrices. In this specific case, BB is the inverse of AA (B=A1B = A^{-1}), and AA is the inverse of BB (A=B1A = B^{-1}). This property is a direct consequence of Theorem 8.

Classification of Square Matrices
  • The Invertible Matrix Theorem effectively categorizes the set of all n×nn \times n matrices into two mutually exclusive groups:

    • Invertible (Nonsingular) Matrices: These are matrices that fulfill all the equivalent statements outlined in Theorem 8.

    • Noninvertible (Singular) Matrices: These are matrices that fail to satisfy any (and therefore all) of the equivalent statements in Theorem 8.

Properties of Singular Matrices
  • The negation of any statement within the Invertible Matrix Theorem directly describes a characteristic of an n×nn \times n singular matrix.

  • Examples of Properties for an n×nn \times n Singular Matrix: Such a matrix:

    • Is not row equivalent to the identity matrix (In)(I_n).

    • Does not have nn pivot positions; it will have fewer than nn pivots.

    • Has linearly dependent columns.

    • The homogeneous equation Ax=0Ax = 0 has non-trivial (non-zero) solutions.

    • The linear transformation T(x)=AxT(x) = Ax is not one-to-one.

    • Its columns do not span Rn\mathbb{R}^n.

    • The linear transformation T(x)=AxT(x) = Ax does not map Rn\mathbb{R}^n onto Rn\mathbb{R}^n. This means there are vectors in the codomain that are not in the image of TT.

    • The equation Ax=bAx = b does not have a unique solution for every bb in Rn\mathbb{R}^n; it might have infinitely many solutions or no solution for certain bb.

Scope and Applicability of The Invertible Matrix Theorem
  • Exclusively for Square Matrices: It is crucial to remember that the Invertible Matrix Theorem is applicable only to square matrices (matrices where the number of rows equals the number of columns, i.e., n×nn \times n matrices).

  • Limitation Example: For instance, if the columns of a non-square matrix, such as a 3×23 \times 2 matrix, are linearly independent, we cannot use the Invertible Matrix Theorem to draw conclusions about the existence or non-existence of solutions for equations like Ax=bAx = b. The properties of the theorem do not universally hold for non-square matrices, even if isolated conditions might appear to be met.

Invertible Linear Transformations
  • Relationship with Matrix Multiplication: Matrix multiplication can be directly interpreted as the composition of linear transformations. The equation A1AX=XA^{-1}AX = X visually represents how an inverse transformation "undoes" the original transformation.

  • Definition of an Invertible Linear Transformation: A linear transformation T:RnRnT: \mathbb{R}^n \rightarrow \mathbb{R}^n is defined as invertible if there exists another function S:RnRnS: \mathbb{R}^n \rightarrow \mathbb{R}^n such that:

    1. S(T(x))=xS(T(x)) = x for all xRnx \in \mathbb{R}^n

    2. T(S(x))=xT(S(x)) = x for all xRnx \in \mathbb{R}^n

    • The function SS is often referred to as the inverse transformation of TT.

  • Theorem 9: Invertibility of Transformation and Standard Matrix: Let T:RnRnT: \mathbb{R}^n \rightarrow \mathbb{R}^n be a linear transformation, and let AA be its standard matrix. Then TT is invertible if and only if AA is an invertible matrix. This theorem establishes a direct equivalence between the invertibility of a linear transformation and the invertibility of its corresponding standard matrix.

  • Inverse Transformation Formula: In the event that TT is invertible, the unique inverse linear transformation SS is given by the formula S(x)=A1xS(x) = A^{-1}x. This means that applying the inverse matrix A1A^{-1} to a vector xx performs the inverse transformation.