Forgive me, if I have made a blunder or missed something obvious, I'm not a mathematician!
I'm trying to understand 2 seemingly simple lines of maths - and understand how the conclusions are drawn from these. So here are the three lines (or rather two lines of maths, one statement at the end):
Let:
$L(n) := \{ A \in M(n) : A^T = A \}$
$P(n) := \{ A \in L(n) : A > 0 \} $
"The boundary of $P(n)$ is the set of singular positive semidefinite matrices"
So from what I understand here, the set L contains symmetric ($A^T = A$) $n$-dimensional square matrices with real entries ($A \in M(n)$). Then I have presumed that the part, $A > 0$, refers to the determinant of $A$, and not $A$ itself.
I am also inferring (possibly incorrectly) that $P(n)$ is, therefore, the space of SPD matrices..?
So why does ensuring we have square, real, symmetric matrices whose determinant is above 0 (this means they're invertible..?) ensure that the eigenvalues of said matrices are above 0 (my understanding of what makes a matrix positive definite)?