Permutation group

Dependencies:

  1. Group
  2. Subgroup
  3. /sets-and-relations/composition-of-bijections-is-a-bijection
  4. /sets-and-relations/relation-composition-is-associative

Let $X$ be a finite set.

A permutation of $X$ is a bijection from $X$ to $X$. A group where every element is a permutation of $X$ is called a permutation group. The group operator is function composition.

The set of all permutations of $X$, denoted by $S_X$, is a group and is called the symmetric group on $X$. Consequently, all permutation groups are subgroups of the symmetric group.

A cycle of length $n$, denoted as $(a_1, a_2, \ldots, a_n)$, is a permutation where $a_i$ maps to $a_{i+1}$ for all $1 \le i < n$ and $a_n$ maps to $a_1$.

A transposition is a cycle of length 2.

Proof that $S_X$ is a group

Dependency for:

  1. Product of disjoint cycles is commutative
  2. Permutation is disjoint cycle product
  3. Product of cycles and a transposition

Info:

Transitive dependencies:

  1. /sets-and-relations/relation-composition-is-associative
  2. /sets-and-relations/composition-of-bijections-is-a-bijection
  3. Group
  4. Subgroup