Given the real symmetric positive definite matrix $A \succ 0$, consider the following inequality in $\alpha \in \mathbb{R}$.
$$ A \succ \alpha I $$
where $I$ is an identity matrix of appropriate dimension. Can I choose $ \lambda_{\min}(A) > \alpha $ to satisfy the inequality?
Here is why I think I can. First, pre- and post-multiplying both sides by $x^\top$ and $x$, respectively,
$$ x^{\top} A x > x^{\text{T}} \alpha x $$
Then, using the identity $ \lambda_{\min}(A) \| x \|^2 \leq x^{\top} A x \leq \lambda_{\max}(A) \| x \|^2 $ on both sides yields the following
\begin{gather} \lambda_{\max}(A) \| x \|^2 \geq x^{\top} A x \geq \lambda_{\min}(A) \| x \|^2 > \lambda_{\max}(\alpha) \| x \|^2 \geq x^{\top} \alpha x \geq \lambda_{\min}(\alpha) \| x \|^2 \newline \implies \lambda_{\min}(A) \| x \|^2 > \lambda_{\max}(\alpha) \|\| x \|\|^2 \end{gather}
Dividing both sides by $\| x \|^2$ and recalling $\alpha$ is a scalar leads to
$$ \lambda_{\min}(A) > \alpha $$
Have I made any mistakes? Does this reasoning hold?