Let matrix A be real, square and nonsingular. If $\det (A^2 - 2A + I) = 0$, then 2 is an eigenvalue of matrix $(A + A^{-1})$.
Solution: Cayley-Hamilton theorem claims that $p(A) = 0$, where $p(\cdot)$ is characteristic polynomial. Hence, we can replace A with $\lambda$ and after solving quadratic equation find that $\lambda = 1$.
Next, I'm aware of the property that $A^{-1}$ has $\lambda^{-1}$, i.e. 1 is also an eigenvalue of $A^{-1}$.
My question is: what to do now? Simply, to sum $1+1=2$, but I don't see why eigenvalue of sum of matrices should be the sum of their eigenvalues. Could you help me figure it out?
Alternative Solution
$\det(A^2 - 2A + I) = 0 \Rightarrow\\ \det(A^{-1})\det(A^2 - 2A + I) = 0 \Rightarrow\\ \det(A - 2I + A^{-1}) = \det((A + A^{-1}) - 2I) = 0$
$\therefore$ $2$ is an eigenvalue of $A + A^{-1}$.