Let $A,B,C,D \in \mathbb{R}^{n×n}$. Show that if $A, C, B−AC^{−1}D,$ and $D−CA^{−1}B$ are nonsingular then
$\left[ \begin{smallmatrix} A&B\\ C&D \end{smallmatrix} \right]^{-1} = \left[ \begin{smallmatrix} A^{-1} - A^{-1}B(B-AC^{-1}D)^{-1}&-A^{-1}B(D-CA^{-1}B)^{-1}\\ (B-AC^{-1}D)^{-1}&(D-CA^{-1}B)^{-1} \end{smallmatrix} \right]$
So i think that probably i have to use The Determinant and the adjacency matrix but then i get determinant = $AD - BC $
Adjacency matrix $= \left[ \begin{smallmatrix} D&-B\\ -C&A \end{smallmatrix} \right]$
But i cant divide the determinant by the adjacency matrix because AD - BC doesnt have an inverse so what do i do?emphasized text
To prove that $$\left[ \begin{smallmatrix} A&B\\ C&D \end{smallmatrix} \right]^{-1} = \left[ \begin{smallmatrix} A^{-1} - A^{-1}B(B-AC^{-1}D)^{-1}&-A^{-1}B(D-CA^{-1}B)^{-1}\\ (B-AC^{-1}D)^{-1}&(D-CA^{-1}B)^{-1} \end{smallmatrix} \right]$$
I would first try to calculate
$$\left[ \begin{smallmatrix} A&B\\ C&D \end{smallmatrix} \right]\cdot \left[ \begin{smallmatrix} A^{-1} - A^{-1}B(B-AC^{-1}D)^{-1}&-A^{-1}B(D-CA^{-1}B)^{-1}\\ (B-AC^{-1}D)^{-1}&(D-CA^{-1}B)^{-1} \end{smallmatrix} \right]$$
and show that this equals the identity matrix.