I am having trouble multiplying permutations in cycle notation.
(1 3 4 5) (2 3 4) = (1 3 5) (2 4)
I do not understand how this product is determined. My answer is (1 3 4) (2 5). I have come to this conclusion by switching the order to (2 3 4) (1 3 4 5) (because it is a composition) then: begin with 1. 1--> 3 next 2 --> 3 and 3 --> 4. Then 2 --> 4 and 4 --> 5.
Can anyone explain the flaw in my method?