Groupprops, The Group Properties Wiki (pre-alpha)
Visit the subject wikis reference guide for links to more subject wikis.

Symmetric group:S3

From Groupprops

Jump to: navigation, search

Contents

This article is about a basic definition in group theory.The article text may, however, contain advanced material.
VIEW: Definitions built on this |
VIEW RELATED: [SHOW MORE]
This article is about a particular group, viz a group unique upto isomorphism[SHOW MORE]

Definition

Verbal definitions

The symmetric group S3 can be defined in the following equivalent ways:

[SHOW MORE]

Multiplication table

We portray elements as permutations on the set {1,2,3} using the cycle decomposition. The row element is multiplied on the left and the column element on the right, with the assumption of functions written on the left. With the opposite assumption, the row element is multiplied on the right and the column element on the left:


Element () (1,2) (2,3) (3,1) (1,2,3) (1,3,2)
() () (1,2) (2,3) (3,1) (1,2,3) (1,3,2)
(1,2) (1,2) () (1,2,3) (1,3,2) (2,3) (1,3)
(2,3) (2,3) (1,3,2) () (1,2,3) (1,3) (1,2)
(3,1) (3,1) (1,2,3) (1,3,2) () (1,2) (2,3)
(1,2,3) (1,2,3) (1,3) (1,2) (2,3) (1,3,2) ()
(1,3,2) (1,3,2) (2,3) (1,3) (1,2) () (1,2,3)


Families

The symmetric group on three elements is part of some important families:

[SHOW MORE]

Elements

Further information: Element structure of symmetric group:S3

Up to conjugacy

As for any symmetric group, cycle type determines conjugacy class. The cycle types, in turn, are parametrized by the unordered integer partitions of 3. The conjugacy classes are described below.

Partition Verbal description of cycle type Elements with the cycle type Size of conjugacy class Formula calculating size Even or odd?
1 + 1 + 1 three fixed points () -- the identity element 1 \! \frac{3!}{(1)^3(3!)} even
2 + 1 transposition: one 2-cycle, one fixed point (1,2), (1,3), (2,3) 3 \! \frac{3!}{(2)(1)} odd
3 one 3-cycle (1,2,3), (1,3,2) 2 \! \frac{3!}{3} even

This group is one of three finite groups with the property that any two elements of the same order are conjugate. The other two are the cyclic group of order two and the trivial group.

Up to automorphism

The classification of elements upto automorphism is the same as that upto conjugation; this is because the symmetric group on three elements is a complete group: a centerless group where every automorphism is inner.

Arithmetic functions

Single-valued functions

Function Value Explanation
order 6 3! = 6.
exponent 6 Elements of order 2 and 3.
derived length 2 Cyclic subgroup of order three is abelian, has abelian quotient.
minimum size of generating set 2 (1,2),(1,2,3)
subgroup rank 2 All proper subgroups are cyclic.
max-length 2 Subgroup series going through subgroup of order two or three.
number of subgroups 6 See subgroup structure of symmetric group:S3
number of conjugacy classes 3
number of conjugacy classes of subgroups 4

Lists of numerical invariants

List Value Explanation/comment
conjugacy class sizes 1,2,3 See cycle type determines conjugacy class, element structure of symmetric group:S3, element structure of symmetric groups
order statistics 1 \mapsto 1, 2 \mapsto 3, 3 \mapsto 2
degrees of irreducible representations 1,1,2 See linear representation theory of symmetric group:S3, linear representation theory of symmetric groups
orders of subgroups 1,2,2,2,3 See subgroup structure of symmetric group:S3

Group properties

Important properties

Property Satisfied Explanation Comment
Abelian group No (1,2) and (2,3) don't commute Smallest non-abelian group
Nilpotent group No Centerless: The center is trivial Smallest non-nilpotent group
Metacyclic group Yes Cyclic normal subgroup of order three, cyclic quotient of order two
Supersolvable group Yes Metacyclic implies supersolvable
Solvable group Yes Metacyclic implies solvable
[SHOW MORE]

Subgroups

Lattice of subgroups of the symmetric group on three letters

Further information: Subgroup structure of symmetric group:S3

