I stumbled upon a question in my textbook saying to use the Cayley-Hamilton theory to deduce that if an $ n \times n $ square matrix $M$ has a non-zero determinant, $M$ is invertible.
I understand how to find the inverse using this theory, but I don't see how you can prove that the inverse exists.
Thanks for any input (:
By Cayley-Hamilton, $M$ satisfies its characteristic polynomial:
$$ M^n + a_{n - 1}M^{n - 1} + \dots + a_1M + a_0I = 0$$
where $a_0 = (-1)^n\det M$. If $\det M \ne 0$ then you can subtract $a_0I$ from both sides and divide by $a_0$ to get
$$I = -a_0^{-1}M\left( M^{n-1} + a_{n - 1}M^{n - 2} + \dots + a_1 \right).$$
Thus
$$M^{-1} = -a_0^{-1}\left( M^{n-1} + a_{n - 1}M^{n - 2} + \dots + a_1 \right).$$