One well known fact about matrix norms is the following:
If $\lambda_1\geq \dots\geq \lambda_n$ are eigenvalues of a square matrix $A$, then:
$$\frac{1}{||A^{-1}||} \leq |\lambda|\leq ||A||$$
If we take our matrix norm to be the matrix 2-norm, and recall that the matrix 2 norm gives us the largest singular value, i.e. $||A||_2=\sigma_1$, then the upper bound implies:
$$|\lambda_1|\leq \sigma_1$$
My question is: are there necessary and sufficient conditions for when equality above holds? I vaguely remember something like: $|\lambda_1|=\sigma_1$ iff $\lambda_1$ is non-defective, i.e. its algebraic multiplicity equals its geometric multiplicity. However, I have not been able to find a reference or prove this. Can someone point me to a reference or provide a proof. Thank you in advance for your time.
Consider the Schur decomposition of $\DeclareMathOperator{\tr}{tr} A$, that is, let $U$ be unitary and $T$ be upper triangular such that $A = UTU^*$. I will leave it to you to verify that $\|T\|_2 = \|A\|_2$.
We can then write $T$ in the form $$ T = \pmatrix{\lambda_1 & v^*\\0&T'} $$ where $\lambda_1$ is the eigenvalue with greatest magnitude, $v$ is a vector, and $T'$ is a smaller upper-triangular matrix. Let the vector $x$ be arbitrary with $\|x\| = 1$. We can write $x$ as a block vector in the form $x^T = (x_1, (x')^T)$. We then have $$ T^*T = \pmatrix{|\lambda_1|^2 & (\lambda v)^*\\ \lambda v & vv^* + (T')^*T} $$
$$ x^*T^*Tx = \pmatrix{\overline{x_{1}}&(x')^*} \pmatrix{|\lambda_1|^2 & (\lambda v)^*\\ \lambda v & vv^* + (T')^*T} \pmatrix{x_1\\x'} = \\ |\lambda_1|^2 |x_1|^2 + 2 \text{Re}\left\{\lambda x_1 (x')^* v\right\} + (x')^* [vv^* + (T')^*T'] x' $$ And the question you have, then, is under what conditions (on $v$ and $T'$) can we guarantee that this total is bounded above by $|\lambda_1|^2$.
So, that's not a necessary and sufficient condition, but it certainly gets you closer.
In particular, we can say that if $\|T'\| \leq |\lambda_1|$ and $v = 0$, then your condition will be satisfied, which is more general than stating that $A$ is normal.