jbunniii
Homework Helper
- 3,488
- 257
Interesting. I don't think I've seen anyone use that notation before, but as the Wiki entry says, it's common in combinatorics and computer science.Fredrik said:This is the one that was linked to earlier: http://en.wikipedia.org/wiki/Permutation#Definition_and_usage
It says that (1 4 2 3 5 6) is an abbreviation for \begin{pmatrix}1 & 2 & 3 & 4 & 5 & 6\\ 1 & 4 & 2 & 3 & 5 & 6\end{pmatrix} So ##1\mapsto 2##, ##2\mapsto 4##, etc. (The idea is that when there's a natural way to order the elements in the first line, we only write the second line).
In abstract algebra, every textbook I know of uses either the 2-line notation or cycle notation.
In the context of this problem, I have to assume that we are using cycle notation: the problem statement asks for a permutation ##\sigma## such that ##\sigma##(1 2 3)##\sigma^{-1}## = (4 5 6). If (1 2 3) was the identity, then ##\sigma##(1 2 3)##\sigma^{-1}## would also be the identity for any ##\sigma##, so the question would make no sense. Also, I don't think (4 5 6) would be a valid permutation in the notation at your link.