I've taken linear algebra about a year ago, and I don't quite remember everything we've learnt. I was asked a question that given D has a minimum eigenvalue $u$ that is strictly positive, and matrix $D=A^T A$, where A is a matrix of dimension m x n with m >n, what can we say about $u^{T} D u / u^{T}u$ for all $u \neq 0$.
I know by definition that if T is a linear operator on vector space V. Then a nonzero vector $v \in V$ is an eigenvector of T if there exists scalar $\lambda$ such that $T(v) = \lambda v$ and $\lambda$ is the eigenvalue. I also know that scalar $\lambda$ is an eigenvalue iff $\det (A - \lambda I_n ) = 0$.
I've been stuck on this with no idea how to start. Any pointers/help would be much appreciated.