0

Let $A$ and $B$ be $n \times n$ square real matrices.

Suppose $(AB)^k=I_n$ for some $k$ then $(BA)^k=I_n$

I know the result holds for $k=1$. I believe this should be easy but I cannot see it. Any ideas?

Math Lover
  • 3,602

1 Answers1

1

First, try to prove that $B$ is invertible. To do this, suppose that $B$ is not invertible, i.e. $Bx = 0$ for some non-zero vector $x$, and try to arrive at a contradiction. There might be an easier way to do this too.

Then, take the equation $(AB)^k = I_n$, i.e. $$\underbrace{ABAB\cdots ABAB}_{k \ AB\text{'s}} = I_n$$ and multiply both sides by $B$ on the left and $B^{-1}$ on the right. What do you get?

JimmyK4542
  • 54,331