$A$ is an invertible matrix over $\mathbb{R}$ (nxn). Show that $A^{T}A$ is positive definite.
I looked up for it and found this two relevent posts but still need help. positive definite and transpose help me understand a line in an “$A^TA$ is positive, semi-definite” proof
Any suggestions? thanks
(The whole excercise is about bilinear forms)
I like to think of positive definite being positive semi-definite with the added condition that $Mx = 0$ implies $x=0$. Since $A$ is invertible, so is $A^T$. Thus $A^TA$ is invertible and so $A^TAx = 0$ implies $x=0$. Thus all we are left with is to prove that $A^TA$ is positive semi-definite.
Well to see this, all we need to do is inspect what happens to $\langle x,A^TAx\rangle$. We can however rewrite this in a nicer form: $\langle x,A^TAx\rangle = \langle Ax,Ax\rangle$ by definition. Can you see how to proceed?
If you're not familiar with inner product notation (the $\langle\cdot,\cdot\rangle$ notation), you can instead consider $x^TA^TAx$ since this is the same expression in this case but by the property of transposes, $x^TA^T = (Ax)^T$ so we are left with $(Ax)^T(Ax)$.