Symmetric group
From Maths
Stub grade: A*
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Demote to grade D once fleshed out and referenced
- Note: the symmetric group is a permutation group on finitely many symbols, see permutation group (which uses the same notation) for the more general case.
Definition
Let k∈N be given. The symmetric group on k symbols, denoted Sk, is the permutation group on {1,2,…,k−1,k}⊂N. The set of the group is the set of all permutations on {1,2,…,k−1,k}. See proof that the symmetric group is actually a group for details.
- Identity element: e:{1,…,k}→{1,…,k} which acts as so: e:i↦i - this is the identity permutation, it does nothing.
- The group operation is ordinary function composition, for σ,τ∈Sk we define:
- στ:=σ∘τ with: στ:{1,…,k}→{1,…,k} by στ:i↦σ(τ(i))
- Caveat:Be careful, a lot of authors (Allenby, McCoy to name 2) go left-to-right and write iσ for what we'd use σ(i) or σi at a push for. Then στ would be τ∘σ in our notation
- στ:=σ∘τ with: στ:{1,…,k}→{1,…,k} by στ:i↦σ(τ(i))
Permutation notation
The "base" way to write a permutation, σ∈Sk, is as a table:
- (12⋯k−1kσ(1)σ(2)⋯σ(k−1)σ(k))
The top row is an element of the domain of σ considered as a function and thing below it is the image of that element under σ
This notation quickly becomes heavy so we switch to cycle notation, which we demonstrate below.
Note, however, that in order to use cycle notation we require the following:
Example
Let us consider S5 as an example.
- Let σ∈S5 be the permutation given as follows:
- σ:1↦3, σ:2↦2, σ:3↦5, σ:4↦1, σ:5↦4
- This can be written more neatly as:
- (1234532514), the thing in the top row is sent to the thing below it.
- This can be written as the product of disjoint cycles too:
- (1 3 5 4)or (1 3 5 4)(2) if you do not take the "implicit identity" part. That is any element not in a cycle stays the same
- (1 3 5 4)
- Or as transpositions
- (1 4)(1 5)(1 3)- recall we read right-to-left, so this is read:
- 1↦3↦3↦3
- 3↦1↦5↦5
- 5↦5↦1↦4
- 4↦4↦4↦1 - the cycle (1 3 5 4)
- And of course 2↦2↦2↦2
- (1 4)(1 5)(1 3)
- This can be written as the product of disjoint cycles too:
See Cycle notation (group theory) for more information.
See also
References
|