Proof that $(A*B*A^{-1}*B^{-1})$ has determinant 1. (for 2x2 matrices)

992 Views Asked by At

I want to prove the following for real invertible $2 \times 2$ matrices $A$ and $B$:

$\det(ABA^{-1}B^{-1})=1$

I tried to write it out for random numbers, and that seems to work out well. But when I tried to write it out in general, it became far too much paperwork. So I think there must be a simpler/shorter method, but I don't know what.

Thank you in advance for your comments!

2

There are 2 best solutions below

2
On BEST ANSWER

Hints: $det(XY)=\det(X) \det(Y)$, hence, if $X$ is invertible: $1=\det(X) \det(X^{-1})$.

0
On

Hint: $\det (AB) = \det(A) \det(B)$, $\det(I)=1$.