What are some elegant proofs to demonstrate that the principal minors of a valid, but singular correlation matrix are all non-negative?
A valid correlation matrix is a square symmetric matrix, has ones on its main diagonal and is positive semi-definite. A singular correlation matrix has a matrix determinant of zero, i.e. at least one eigenvalue equal to zero.
The proof that I have: It can be shown that any $n\times n$ singular correlation matrix can be written as the product of $n$ idempotent matrices. It can also be shown that the eigenvalues of an idempotent matrix are always either $0$ or $1$. Therefore, it is not possible that singular correlation matrices have negative eigenvalues. As a consequence, all principal minors of singular correlation matrices have to be non-negative.