Given a positive semidefinite matrix $A\in\mathcal{C}\subset\mathbb{S}^n_+$, where $\mathcal{C}$ is a convex set. Define the following minimizers: $$ \bar{A} = \arg\min_{A\in\mathcal{C}} \frac{\lambda_{max}(A)}{\lambda_{min}(A)}, \quad \tilde{A} =\arg\min_{A\in\mathcal{C}} \lambda_{max}(A) - \lambda_{min}(A) $$ $\bar{A}$ is the minimizer of the ratio of largest eigenvalue and smallest eigenvalue; while $\tilde{A}$ is the minimizer of the difference between the largest eigenvalue and smallest eigenvalue. Are the two minimizer equals, i.e., $\bar{A} = \tilde{A}$?
I presume they are not the same in general and perhaps depends on the convex set $\mathcal{C}$. But I think they are somehow connected, as these two objective functions are both trying to bring the largest and smallest eigenvalues closer together.