Suppose $A \in \mathbb{R}^{nxn}$ symmetric and positive definit.
We can show that: $$\exists \epsilon > 0 \in \mathbb{R}: \forall x \in \mathbb{R}^n: x^TAx \ge \epsilon \Vert x \Vert^2$$
My claim is that the smallest eigenvalue of $A$ is the supremum for those $\epsilon$.
I'd appreciate to see a prove/disprove!
Yes, this is true. Take diagonalization $A=TDT^t$ with $D=\operatorname{diag}(\lambda_1,\ldots \lambda_n)$. We obtain with $\lambda_0:=\min_{i=1..n}\lambda_i$ \begin{align} (Tx)^tATx&=x^tT^tATx=x^tDx=\sum_{i=1}^n \lambda_i x_i^2 \geq \lambda_0\sum_{i=1}^n x_i^2 = \lambda_0 \|x\|^2 = \lambda_0 x^tx \\&= \lambda_0 x^tT^tTx= \lambda_0 (Tx)^tTx = \lambda_0\|Tx\|^2. \end{align} By the substitution $x=T^ty$ follows $y^tAy\geq \lambda_0\|y\|^2$. Its clear that this inequality is sharp (take an eigenvector of $\lambda_0$ as y).