I'm trying to understand the concept of permutations being decomposed into transpositions in group theory. In Pinter's Book of Abstract Algebra pg. 83, he says
$(12345) = (54)(53)(52)(51)$
I just can't make any sense of this. The permutation $(12345)$ is the identity, right? So if I apply those transpositions to $(12345)$ starting from the right, I should end up with $(12345)$ again, correct?
When I write out each permutation in full, I get
$(52341)\\ (15342)\\ (12543)\\ (12354)$
But when I trace what happens to each of the numbers 1, 2, 3, 4 and 5, I end up with $(23451)$. For instance, 1 goes to 5, then 2, then 2, then 2. And 2 goes to 2, then 5, then 3, then 3. And so on.
He provides a number of other decompositions, and I get the same end result from all of them.
What am I doing wrong?
No, the permutation (1 2 3 4 5) is not the identity. It is the cyclic permutation that sends: 1 to 2, 2 to 3, 3 to 4, 4 to 5, 5 to 1.
To simplify the explanation of decomposing into transpositions, let's instead use a simpler cyclic permutation: (1 2 3). It sends 1 to 2, 2 to 3, and 3 to 1.
Now consider the product of transpositions: (1 3) (2 3). It sends:
*) 1 to 3 to 2; i.e., ultimately, 1 to 2;
*) 3 to 1;
*) 2 to 3.
I.e., it has the same ultimate effect as permutation (1 2 3).
You will get a clear exposition to groups and, in particular, to permutations, from Part 1 of Abel's theorem in problems and solutions.