Inverse Matrix, Reversible Matrix
Definition
Let be an arbitrary square matrix of size . A matrix is called the left inverse matrix of if it satisfies the following equation with in a matrix multiplication.
Here, is the identity matrix of size . A matrix that is capable of matrix multiplication with and satisfies the following equation is called the right inverse matrix of .
If has both a left/right inverse, they are equal and denoted as , and is called the inverse matrix.
If has an inverse matrix, it is called an invertible matrix or a nonsingular matrix. If does not have an inverse matrix, is called a singular matrix.
Explanation
By the definition, since must have the size of , must be a matrix, and so must . The reason for limiting to square matrices is because needs to be capable of being multiplied on both sides of . Similarly, since matrix multiplication is not commutative, both left/right inverses must exist for it to be called an invertible matrix. In fact, if an arbitrary matrix has both a left and a right inverse, they are always the same.
Properties
Let and be arbitrary square matrices. Then the following holds.
(a) If has a left inverse matrix and a right inverse matrix , they are the same.
(b) If the inverse matrix of exists, it is unique.
(c)
(d) Let and be invertible matrices. Then the product of the two matrices is also invertible, and its inverse is as follows.
(d’) The product of invertible matrices of the same size is also invertible, and its inverse is the same as the product of the inverses in reverse order. That is, if is an invertible matrix, then the following holds.
(e) If is invertible, then both and are also invertible.
(f) If is invertible, its transpose is also invertible and its inverse is as follows.
Therefore, we can see that (c) (d).
Proof
(a)
Let’s assume a matrix is given. Let be the left inverse matrix of . Then the following equation holds.
Let’s say is the right inverse matrix of . Multiplying to the right side of the equation above results in the following.
However, since is the right inverse matrix of , holds. Therefore, the equation above is as follows.
■
(b)
Assume an arbitrary square matrix has two different inverse matrices and . Then the calculation goes as follows.
However, this result contradicts the assumption that and are different. Therefore, the assumption is wrong, and if an inverse matrix exists, it is unique.
■
(c)
Without loss of generality, let’s only prove . Assume . Now consider the equation .
Since we assumed , holds. Therefore, only has trivial solutions.
Equivalent conditions for an invertible matrix
Let be a square matrix of size . Then the following propositions are equivalent:
- is an invertible matrix.
- The homogeneous linear system only has trivial solutions.
According to the equivalent conditions for an invertible matrix, is invertible. Therefore, exists, and
■
(d)
Let’s assume and are invertible matrices of size . Then and exist. First, multiplying to the right of results in the following.
Multiplying to the left results in the following.
Therefore, is an invertible matrix, and its inverse is .
■
(d')
This is a corollary to (d).
■
(e)
Let’s say the inverse matrix of is . Then holds. Therefore, by (c), is invertible, and holds. Also, since , is also invertible, and holds.
(f)
Check if the product of two matrices results in the identity matrix. According to the properties of transpose matrices, it goes as follows.
Therefore
■