Powers of a permutation matrix.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
Dafe
Messages
144
Reaction score
0

Homework Statement



If you take powers of a permutation matrix,
why is some [tex]P^k[/tex] eventually equal to [tex]I[/tex]?

Homework Equations



-

The Attempt at a Solution



From the solutions manual of the book:

There are n! permutation matrices of order n.

Eventually, two powers of [tex]P[/tex] must be the same:
[tex]P^r = P^s[/tex]

Miltiply [tex](P^-1)^s[/tex] to find [tex]P^{r-s}[/tex].

Certainly [tex]r-s \leq n![/tex]

I do not quite see how this answers the question.
I understand that there are n! permutation matrices.

That two powers of P must be the same is also understandable, since taking powers of P just rearranges the rows. Since there are a finite number of ways to rearrange the rows, two powers will eventually be the same.

The two other points, I do not understand.

Would someone be so kind to explain this to me in some detail?

Thanks
 
Physics news on Phys.org
Dafe said:
Eventually, two powers of [tex]P[/tex] must be the same:
[tex]P^r = P^s[/tex]

Miltiply [tex](P^{-1})^s[/tex] to find [tex]P^{r-s}[/tex].
You are missing two key things here. Eventually two different powers of [itex]P[/itex] must be the same:

[tex]P^r = P^s\quad, r \ne s[/tex]

You can assume that [itex]r>s[/itex]. The other thing you are missing is that you need to multiply both sides of the equality by the inverse of [itex]P^s[/itex].

See if you can take it from here.
 
Hi D H,

Is this what you are leading me towards:
[tex]P^r(P^s)^{-1} = P^s(P^s)^{-1}[/tex]

[tex]P^{(r-s)} = P^0[/tex]

[tex]P^{(r-s)} = I[/tex]

Thank you.