I need to prove that if $A$ is a square invertible matrix then $AA^\top$ ($A$ multiply $A$ transpose) is positive definite.
I tried to prove that all the eigenvalues are positive. I know that $AA^\top$ is symmetric, and its determinant is positive, and trace is positive.
Therefore: product of eigenvalues is positive , and sum of eigenvalues is positive.
In addition $0$ is not an eigenvalue. That's what I know so far but I still cannot conclude that every eigenvalue for itself is positive. What have I missed? Thanks!
I assume that $A$ is a real matrix (otherwise, the statement is not true).
Prove positive definiteness by definition:
$B$ is positive definite if $\langle x,Bx\rangle> 0$ for all $x\neq 0$. For $B=BB^T$, you have $$\langle x, BB^T x\rangle.$$
Now, prove that this is $\geq 0$ by taking into account that $\langle x, Ax\rangle = \langle A^T x, x\rangle$ for any matrix $A$.