The section 4.2 "Poor Conditioning" in the book Deep Learning defines the condition number of the function $f(x) = A^{-1}x$ as
\begin{align} \underset{i,j}{\max}~ \Bigg| \frac{\lambda_i}{ \lambda_j} \Bigg|. \end{align}
and explains
the ratio of the magnitude of the largest and smallest eigenvalue.
I understand the eigenvalue, the ratio and the magnitude part.
what does the operation symbol "max" refer to? Is it some kind of optimization operator?