I need help in showing that when computing the determinant the inverse of an $n \times n$ matrix with the property
$$M=M^{-1}$$
that is
$$M^2 = I$$
the determinant is either $1$ or $-1$.
I've tried showing it in a couple ways and the way I'm trying to show it has me stuck
$$K^2 = I$$
$$K^2 - I = 0$$
$$\det(K^2 - I) = 0$$
$$\det(I - I) = 0$$
I get here and I am hopelessly stuck. Could I go on to prove it this way? Is there any elementary way to prove this?
We have that $$1 = \det(I) = \det(AA^{-1}) = \det(AA) = \det(A)\det(A) = \det(A)^2.$$ So, $\det(A)^2 - 1 = 0$. This is a polynomial in $\det(A)$, what are its solutions?