logo

Symmetry groups in Abstract Algebra 📂Abstract Algebra

Symmetry groups in Abstract Algebra

Definition 1

A permutation is a bijection ϕ:AA\phi : A \to A for a set AA. SAS_{A} is the set of all permutations of AA, which forms a group <SA,>\left< S_{A} , \circ \right> with respect to function composition \circ, and is called the symmetric group.

Explanation

The fact that symmetric groups indeed satisfy the conditions of a group can be easily ascertained, given that a permutation is defined as a bijection. The main interest lies in when AA is a finite set, namely when it is A=n|A| = n, which is commonly denoted as SA=SnS_{A} = S_{n}.

Symmetry of a Triangle

The concept of permutation is not essentially different from what is learned in high school. Consider A={1,2,3}A = \left\{ 1,2,3 \right\}. Since the number of elements is 33, the order of the symmetric group S3S_{3} is 3!=63! = 6. Since it is not a large number, let’s list them all. The representation is similar to a matrix, where the element in row 11 is mapped to the element in row 22. ρ0=[123123]ρ1=[123231]ρ2=[123312]μ1=[123132]μ2=[123321]μ3=[123213] \rho_{0} = \begin{bmatrix} 1 & 2 & 3 \\ 1 & 2 & 3 \end{bmatrix} \qquad \rho_{1} = \begin{bmatrix} 1 & 2 & 3 \\ 2 & 3 & 1 \end{bmatrix} \qquad \rho_{2} = \begin{bmatrix} 1 & 2 & 3 \\ 3 & 1 & 2 \end{bmatrix} \\ \mu_{1} = \begin{bmatrix} 1 & 2 & 3 \\ 1 & 3 & 2 \end{bmatrix} \qquad \mu_{2} = \begin{bmatrix} 1 & 2 & 3 \\ 3 & 2 & 1 \end{bmatrix} \qquad \mu_{3} = \begin{bmatrix} 1 & 2 & 3 \\ 2 & 1 & 3 \end{bmatrix}

Represented graphically, it appears as follows:

  • ρk\rho_{k} is rotating the triangle in a counterclockwise direction by 2kπn\displaystyle {{2 k \pi} \over {n}} with respect to A=n|A| = n. Here, ρ0\rho_{0} represents a rotation that has no effect on the shape, serving as the identity element in the symmetric group. The reason for using ρ\rho is that it stems from Rotation. 20180204\_125857.png
  • μk\mu_{k} is swapping the two points while fixing kk, or it could be described as flipping over a symmetry line that bisects 11, just like a mirror image. The reason for using μ\mu is that it originates from Mirror Image. 20180204\_125905.png

Not Commutative

Concerning n3n \ge 3, SnS_{n} is not a commutative group.

One interesting property of a symmetric group is that it is not a commutative group.

20180204\_134311.png

The table above shows all the operations in S3S_{3}, for example, ρ1μ1=μ3\rho_{1} \circ \mu_{1} = \mu_{3} while μ1ρ1=μ2\mu_{1} \circ \rho_{1} = \mu_{2}. Thus, ρ1μ1μ1ρ1 \rho_{1} \circ \mu_{1} \ne \mu_{1} \circ \rho_{1} hence, S3S_{3} is not a commutative group. A true proof is sufficient by showing through mathematical induction that all SnS_{n} have such exceptions.


  1. Fraleigh. (2003). A first course in abstract algebra(7th Edition): p76~79. ↩︎