Show that the matrix $AA^T+\alpha I$ is positive definite, where $\alpha >0$ and $A$ is an $m\times n$ real matrix.
So I need to show that $x^T(AA^T+\alpha I)x>0$ for all vectors $x$. I'm really confused as to how to do this and how this is even true in general. Any solutions or hints are greatly appreciated.
Hint: $$ x^T(AA^T+\alpha I)x=x^TAA^Tx+\alpha x^Tx=|A^Tx|^2+\alpha|x|^2. $$