I am trying to show that
$| \lambda_n(A) - \lambda_n(B)| \leq \lVert{\mathbf{A} - \mathbf{B}} \rVert_F $
where $A, B \in \mathbb{R}_{sym}^{nxn}$ and $\lambda_n(A)$ denotes the largest eigenvalue of $A$.
The largest eigenvalue for $A$ is defined as $\max_{v \in \mathbb{R}^n, \lVert v \rVert_2 = 1} v^TAv$, and for B, is similar.
I know this is related to Weyl's Inequality in some sense but cannot construct proof to show this.
https://math.stackexchange.com/questions/9302/norm-of-a-symmetric-matrix https://math.stackexchange.com/questions/252819/why-is-frobenius-norm-of-a-matrix-greater-than-or-equal-to-the-2-norm
– Ryan Howe Dec 09 '20 at 17:42