Inverse of a block 2x2 matrix

2.3k Views Asked by At

How to solve this type of problem: We've got a block 2x2 matrix : $$A=\begin{bmatrix}A_{11}&A_{12}\\A_{21}&A_{22}\\\end{bmatrix}$$ If matrices $A$ and $A_{22}$ are invertible, show that a matrix $B = A_{11} - A_{12}A_{22}^{-1}A_{21}$is also invertible.

1

There are 1 best solutions below

0
On

Observe that for a $2 \times 2$ matrix $\begin{pmatrix} a & b \\ c & d \end{pmatrix}$ the claim follows from $(ad - bc)/d = a - bd^{-1}c$.

Let vertical bars indicate a determinant. Then \begin{align} |A_{22}|^{-1}|A| &= \begin{vmatrix} I & 0 \\ 0 & A_{22}^{-1}\end{vmatrix}\begin{vmatrix} A_{11} & A_{12} \\ A_{21}& A_{22}\end{vmatrix} = \begin{vmatrix} A_{11} & A_{12} \\ A_{22}^{-1}A_{21} & I \end{vmatrix}\\ & = \begin{vmatrix} I & A_{12} \\ 0 & I \end{vmatrix}\ \begin{vmatrix} A_{11} - A_{12}A_{22}^{-1}A_{21} & 0 \\ A_{22}^{-1}A_{21} & I \end{vmatrix} = |A_{11} - A_{12}A_{22}^{-1}A_{21}|, \end{align} from which the claim follows.