Permutations are being discussed in a way I haven't seen before. Not in the sense of permutations and combinations, although maybe they're the same and I'm not seeing it. The rule is that $$P_{ab}$$ swaps the elements a and b so for example $$P_{(12)}$$ means that 1 is swapped for 2 and 2 = 1. $$P_{(123)}$$ rotates elements so a becomes b becomes c which becomes a. So for example $$P_{(123)}$$ would mean replacing 1 with 2, 2 with 3 and 3 with 1. Because a = 1, b=2 and c=3, so after the operation a = 1 = 2, b = 2 = 3, c = 3 = 1, so 1=2, 2=3, 3=1. I have never seen this before and am being asked to combine two of these, so do $$P_{(12)}P_{(13)}$$ for example. Anyone seen this before and know how to do it?
I've encountered this in a course on group theory. Thanks for any help!