It is an exercise in Peter Lax's book Linear Algebra that if all the Gershgorin disks
$$D_i := \{z\in \mathbb{C} : |a_{ii} - z| \leq \sum_{i \neq j} |a_{ij}|\}$$
are disjoint, then each disk must contain exactly one eigenvalue of the matrix $A = (a_{ij})$.
What I've tried so far: The proof of Gershgorin's theorem involves selecting the largest-modulus entry $v_i$ of an eigenvector $v$, and then showing that the corresponding eigenvalue $\lambda$ must be in $D_i$.
It would suffice if we could show that for each $i \in \{1,2,\dotsc, n\}$ there was an eigenvector $v$ such that $\max_{j}|v_j| = i$. But I'm not sure how we could show this...