There are six subgroups:

  1. The identity element is the trivial subgroup (1)
  2. There are three 2-element subgroups, generated by the transpositions. These are all conjugate subgroups, and each is isomorphic to the cyclic group of order two (3)
  3. There is one 3-element subgroup, generated by a 3-cycle. This is a characteristic subgroup, and is isomorphic to the cyclic group of order three. This is, concretely, the alternating group on three letters (i.e., the group of even permutations on three letters). (1)
  4. The whole group (1)

Normal subgroups

There are three normal subgroups: the trivial subgroup (type (1)), the three-element subgroup (type (3)), and the whole group (type (4)). It turns out that these are also the same as the characteristic subgroups and the same as the fully characteristic subgroups.

Sylow subgroups

The Sylow subgroups in this group enjoy two special properties:

Further information: Subgroup structure of symmetric group:S3

Subgroup-defining functions

Subgroup-defining function Subgroup type in list Isomorphism class Comment
Center (1) Trivial group The group is centerless
Commutator subgroup (3) Cyclic group of order three
Frattini subgroup (1) Trivial group The 3-Sylow and 2-Sylow are maximal and intersect trivially
Socle (3) Cyclic group of order three This subgroup is the unique minimal normal subgroup, i.e.,the monolith, and the group is monolithic.

Quotient-defining functions

Quotient-defining function Isomorphism class Comment
Inner automorphism group Symmetric group:S3 It is the quotient by the center, which is trivial.
Abelianization Cyclic group of order two It is the quotient by the commutator subgroup, which is cyclic of order three.

Distinguishing features

Smallest of its kind

Other associated constructs

Associated construct Isomorphism class Comment
automorphism group symmetric group:S3 the group is a complete group, hence is isomorphic to its automorphism group. See also symmetric groups are complete
extended automorphism group direct product of S3 and Z2
quasiautomorphism group direct product of S3 and Z2
outer automorphism group trivial group the group is a complete group, hence its outer automorphism group is trivial.
1-automorphism group direct product of S3 and Z2
holomorph direct product of S3 and S3

GAP implementation

Group ID

This finite group has order 6 and has ID 1 among the group of order 6 in GAP's SmallGroup library. It can thus be defined using GAP's SmallGroup function as:

SmallGroup(6,1)

For instance, we can use the following assignment in GAP to create the group and name it G:

gap> G := SmallGroup(6,1);

Conversely, to check whether a given group G is in fact the group we want, we can use GAP's IdGroup function:

IdGroup(G) = [6,1]

or just do:

IdGroup(G)

to have GAP output the group ID, that we can then compare to what we want.


Other descriptions

Other descriptions include the use of SymmetricGroup:

SymmetricGroup(3)

Or, the use of DihedralGroup:

DihedralGroup(6)

Facts about Symmetric group:S3RDF feed
AbelianizationCyclic group:Z2  +
Arithmetic function value? (?)  +, ? (?)  +, ? (?)  +, ? (?)  +, ? (?)  +, ? (?)  +, ? (?)  +, ? (?)  +, and ? (?)  +
Associated construct value? (?)  +, ? (?)  +, ? (?)  +, ? (?)  +, ? (?)  +, and ? (?)  +
CenterTrivial group  +
Commutator subgroupCyclic group:Z3  +
Dissatisfies propertyAbelian group  +, and Nilpotent group  +
Frattini subgroupTrivial group  +
GAP ID? (?)  +
Inner automorphism groupSymmetric group:S3  +
Member of familySpecial linear group  +, Special linear group of degree two  +, Field:F2  +, Projective special linear group  +, Projective special linear group of degree two  +, General linear group over a field  +, General linear group of degree two  +, Projective general linear group  +, Projective general linear group of degree two  +, General affine group  +, Von Dyck group  +, Coxeter group  +, Symmetric group  +, Symmetric group on finite set  +, Symmetric group of prime degree  +, Symmetric group of prime power degree  +, and Dihedral group  +
Page classTerm  +
Satisfies propertyT-group  +, Monolithic group  +, One-headed group  +, Composition series-unique group  +, SC-group  +, Rational-representation group  +, Rational group  +, Ambivalent group  +, Complete group  +, Frobenius group  +, Camina group  +, Metacyclic group  +, Supersolvable group  +, Solvable group  +, and Finite group  +
SocleCyclic group:Z3  +
Personal tools
Namespaces
Variants
Actions
Navigation
lookup
Credits
Toolbox
request/feedback
subject wikis