Problem 1
Question
Consider the following permutations \(f, g\), and \(h\) in \(S_{6}\) : $$ \begin{gathered} f=\left(\begin{array}{llllll} 1 & 2 & 3 & 4 & 5 & 6 \\ 6 & 1 & 3 & 5 & 4 & 2 \end{array}\right) \quad g=\left(\begin{array}{llllll} 1 & 2 & 3 & 4 & 5 & 6 \\ 2 & 3 & 1 & 6 & 5 & 4 \end{array}\right) \\ h=\left(\begin{array}{llllll} 1 & 2 & 3 & 4 & 5 & 6 \\ 5 & 1 & 6 & 4 & 5 & 2 \end{array}\right) \end{gathered} $$ Compute the following: \(f^{-1}=\left(\begin{array}{cccccc}1 & 2 & 3 & 4 & 5 & 6 \\ & & & & & \end{array}\right) \quad g^{-1}=\left(\begin{array}{cccccc}1 & 2 & 3 & 4 & 5 & 6 \\ & & & & & \end{array}\right)\) \(h^{-1}=\left(\begin{array}{llllll}1 & 2 & 3 & 4 & 5 & 6 \\ & & & & & \end{array}\right)\) \(f \circ g=\left(\begin{array}{cccccc}1 & 2 & 3 & 4 & 5 & 6 \\ \vdots & & & & \end{array}\right) \quad g \circ f=\left(\begin{array}{llllll}1 & 2 & 3 & 4 & 5 & 6\end{array}\right)\)
Step-by-Step Solution
VerifiedKey Concepts
Permutations
In understanding permutations, we use notation that often looks like two rows. The top row lists the original positions, and the bottom row shows where each element is mapped to after applying the permutation. For example, if we have a permutation in the symmetric group for six elements, written as:
- \( f = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \ 6 & 1 & 3 & 5 & 4 & 2 \end{pmatrix} \)
Inverse Permutations
To find the inverse permutation, swap each pair in the permutation, and then rearrange to match the natural order of the original sequence. For instance, if the original permutation is:
- \( f = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \ 6 & 1 & 3 & 5 & 4 & 2 \end{pmatrix} \)
- \( f^{-1} = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \ 2 & 6 & 3 & 5 & 4 & 1 \end{pmatrix} \)
Symmetric Group S6
Permutations are closed under composition, meaning that applying two permutations from \( S_6 \) in sequence results in another permutation from \( S_6 \). Additionally, each permutation has an inverse, also within \( S_6 \), affirming the group's structure. This gives \( S_6 \) a particularly regular structure, marking it as an example of a non-abelian group, meaning that order matters when composing two permutations.
Composition of Permutations
To compute the composition \( f \circ g \) of permutations \( f \) and \( g \), use the mapping of \( g \) first, and then apply the mapping of \( f \) to the result. For example:
- Suppose: \( f \ = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \ 6 & 1 & 3 & 5 & 4 & 2 \end{pmatrix} \)
- And: \( g \ = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \ 2 & 3 & 1 & 6 & 5 & 4 \end{pmatrix} \)
- \( f \circ g = \begin{pmatrix} 1 & 2 & 3 & 4 & 5 & 6 \ 1 & 3 & 6 & 2 & 4 & 5 \end{pmatrix} \)