Difference between revisions of "Symmetric group"

From Maths
Jump to: navigation, search
m (See also: Typo)
m (Adding example)
 
Line 8: Line 8:
 
** {{M|\sigma\tau:\eq \sigma\circ\tau}} with: {{M|\sigma\tau:\{1,\ldots,k\}\rightarrow\{1,\ldots,k\} }} by {{M|\sigma\tau:i\mapsto\sigma(\tau(i))}}
 
** {{M|\sigma\tau:\eq \sigma\circ\tau}} with: {{M|\sigma\tau:\{1,\ldots,k\}\rightarrow\{1,\ldots,k\} }} by {{M|\sigma\tau:i\mapsto\sigma(\tau(i))}}
 
*** {{Caveat|Be careful, a lot of authors (Allenby, McCoy to name 2) go left-to-right and write {{M|i\sigma}} for what we'd use {{M|\sigma(i)}} or {{M|\sigma i}} at a push for. Then {{M|\sigma\tau}} would be {{M|\tau\circ\sigma}} in our notation}}
 
*** {{Caveat|Be careful, a lot of authors (Allenby, McCoy to name 2) go left-to-right and write {{M|i\sigma}} for what we'd use {{M|\sigma(i)}} or {{M|\sigma i}} at a push for. Then {{M|\sigma\tau}} would be {{M|\tau\circ\sigma}} in our notation}}
 +
==Permutation notation==
 +
The "base" way to write a permutation, {{M|\sigma\in S_k}}, is as a table:
 +
* {{MM|1=\left(12k1kσ(1)σ(2)σ(k1)σ(k)
\right)}}
 +
The top row is an element of the domain of {{M|\sigma}} considered as a [[function]] and thing below it is the image of that element under {{M|\sigma}}
 +
 +
 +
This notation quickly becomes heavy so we switch to {{link|cycle notation|group theory}}, which we demonstrate below.
 +
 +
Note, however, that in order to use cycle notation we require the following:
 +
* [[Every element of the symmetric group, if not a cycle itself, can be expressed as a product of disjoint cycles]]
 +
===[[Example:Permutation (group theory) of S5|Example]]===
 +
{{:Example:Permutation (group theory) of S5/Body}}
 +
See [[Cycle notation (group theory)]] for more information.
 
==See also==
 
==See also==
 
* {{link|Cycle notation|(group theory)}}
 
* {{link|Cycle notation|(group theory)}}
** [[Every element of the symmetric group can be written as the product of disjoint cycles]]
+
** [[Every element of the symmetric group, if not a cycle itself, can be expressed as a product of disjoint cycles]]  
 
** {{link|Transposition|group theory}} - a {{M|2}}-cycle.
 
** {{link|Transposition|group theory}} - a {{M|2}}-cycle.
 
*** [[Every element of the symmetric group can be written as an even or odd number of transpositions, but not both]]
 
*** [[Every element of the symmetric group can be written as an even or odd number of transpositions, but not both]]

Latest revision as of 12:21, 30 November 2016

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 kN be given. The symmetric group on k symbols, denoted Sk, is the permutation group on {1,2,,k1,k}N. The set of the group is the set of all permutations on {1,2,,k1,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:ii - 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

Permutation notation

The "base" way to write a permutation, σSk, is as a table:

  • (12k1kσ(1)σ(2)σ(k1)σ(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:
    • σ:13, σ:22, σ:35, σ:41, σ:54
    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
      • Or as transpositions
        • (1 4)(1 5)(1 3)
          - recall we read right-to-left, so this is read:
          • 1333
          • 3155
          • 5514
          • 4441 - the cycle (1 3 5 4)
          • And of course 2222

See Cycle notation (group theory) for more information.

See also

References