Section 2.3 Characterizations of Invertible Matrices
The Fundamental Role of Pivot Positions in Matrix Algebra
The properties of an even-sized or rectangular matrix of size are fundamentally determined by the locations of its pivot positions.
Column-Based Pivot Properties:
- The following statements are true if and only if there is a pivot in every column of :
- The homogeneous equation has only the trivial solution.
- The columns of form a linearly independent set.
- The linear transformation is one-to-one.
Row-Based Pivot Properties:
- The following statements are true if and only if there is a pivot in every row of :
- The equation has a solution for every .
- The columns of span .
- Fresh columns are produced by the transformation mapping onto .
The Case for Square Matrices ():
- When the matrix is square, the row and column pivot conditions become interchangeable.
- A square matrix has a pivot in every column if and only if it has a pivot in every row.
The Invertible Matrix Theorem
Let be a square matrix. The Invertible Matrix Theorem states that the following statements are equivalent (if one is true, all are true; if one is false, all are false):
- (a) is an invertible matrix.
- (b) is row equivalent to the identity matrix .
- (c) has pivot positions.
- (d) The equation has only the trivial solution.
- (e) The columns of form a linearly independent set.
- (f) The linear transformation is one-to-one.
- (g) The equation has at least one solution for each .
- (h) The columns of span .
- (i) The linear transformation maps onto .
- (j) There is an matrix such that .
- (k) There is an matrix such that .
- (l) is an invertible matrix.
Implications and Relationships within the Theorem:
- The theorem establishes a "circle" of implications where each point logically leads to the next.
- Matrix in statement (k) works as the inverse, linking (k) and (g) to the main logical circle.
- Statements (g), (h), and (i) are naturally equivalent for any matrix and are linked through (g) to the core of the theorem.
- Statements (d), (e), and (f) are equivalent for any matrix and are linked to the circle through (d).
Categorization of Matrices: Invertible vs. Singular
The Invertible Matrix Theorem effectively divides the set of all square matrices into two disjoint classes:
- Invertible (Nonsingular) Matrices: These possess every property listed in the theorem.
- Noninvertible (Singular) Matrices: These possess none of the properties listed. For example, an singular matrix is not row equivalent to , does not have pivot positions, and has linearly dependent columns.
Extension to Transposes:
- If is invertible, then is also invertible and .
Practical Application and Limitations
Example 1: Assessing Invertibility via Pivots
- Consider the matrix:
- By performing row operations, we determine if has three pivot positions.
- Step 1: Add times row 1 to row 2, and add times row 1 to row 3:
- Step 2: Add row 2 to row 3:
- Since the result is in echelon form and shows three pivots, matrix is invertible according to statement (c) of the Invertible Matrix Theorem.
Critical Restriction: Square Matrices Only
- The Invertible Matrix Theorem applies strictly to square matrices.
- If a rectangular matrix (e.g., ) has linearly independent columns, one cannot use the Invertible Matrix Theorem to conclude anything about the existence of solutions for .
Invertible Linear Transformations
Conceptual Mapping:
- Matrix multiplication corresponds to the composition of linear transformations.
- If matrix is invertible, then for the equation , the operation can be reversed: . This means transforms back into .
Definition of an Invertible Transformation:
- A linear transformation is invertible if there exists a function such that:
- for all
- for all
Theorem 9:
- Let be a linear transformation and let be the standard matrix for .
- is invertible if and only if is an invertible matrix.
- In this scenario, the unique inverse function is defined by .
Proof Overview for Theorem 9:
- If is invertible, then for any , we have , indicating that every is in the range of . Thus, is onto. By statement (i) of the Invertible Matrix Theorem, the matrix must be invertible.
- Conversely, if is invertible, defining provides a linear transformation that satisfies the requirements for an inverse, such as .