We have $A \in \mathbb{R}^{n \times n}$ which is symmetric and positive-definite. Also, $A$ is a block matrix:
$$A = \begin{pmatrix} A_{11} & A_{12} \\ A_{21} & A_{22} \\ \end{pmatrix}$$
I have managed to show that both $A_{11}$ and $A_{22}$ are symmetric and positive-definite. Also, it is easy to show $S = A_{22} -A_{12}^T A_{11}^{-1} A_{12}$ (Schur complement) is symmetric. What I cannot do is to show that $S$ is positive definite as well.
Show that $A$ $$A = \begin{bmatrix}I \\ A_{12}^\top A_{11}^{-1} & I\end{bmatrix} \begin{bmatrix}A_{11} \\ & A_{22} - A_{12}^\top A_{11}^{-1} A_{12}\end{bmatrix} \begin{bmatrix}I & A_{11}^{-1} A_{12} \\ & I\end{bmatrix} =: NDN^\top.$$
Show that $N$ is invertible.
Show that consequently, $D$ is positive-definite.
Show that $A_{22} - A_{12}^\top A_{11}^{-1} A_{12}$ is positive-definite.