Let $\lambda$ be an eigenvalue of $A$. Prove that $\lambda^{-1}$ is an eigenvalue of $A^{-1}$.
My approach:
Suppose $\lambda$ is an eigenvalue of $A$. Then $Ax=\lambda x$ for some $x\neq 0$. Since $A$ is invertible, $Ax=\lambda x \implies A^{-1}Ax=A^{-1}\lambda x$. So:
$$Ix=A^{-1}\lambda x \iff Ix-A^{-1}\lambda x=0\iff x(I-A^{-1}\lambda)=0 $$
Since $x \neq 0$ and $A$ is invertible, $\lambda^{-1}=A^{-1}$ (I'm unsure of this equality). I think this somewhat shows it, this might seem elementary but aren't $\lambda, \lambda^{-1}$ scalars? So basically, if this proof is true $\lambda\cdot\lambda^{-1}=I$ also?
Any other way to show this? Thanks