Prove that if $A$ is ANY $n\times n$ matrix, then $\det(\operatorname{adj}(A)) = (\det(A))^{n-1}$.
first of all, since I did it about 3 or 4 times before, I started off by proving the case where $A$ is an INVERTIBLE $n\times n$ matrix from $A^{-1} = \operatorname{adj}(A)/\det(A)$.
but how do I prove it when $A$ isn't invertible? I wanna do something like plug $0$ in for $\det(A)$ but how can I use $A^{-1}$ in my proof if $A$ is not invertible? do I have to just substitute $A$ for $B$ and continue using $B^{-1}$ where needed? If so why is that even allowed?