Out of Trefethen and Bau's "Numerical Linear Algebra":
For any $\mu \in \mathbb{R}$ that is not an eigenvalue of $A$, the eigenvectors of $(A-\mu I)^{-1}$ are the same as the eigenvectors of $A$, and the corresponding eigenvalues are $\{(\lambda_j-\mu)^{-1}\}$, where $\{\lambda_j\}$ are the eigenvalues of A. This suggests an idea.
And then they go and apply power iteration to $(A-\mu I )^{-1}$ and call it inverse iteration.
Fine ... except this statement's validity isn't quite as obvious to me as it apparently should be.
Why does the quoted statment hold?
(Not sure if any of these are important, here, but you should know that as a simplification, $A$ has been declared to be real and symmetric and because "most of these ideas pertain to [the iterative process for the final convergence of an eigenvalue algorithm]", "$A$ will be not just real and symmetric, but tridiagonal" "by the time we come to applying these ideas", which "is occasionally of mathematical importance".)