Given a real-symmetric (or Hermitian), positive definite matrix $A$, it is well known that: $$\lambda_{\min}\leq\dfrac{(x,Ax)}{(x,x)}. \tag{1}$$
This is a direct consequence of the min-max theorem and also easily proved by the fact that such an $A$ has orthonormal eigenbasis. But is there any way to prove this without invoking the Spectral theorem or SVD decomposition or anything that is similarly powerful?
The best I could do was: $$\dfrac{(x,Ax)}{(x,x)}\geq \lambda\cdot\dfrac{(x,v)^2}{(v,v)(x,x)} \tag{2}$$ where $\lambda$ and $v$ are an arbitrary eigenpair of $A$, which is weaker than $(1)$ by Cauchy-Schwartz.
Let $m = \inf_{x\ne 0}\frac{\langle Ax,x\rangle}{\|x\|^2} = \inf_{\|x\|=1}\langle Ax,x\rangle$. We claim that $\lambda_{\text{min}} \le m$.
It suffices to show that $m$ is indeed an eigenvalue for $A$.
For that, consider a positive definite matrix $B \ge 0$ and recall that $$\|B\| = \sup_{\|x\| = 1} |\langle Bx,x\rangle| = \sup_{\|x\| = 1} \langle Bx,x\rangle$$
Pick a sequence $(x_n)_n$ of vectors on the unit sphere such that $\|B\| = \lim_{n\to\infty} \langle Bx_n, x_n\rangle$. We have $$\|Bx_n - \|B\|x_n\|^2 = \|Bx_n\|^2 + \|B\|^2 - 2\|B\|\langle Bx_n, x_n\rangle \le 2\|B\|(\|B\| - \langle Bx_n, x_n\rangle ) \xrightarrow{n\to\infty} 0$$
so $\lim_{n\to\infty} \|Bx_n - \|B\|x_n\| = 0$. We conclude that $B - \|B\|I$ is not bounded from below so it cannot be invertible. Hence $\|B\|$ is an eigenvalue of $B$.
Now consider $B = \|A\|I - A \ge 0$. We have $$\|B\| = \sup_{\|x\| = 1} \langle Bx,x\rangle = \|A\| - \inf_{\|x\| = 1} \langle Ax,x\rangle = \|A\| - m$$
Above we showed that $\|B\| = \|A\|-m$ is an eigenvalue of $B = \|A\|I - A$ so $m$ is an eigenvalue of $A$.
In fact, we have $\lambda_{\text{min}}= m$.
To see this, notice that for any eigenvalue $\lambda$ of $A$ holds $\lambda \ge m$. Indeed, consider $\lambda = m-\varepsilon$ for some $\varepsilon > 0$.
Then for any vector $x$ we have $$\langle (A-\lambda I)x,x\rangle = \langle Ax,x\rangle - \lambda\langle x,x\rangle \ge (m-\lambda)\|x\|^2 = \varepsilon|x\|^2$$
so $$\|(A-\lambda I)x\|\|x\| \ge |\langle (A-\lambda I)x,x\rangle|\ge \varepsilon\|x\|^2$$
Hence $A-\lambda I$ is bounded from below and thus injective. Therefore $\lambda$ cannot be an eigenvalue.