I am trying to prove using Eigen values that if a symmetric matrix $A$ is positive definite then so is $A^2$.
Now let $\lambda$ be an Eigen value of $A^2$. I want to show that it is positive. Now if it is a square of an Eigen value of $A$ then I am done.
Clearly if $\mu$ is an Eigen value of $A$ then $\mu^2$ is an Eigen value of $A^2$.
But it is not clear to me why any Eigen value of $A^2$ is the square of an Eigen value of $A$.
Any help would be appreciated.
This is a case where going with the definitions is better.
If $A$ is any matrix, then $A^TA$ is positive semidefinite, because $$ x^T(A^TA)x=(Ax)^T(Ax)\ge0 $$ This also shows that if $A$ is square and invertible, then $A^TA$ is positive definite, because $x^T(A^TA)x=0$ implies $Ax=0$ and so $x=0$.
Since your $A$ is symmetric and invertible…
If you prefer to do it with the eigenvalues, recall that a symmetric matrix is diagonalizable (with an orthogonal matrix, but this is not needed here). Then $A=SDS^{-1}$ and $A^2=SD^2S^{-1}$.