logo

基本行列 📂行列代数

基本行列

定理: 可逆行列の同値条件

AA を大きさが n×nn\times n正方行列とする。すると、以下の命題はすべて同値である。

(a) AA は可逆行列である。

(b) 同次線形システム Ax=0A\mathbf{x}=\mathbf{0} には自明解のみが存在する。

(c) AA簡約行階段形InI_{n} である。

(d) AA は基本行列の積として表現できる。

Proof

(a)     \implies (b)

Assume that AA is invertible. And let x0\mathbf{x}_{0} be any solution of Ax=0A\mathbf{x} = \mathbf{0}. Then the following equation holds.

Ax0=0 A \mathbf{x}_{0} = \mathbf{0}

Multiplying both sides of the above equation by A1A^{-1} results in:

(A1A)x0=A10    x0=0 \begin{align*} && \left( A^{-1} A \right)\mathbf{x}_{0} &= A^{-1} \mathbf{0} \\ \implies && \mathbf{x}_{0} &= \mathbf{0} \end{align*}

Therefore, Ax=0A\mathbf{x} = \mathbf{0} has only the trivial solution.

(b)     \implies (c)

Assume that the homogeneous system Ax=0A\mathbf{x} = \mathbf{0} has only the trivial solution. Then solving this homogeneous system yields:

x1=0x2=0=0xn=0 \begin{alignat*}{} x_{1} & & & &=0 \\ & x_{2} & & &=0 \\ & & \ddots & &=0 \\ & & & x_{n} &=0 \end{alignat*}

Representing this with the augmented matrix results in:

[100001000010] \begin{bmatrix} 1 & 0 & \cdots & 0 & 0 \\ 0 & 1 & \cdots & 0 & 0 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ 0 & 0 & \cdots & 1 & 0 \end{bmatrix}

Therefore, the reduced row echelon form of AA is InI_{n}.

(c)     \implies (d)

Assume that the reduced row echelon form of AA is InI_{n}. Then, due to the properties of elementary matrices, there exists an elementary matrix E1,E2,,EkE_{1}, E_{2}, \dots, E_{k} such that the following equation holds:

EkE2E1A=In E_{k} \dots E_{2} E_{1} A = I_{n}

Then, by the properties of the inverse matrix, the following holds:

A=Ek1E21E11In=Ek1E21E11 A = E_{k}^{-1} \dots E_{2}^{-1} E_{1}^{-1} I_{n} = E_{k}^{-1} \dots E_{2}^{-1} E_{1}^{-1}

(d)     \implies (a)

Assume that AA can be represented as a product of elementary matrices. Since an elementary matrix is an invertible matrix, and the product of invertible matrices is also an invertible matrix, AA is an invertible matrix.