I'm reading this paper and in the appendix I see the following statement:
For $A \in R^{m\times m}, B \in R^{n\times m}, C \in R^{n\times n}$,
if $D = \begin{bmatrix}A & B\\B^T & C\end{bmatrix}$ is positive semi-definite then,
$det(D) \leq det(A)det(C)$
This is given without proof as a property of psd matrices. This doesn't seem axiomatic to me and it's not obvious. Can you point to a reference or give a proof of this? I suspect it's pretty simple, but I'm missing it. I've never formally studied linear algebra so it might just be a gap in my education.
Some things I notice:
$A$ and $C$ are principal submatrices of $D$.
I know a determinant of a $2\times 2$ matrix is $a_{1,1}a_{2,2} - a_{1,2}a_{2,1}.$
Because $D$ is psd and has larger dimensions than $A$ or $C$, it seems like the second term is subtracting more than the second term for $A$ or $C$ would. But that statement is pretty imprecise and doesn't convince me that it's true.