ConceptComplete

Groups and Subgroups - Core Definitions

A group is one of the most fundamental structures in abstract algebra, providing a framework for studying symmetry and transformations.

DefinitionGroup

A group is a set GG together with a binary operation :G×GG\cdot : G \times G \to G satisfying:

  1. Associativity: (ab)c=a(bc)(a \cdot b) \cdot c = a \cdot (b \cdot c) for all a,b,cGa, b, c \in G
  2. Identity: There exists eGe \in G such that ea=ae=ae \cdot a = a \cdot e = a for all aGa \in G
  3. Inverses: For each aGa \in G, there exists a1Ga^{-1} \in G such that aa1=a1a=ea \cdot a^{-1} = a^{-1} \cdot a = e

If additionally ab=baa \cdot b = b \cdot a for all a,bGa, b \in G, the group is called abelian or commutative.

ExampleClassical Examples of Groups
  • Integers under addition (Z,+)(\mathbb{Z}, +): The identity is 0, and the inverse of nn is n-n
  • Non-zero rationals under multiplication (Q,)(\mathbb{Q}^*, \cdot): The identity is 1, and the inverse of qq is 1/q1/q
  • Symmetric group SnS_n: All permutations of nn elements under composition
  • General linear group GLn(R)GL_n(\mathbb{R}): All invertible n×nn \times n matrices under multiplication
DefinitionSubgroup

A subset HGH \subseteq G is a subgroup of GG (written HGH \leq G) if:

  1. The identity eHe \in H
  2. HH is closed under the group operation: if a,bHa, b \in H, then abHa \cdot b \in H
  3. HH is closed under inverses: if aHa \in H, then a1Ha^{-1} \in H

Equivalently, HGH \leq G if and only if HH is non-empty and for all a,bHa, b \in H, we have ab1Ha \cdot b^{-1} \in H.

The subgroup criterion provides an efficient test for verifying subgroup structure. Every group GG has at least two subgroups: the trivial subgroup {e}\{e\} and GG itself. Subgroups that are neither trivial nor the whole group are called proper subgroups.

Remark

The subgroup structure of a group reveals much about its internal symmetry. For finite groups, Lagrange's theorem constrains possible subgroup orders, establishing that the order of any subgroup must divide the order of the group.

Understanding groups begins with recognizing patterns in concrete examples like symmetries of geometric objects, number systems, and matrix groups. The abstraction to axiomatic group theory allows these diverse phenomena to be studied uniformly.