Let $D=A^TA$ where $A$ is an $m\times n$ matrix with $m>n$. Suppose that $D$ has a minimum eigenvalue $\mu>0$.
What can you say about the ratio $\frac{u^TDu}{u^Tu}$ for all vectors $u\neq 0$ ? In particular, how is this ratio related to $\mu$?
--
I have been able to deduce that $D$ is invertible due to the min eigenvalue being strictly positive (no zero eigenvalues). $D$ is also symmetric due to being the product of a matrix and its transpose. I think $D$ being symmetric points towards it being a positive definite matrix. This would mean that the numerator is a positive value. The denominator would also be positive as a vector $v$ used in $v^Tv$ will always yield a positive answer.
Is this the limit to how far I can go with this? Can you deduce even more about the relation between $\mu$ and the ratio?