Consider A as an nxn symmetric positive definite matrix. Suppose there are $L, L^T$ such that:
$$A'=L A L^T$$
Sylvester's law of inertia says, that A' has the same positive eigenvalues.
How can I conclude, that A' is also positive definite and symmetric?
Well, first we must assume that $L$ is nonsingular otherwise this will not work. Taking $(LAL^T)^T$ we obtain again $LAL^T$.
Now suppose we have a nonzero vector $x$. Then $x^T(LAL^T)x = (x^TL)A(L^Tx)$ and since $A$ is positive definite, we know this will be greater than $0$ and so $A'$ is also positive definite.