Groups and Subgroups

Groups and Subgroups

Introduction

The concept of a group is central to abstract algebra. Its power lies in its simplicity and ubiquity; a vast array of mathematical and physical systems can be modeled by groups.

Formal Definition of a Group

A group is an ordered pair (G,), where G is a non-empty set and is a binary operation on G, satisfying the following four axioms:

Group Axioms

  1. Closure: For all a,bG, the result of the operation, ab, is also in G
  2. Associativity: For all a,b,cG, the equation (ab)c=a(bc) holds
  3. Identity Element: There exists a unique element eG, called the identity element, such that for every element aG, the equation ea=ae=a holds
  4. Inverse Element: For each element aG, there exists an element bG, denoted a1, called the inverse of a, such that aa1=a1a=e

Additional Properties

Motivation: Symmetry

The group axioms are not an arbitrary collection of rules; rather, they are a precise formalization of the essential properties common to all systems of symmetry transformations.

Consider the set of symmetries of a geometric object:

Thus, the set of symmetries of any object forms a group, known as its symmetry group. This insight frames group theory as the abstract study of symmetry itself.

Subgroups

Within a group, there often exist smaller groups.

Definition

A subgroup H of a group G is a non-empty subset of G that itself forms a group under the binary operation of G. This is denoted by HG.

Subgroup Tests

To verify that a non-empty subset HG is a subgroup, one can use the following tests:

Two-Step Test

H is a subgroup if and only if:

  1. It is closed under the group operation (for all a,bH, abH)
  2. It is closed under inverses (for all aH, a1H)

One-Step Test

H is a subgroup if and only if for all a,bH, the element ab1 is also in H

Finite Subgroup Test

If H is a finite, non-empty subset of G, it is a subgroup if and only if it is closed under the group operation.

Key Examples

Example 1: Dihedral Groups (Dn)

The dihedral groups are among the simplest and most important examples of finite, non-abelian groups. They are the symmetry groups of regular polygons.

Geometric Definition

The dihedral group Dn is the group of symmetries of a regular n-gon. For n3, this group consists of:

The order of Dn is 2n.

Algebraic Presentation

The structure of Dn can be captured by two generators: a rotation r and a reflection s. The group is defined by the relations these generators satisfy:

Dn=r,srn=s2=e, and srs1=r1

The relation srs1=r1 (or equivalently, sr=r1s) algebraically encodes the geometric fact that reflecting a rotation is equivalent to rotating in the opposite direction.

Example: The Group D4

The group D4 represents the symmetries of a square and has order 2×4=8. Its elements are:

Four rotations: {e,r,r2,r3}, corresponding to rotations by 0°,90°,180°,270° counterclockwise

Four reflections: {s,sr,sr2,sr3}, corresponding to reflections across the horizontal, main diagonal, vertical, and anti-diagonal axes, respectively

The group operation is function composition, which is not commutative. For example, a rotation by 90° followed by a horizontal flip (sr) is not the same as a horizontal flip followed by a 90° rotation (rs).

Example 2: Permutation Groups (Sn)

Permutation groups are not just another class of examples; they are central to the entire theory of finite groups.

Definition

Notation

Permutations are commonly written in cycle notation. A cycle (a1,a2,,ak) represents the permutation that sends a1a2, a2a3, ..., aka1, and fixes all other elements.

Any permutation can be written as a product of disjoint cycles. For example, the permutation in S5 that sends 12, 25, 51, 34, and 43 is written as (1,2,5)(3,4).

Cayley's Theorem

Theorem: Every group is isomorphic to a subgroup of some symmetric group.

This theorem has profound implications. It establishes that every abstract group, no matter how it is defined (geometrically, through generators and relations, etc.), can be concretely realized as a group of permutations. This means that the study of permutation groups is, in a deep sense, the study of all groups.

Examples of Subgroups

Example 1: Subgroups of (Z,+)

Example 2: Subgroups of D4

Example 3: Subgroups of S3

Summary

Groups provide a unified framework for studying symmetry and algebraic structure. The concept of subgroups allows us to understand the internal structure of groups, while examples like dihedral and symmetric groups give concrete realizations of abstract group theory. Cayley's theorem shows that permutation groups are fundamental to understanding all finite groups.