This is what I need to prove:
You have an invertible matrix $A \in M_3(\Bbb R^3)$. Prove that $\operatorname{adj}(\operatorname{adj}(A))=\det{(A)}^{n-2}A$
The proof goes as follows:
$\operatorname{adj}(\operatorname{adj}(A))=\operatorname{adj}(\det{(A)}A^{-1})$
$= \det{(\det{(A)}A^{-1})}(\det{(A)}A^{-1})^{-1}$
$= \det{(A)}^n\det{(A^{-1})}\det{(A)}^{-1}A$
I'm having trouble going from the second to the last step (The proof isn't complete, but I understand everything except that part).
I have already proven that:
$\det{(A^{-1})} = \frac{1}{\det{A}}$
and that
$A^{-1}=(\det{A})^{-1}\operatorname{adj}(A)$
So I think I need to use one of those but I can't seem to find anything useful. Thanks in advance!