Symmetric group

From Wikipedia, the free encyclopedia

(Redirected from Infinite symmetric group)
Jump to: navigation, search

In mathematics, the symmetric group on a set X, denoted by SX or Sym(X), is the group whose underlying set is the set of all bijective functions from X to X, in which the group operation is that of composition of functions, i.e., two such functions f and g can be composed to yield a new bijective function f o g, defined by (f o g)(x) = f(g(x)) for all x in X. Using this operation, SX forms a group. The operation is also written as fg (and sometimes, although not here, as gf).

Contents

Of particular importance is the symmetric group on the finite set

X = {1,...,n},

denoted as Sn . The permutations of X form the set of bijective functions. The group Sn has order n! and is not abelian for n > 2. Similarly, the group Sn is solvable if and only if n ≤ 4. The remainder of this article will discuss Sn.

Subgroups of Sn are called permutation groups.

The rule of composition in the symmetric group, which is usual function composition with the symbol "o" usually omitted, is demonstrated below: Let

 f = (1\ 3)(4\ 5)=\begin{bmatrix} 1 & 2 & 3 & 4 & 5 \\ 3 & 2 & 1 & 5 & 4\end{bmatrix}

and

 g = (1\ 2\ 5)(3\ 4)=\begin{bmatrix} 1 & 2 & 3 & 4 & 5 \\ 2 & 5 & 4 & 3 & 1\end{bmatrix} . (See permutation for an explanation of notation).

Applying f after g maps 1 first to 2 and then 2 to itself; 2 to 5 and then to 4; 3 to 4 and then to 5, and so on. So composing f and g gives

 fg = f\circ g = (1\ 2\ 4)(3\ 5)=\begin{bmatrix} 1 & 2 &3 & 4 & 5 \\ 2 & 4 & 5 & 1 & 3\end{bmatrix} .

It is an easy exercise to show that a cycle of length L =k·m, taken to the k-th power, will decompose into k cycles of length m: For example (k=2, m=3),

 (1~2~3~4~5~6)^2 = (1~3~5) (2~4~6) ~.

A transposition is a permutation which exchanges two elements and keeps all others fixed; for example (1 3) is a transposition. Every permutation can be written as a product of transpositions; for instance, the permutation g from above can be written as g = (1 2)(2 5)(3 4). Since g can be written as a product of an odd number of transpositions, it is then called an odd permutation, whereas f is an even permutation.

The representation of a permutation as a product of transpositions is not unique; however, the number of transpositions needed to represent a given permutation is either always even or always odd.

To see this, consider the function which maps a permutation to an integer corresponding to the number of pairs (i,j), i

The product of two even permutations is even, the product of two odd permutations is even, and all other products are odd. Thus we can define the sign of a permutation:

