Matrix Analysis Horn, Johnson 1st ed. Problem: 1.2.6
If $\lambda \in \sigma(A)$ $(\lambda$ is an eigenvalue of $A)$, for $A \in \mathbb{C}^{n \times n}$, has multiplicity $1$ as a root of the characteristic polynomial $p_{A}(t) = \det(A - \lambda I)$, show that $\text{rank}(A - \lambda I) = n - 1$.
The hint suggests this route: In a previous problem we have shown that $$\frac{d}{dt}p_{A}(t) = \sum\limits_{i=1}^{n}p_{A_{i}}(t)$$ where $A$ is the matrix obtained by the deleting the $i$-th row and column of $A$. Since $\lambda$ is a single root of $p_{A}$, $p_{A}'(\lambda) \neq 0$ (correct? is there another reason this is true?). This implies that at least one of the characteristic polynomials of the principal submatricies of size $n-1$ is nonzero at $\lambda$.
I'm now to conclude that one of these principle submatrices is nonsingular. I can't see why though.