If a matrix $M$ is positive definite, I would like to show that there exists a self adjoint matrix s.t. $M=SS^{T}$. I have a proof, and it comes from operators in Linear Algebra Done Right by Sheldon Axler. However, in his proof he bunches a bunch of properties (6 to be total) under a positive operator, saying that each implies the other. His proof goes from the first property, then proves the second, then all the way to 6, then to prove 1. Hence, I do not really have a self contained proof showing that if a matrix is positive definite, then there exist a self adjoint matrix s.t. $M=SS^{T}$. Does anyone know if there is a self contained proof? thank you!
Asked
Active
Viewed 280 times
1
-
$M$ should also be Hermitian(or say, symmetric). Then this can be proved by Cholesky decomposition. – enigne Apr 24 '14 at 10:30
-
This would depend on how you define positive definite...I have a nice short proof but it makes use of spectral decomposition, which requires $M$ to be diagonalizable...this you can only assume if $M$ is Hermitian. Unfortunately there are different definitions of positive definite, some which does not require $M$ to be Hermitian, and then the proof won't work - see this: http://math.stackexchange.com/questions/473118/are-positive-definite-matrices-necessarily-diagonalizable-and-when-does-the-famo – Christiaan Hattingh Apr 24 '14 at 20:36