[Math] Product of permutation cycles, transpositions. Are there different conventions in the order

conventiongroup-theorymath-historypermutations

From this answer I get that within each cycle you map each element to the one on the right, when taking the product of cycles the one on the right should be performed first, as a typical operator.

Then it would seem to me that

$$(x_1 x_2 x_3)=(x_1 x_3)(x_1 x_2).$$

But according to M. Hall, The Theory of Groups on page 60 of the book, it seems that

$$(x_1 x_2 x_3)=(x_1 x_2)(x_1 x_3).$$

So my question is, are there two different conventions existing for the order of cycle products? Or did someone make a typo? Or are all authors saying the same thing and did I make an interpretation error?

Best Answer

Yes, there are competing conventions for multiplication in the symmetric group.

  • Some people read left-to-right, which is consistent with the right-action and English reading order. EDIT: And, importantly, it is the convention used by GAP, Magma, and Sage.
  • Some people read right-to-left, which is consistent with the left-action and the usual function notation.

But some people reverse the function notation, as well. Reader beware…

I prefer the second one, for the same reasons that Olivia outlines. But my understanding is that the first one is particularly common in combinatorial or geometric group theory.