I'm currently reading about the conjugate gradient method for solving linear systems of equations, and the following inequality used to bound the multiplicative decrease of the error of the solution is stated without proof; I tried it for a bit with some elementary methods, and was curious to see some elementary proofs (such must exist) and some intuition behind them.
Let $z_1,\ldots,z_n\geq 0$ and $\lambda_1,\ldots,\lambda_n\geq 0$. Let $\kappa = \frac{\max_i\lambda_i}{\min_i\lambda_i}$. Then the following is true: $$ 1 -\frac{\left(\sum_{j=1}^{n} z_j\lambda_j^2\right)^2}{\sum_{j=1}^{n} z_j\lambda_j^3 \sum_{j=1}^{n} z_j\lambda_j}\leq \left(\frac{\kappa-1}{\kappa+1}\right)^2$$