Symmetric Group & Permutations

permutation

Let Ω be any nonempty set and let SΩ be the set of all bijectsion from Ω to itself. Then SΩ is a Group under function composition . Note that is a binary operation since any σ,τ:ΩΩ then στ is also a bijection from ΩΩ. Note:

  • The identity is the permuation 1 defined by 1(a)=a for all aΩ
  • For each permutation σ there is a 2-sided inverse function σ1 such that σσ1=σ1σ=1
    Thus all Group axioms hold for (SΩ,)
symmetric group on the set Ω

The group of permutations SΩ is called the symmetric group on the set Ω.

For the special case Ω={1,2,,n} we use Sn to denote this symmetric group.

Permutation Group

Consider the Permuation Group. Any finite set X will have perumations:

permuation

A permutation of X is a bijection σ:XX. It's essentially a shuffling of the elements in X.

X={1,2,3,4,5}

Count the number of bijections σ:XX. Using principles of proofs, this is the number of injections σ:XX (since X is finite). Once we know where 1 goes we have 5 options, then for 2 we have 4 options, ... so then we have 54321=5!=120 possibilities.

There are some notational options here (which is where the old-timey modulo notation comes into play):

  1. (Functional Notation:) one permuation is: σ(1)=2,σ(2)=3,σ(3)=5,σ(4)=1,σ(5)=4. This is obviously super slow so we don't want to do this one.
  2. (Modified Functional Notation:) write it instead with : 12,23,.
  3. (Use A Table:) write where the top row maps to the bottom row:
    (1234523514)
  4. ("Cycle Notation":) write out a visual graph of what number maps to where:

We write this as:
σ=(12354)
Another example would be:
τ=(135)(24)
Creates the following:

Here τ has a 3-cycle and a 2-cycle (or a transposition). This τ is a product of disjoint cycles. Notice that since we have a cycle where n3 then the group isn't abelian with operation τ.

Permutation Arithmetic

See this video: