6

Matrix Question

If $A^2 = I$, $B^2=I$ and $(AB)^2=I$, then $AB = BA$

Basically, got up to $A(BA-AB)B = 0$ (by cancelling and equating terms from $I^2 = I$ and to $A^2B^2 = A^2B^2$ and using distributive laws), but that doesn't work out too well!

Thanks for help in advance!

user73229
  • 333
  • 3
  • 10

6 Answers6

13

$$ \begin{align} \color{#C00000}{BA} &=AA(\color{#C00000}{BA})BB\\ &=\color{#00A000}{A}(ABAB)\color{#00A000}{B}\\ &=\color{#00A000}{AB} \end{align} $$

robjohn
  • 345,667
2

Multiplying $A(BA-AB)B$ on the left by $A$ and the right by $B$ gives $$AB-BA=A^2(BA-AB)B^2=A0B=0$$ as desired.

Alex Becker
  • 60,569
1

We know $AA = I, BB= I, ABAB = I$. Thus $A^{-1} = A, B^{-1} = B$. Now $$ABAB = I \\ AB = IB^{-1}A^{1} = BA$$

Stefan
  • 3,451
1

Hint: Is $BA$ the inverse of $AB$. How to check that?

Bunder
  • 2,423
0

$$BA=BAI=BA(ABAB)=B(AA)BAB=BIBAB=(BB)AB=IAB=AB$$

Nikolaj-K
  • 12,249
0

$A,B$ belong to the group $GL_n(F),~(F$ being the field over which $A,B$ are defined$).$ So you may apply cancellation on $(AB)^2=A^2B^2.$

Sugata Adhya
  • 3,979