\operatorname{sgn}(f)=\left\{\begin{matrix} +1, & \mbox{if }f\mbox { is even} \\ -1, & \mbox{if }f \mbox{ is odd}. \end{matrix}\right.

With this definition,

sgn: Sn → {+1,-1}

is a group homomorphism ({+1,-1} is a group under multiplication, where +1 is e, the neutral element). The kernel of this homomorphism, i.e. the set of all even permutations, is called the alternating group An. It is a normal subgroup of Sn and has n! / 2 elements. The group Sn is the semidirect product of An and any subgroup generated by a single transposition.

A cycle is a permutation f for which there exists an element x in {1,...,n} such that x, f(x), f2(x), ..., fk(x) = x are the only elements moved by f. The permutation h defined by

h = \begin{bmatrix} 1 & 2 & 3 & 4 & 5 \\ 4 & 2 & 1 & 3 & 5\end{bmatrix}

is a cycle, since h(1) = 4, h(4) = 3 and h(3) = 1, leaving 2 and 5 untouched. We denote such a cycle by (1 4 3). The length of this cycle is three. The order of a cycle is equal to its length. Cycles of length two are transpositions. Two cycles are disjoint if they move different elements. Disjoint cycles commute, e.g. in S6 we have (3 1 4)(2 5 6) = (2 5 6)(3 1 4). Every element of Sn can be written as a product of disjoint cycles; this representation is unique up to the order of the factors.

The conjugacy classes of Sn correspond to the cycle structures of permutations; that is, two elements of Sn are conjugate if and only if they consist of the same number of disjoint cycles of the same lengths. For instance, in S5, (1 2 3)(4 5) and (1 4 3)(2 5) are conjugate; (1 2 3)(4 5) and (1 2)(4 5) are not.

The group S3 is isomorphic to the group of reflection and rotation symmetries of an equilateral triangle, since these symmetries permute the three vertices of the triangle. Cycles of length two correspond to reflections, and cycles of length three are rotations.

For a list of elements of S4, see Cycle notation. See cube for the proper rotations of a cube, which form a group isomorphic with S4. In this case, the permuted objects are the four diagonals of the cube.

Symmetric groups are Coxeter groups and reflection groups. They can be realized as a group of reflections with respect to hyperplanes x_i=x_j, 1\leq i < j \leq n. Braid groups Bn admit symmetric groups Sn as quotient groups.

Cayley's theorem states that every group G is isomorphic to a subgroup of the symmetric group on the elements of G, as a group acts on itself faithfully by (left or right) multiplication.

Certain elements of the symmetric group are of particular interest.

The reverse permutation reverses the order of elements:

\begin{pmatrix} 1 & 2 & \cdots & n\\
n & n-1 & \cdots & 1\end{pmatrix}

This is the longest element with respect to the Bruhat order, thinking of the symmetric group as a Coxeter group generated by the adjacent transpositions.

This is an involution, and consists of \lfloor n/2 \rfloor (non-adjacent) transpositions: (1\,n)(2\,n-1)\cdots, or \sum_{k=1}^{n-1} k = \frac{n(n-1)}{2} adjacent transpositions: (n\,n-1)(n-1\,n-2)\cdots(2\,1)(n-1\,n-2)(n-2\,n-3)\cdots, so it thus has sign:

\mbox{sgn}(\rho_n) = (-1)^{\lfloor n/2 \rfloor} =(-1)^{n(n-1)/2} = \begin{cases}
+1 & n \equiv 0,1 \pmod{4}\\
-1 & n \equiv 2,3 \pmod{4}
\end{cases}

which is 4-periodic in n.

In S2n, the perfect shuffle is the permutation that splits the set into 2 piles and interleaves them. Its sign is also (-1)^{\lfloor n/2 \rfloor}.

Note that the reverse on n elements and perfect shuffle on 2n elements have the same sign; these are important to the classification of Clifford algebras, which are 8-periodic.

For more details on this topic, see Automorphisms of the symmetric and alternating groups.
n Aut(Sn) Out(Sn)
n\neq 2,6 Sn 1
n = 2 1 1
n = 6 S_6 \rtimes C_2 C2

For n \neq 2, 6, Sn is a complete group: its automorphism group is itself: it has no center or outer automorphisms.

For n = 2, the automorphism group is trivial, but S2 is not trivial (it is isomorphic to C2, which is abelian).

For n = 6, it has an outer automorphism of order 2: Out(S6) = C2, and the automorphism group is a semidirect product: \mbox{Aut}(S_6)=S_6 \rtimes C_2.

Advanced Search
Included Web Search Engines


Safe Search

close

Top Matching Results

Occasionally Search.com will highlight specialized results that are based on the context of your query. Examples of specialized results include specific links to news, images, or video.

Top Matching Results may highlight information from other Search.com pages, content from the CNET Network of sites, or third party content. The listings are based purely on relevance. Search.com does not receive payment for listings in this section but our partners that provide this data may get paid for listing these products.

Sponsored Links

This section contains paid listings which have been purchased by companies that want to have their sites appear for specific search terms and related content. These listings are administered, sorted and maintained by a third party and are not endorsed by Search.com.

Search Results

Search.com sends your search query to several search engines at one time and integrates the results into one list which has been sorted by relevance using Search.com's proprietary algorithm. You can customize the list of search engines included in your metasearch from the preferences.

The search engines that are used in your metasearch may allow companies to pay to have their Web sites included within the results. To view the Paid Inclusion policy for a specific search engine, please visit their Web site. Search.com does not accept payment or share revenue with any search engine partner for listings in this section.