This has essentially been asked before here but I guess I need 50 reputation to comment. Also, here I have some questions of my own.
My Proof outline: (forward direction/Necessary direction): Call the symmetric matrix $A$. Write the quadratic form for $A$ as $x^{t}Ax$, where superscript $t$ denotes transpose. $A$ p.d. (positive definite) implies $x^{t}Ax >0 \ \forall x\neq 0$.
if $v$ is an eigenvector of A, then $v^t Av \ =v^t \lambda v \ =\lambda \ >0$ where $\lambda$ is the eigenvalue associated with $v$. $\therefore$ all eigenvalues are positive.
Any hints for the reverse direction? Perhaps I need to write $A$ as $PDP^{-1} $ where D is a diagonal matrix of the eigenvalues of A and the columns of P are eigenvectors?
Also, a more general question but one that is probably important, is that, since the statement does not assume that A is real (in addition to symmetric), does the possibility of complex entries introduce any complications? Do I need to show that the eigenvalues are real?
Thanks.
I feel like D being positive definite should be obvious without the use of a theorem, though, in which case I am still missing something (sorry). When I think about $x^t PDP^t x=(P^t x)tD(P^t x)$ I believe I can conclude that its diagonal is all positive elements, if that means anything.
– majmun Sep 13 '15 at 23:07