Corrolary 8.1.31. Let $A = [a_{ij}] \in M_n$ be nonnegative. If $A$ has a positive eigenvector, then $$ \rho(A) = \max_{x > 0} \min_{1 \leq i \leq n} \frac 1{x_i} \sum_{j=1}^n a_{ij}x_j = \min_{x > 0} \max_{1 \leq i \leq n} \frac 1{x_i} \sum_{j=1}^n a_{ij} x_j. $$
Can someone please help me read this notationally?
What does the "$\max_{x>0}$" mean?
In this context, $x > 0$ means that the vector $x \in \Bbb C^n$ is such that each of its entries is greater than $0$. That is, $x = (x_1,\dots,x_n)$ with $x_j > 0$ for $j = 1,\dots,n$.
With that established, we can rewrite $$ \max_{x > 0}\min_{1 \leq i \leq n} \frac 1{x_i} \sum_{j=1}^n a_{ij}x_j = \max \left\{ \min\left\{\frac 1{x_i} \sum_{j=1}^n a_{ij}x_j : 1 \leq i \leq n \right\}:x = (x_1,\dots,x_n) > 0\right\}, $$ where $\max(S)$ denotes the maximum element of a set $S$.