Concept Algebra ✓ Live

Group

A group is a set equipped with a binary operation satisfying four axioms: closure, associativity, identity, and invertibility. Groups are the fundamental objects of abstract algebra — they appear wherever symmetry or transformation is present, from the rotation of a cube to the particles of the Standard Model.

What is a group?

Imagine the six ways you can rotate an equilateral triangle and still have it look the same — rotate by 0°, 120°, or 240°. Notice: doing two rotations in a row still gives a valid rotation. There's a "do nothing" rotation. And every rotation can be undone. This collection of rotations, together with the rule for combining them, is a group.

A group is a set of things — numbers, rotations, permutations, symmetries — combined with an operation that obeys four rules:

  1. Closure: combining any two elements gives another element in the set
  2. Associativity: the order of bracketing doesn't matter — (a★b)★c = a★(b★c)
  3. Identity: there is an element that leaves everything unchanged
  4. Inverses: every element can be undone
🔢 Everyday examples: The integers under addition form a group (identity = 0, inverse of 3 is −3). The rotations of any shape form a group. The symmetries of a molecule determine its chemistry.

Why does it matter?

Groups are the mathematical language of symmetry — and symmetry appears everywhere: in physics, chemistry, music, and art. The concept was introduced by Évariste Galois around 1830, in work he wrote the night before being killed in a duel at age 20. He used groups to solve — after centuries of searching — why there is no formula for the roots of a general degree-5 polynomial.

Formal definition and examples

Definition

A group is an ordered pair (G, ★) where G is a set and ★ is a binary operation on G satisfying:

  1. Associativity: (a★b)★c = a★(b★c) for all a, b, c ∈ G
  2. Identity: ∃e ∈ G such that e★a = a★e = a for all a ∈ G
  3. Inverses: for each a ∈ G, ∃a⁻¹ such that a★a⁻¹ = a⁻¹★a = e

If additionally a★b = b★a for all a, b, the group is abelian (commutative), named after Niels Henrik Abel.

Key examples

GroupSetOperationIdentityAbelian?
Integers+0Yes
ℚ*, ℝ*, ℂ*Nonzero numbers×1Yes
ℤ/nℤIntegers mod n+0Yes
SₙPermutations of nCompositionIdentityn ≤ 2 only
GL(n,ℝ)Invertible n×n matricesMult.In ≥ 2: No

Lagrange's Theorem

If G is a finite group and H ≤ G is a subgroup, then |H| divides |G|. A group of prime order p has no proper subgroups — every non-identity element generates the whole group.

Galois Theory

Galois associated to each polynomial a group of symmetries of its roots. A polynomial is solvable by radicals (has a formula like the quadratic formula) if and only if its Galois group is solvable. Since the symmetric group S₅ is not solvable, the general degree-5 polynomial has no radical formula.

Classification, structure theorems, and history

Historical development

Lagrange (1771) observed permutation constraints on polynomial roots. Ruffini (1799) and Abel (1824) independently proved quintic insolubility. Galois (1830–32) introduced the term "group" and connecting group structure to solvability. The abstract axiomatic definition emerged in the 1880s–90s (Cayley, Dyck, Weber).

The First Isomorphism Theorem

If φ : G → H is a group homomorphism, then G / ker(φ) ≅ im(φ). Combined with the Second and Third Isomorphism Theorems, this is the toolkit for analysing group structure.

Classification of Finite Simple Groups (CFSG)

Every finite simple group belongs to one of: cyclic groups ℤ/pℤ, alternating groups Aₙ (n ≥ 5), 16 infinite families of Lie type, or 26 sporadic groups. Proof completed 2004 — tens of thousands of pages. The largest sporadic group — the Monster group — has order ~8 × 10⁵³, connected to modular forms and string theory (Monstrous Moonshine, Borcherds, Fields Medal 1998).

Groups in physics

Noether's theorem (1915): every continuous symmetry of a physical system corresponds to a conserved quantity. Rotational symmetry → angular momentum conservation. The Standard Model gauge group is U(1) × SU(2) × SU(3).

📖 Undecidability: The word problem — deciding if two words in group generators represent the same element — is undecidable in general (Novikov, 1955).

📚 Sources

Tier 1 Dummit, D.S. and Foote, R.M. (2004). Abstract Algebra. 3rd ed. John Wiley & Sons. — Chapters 1–6.
Tier 1 Lang, S. (2002). Algebra. Revised 3rd ed. Springer (GTM 211).
Tier 2 Rotman, J.J. (1995). An Introduction to the Theory of Groups. 4th ed. Springer.
Tier 3 Stewart, I. (2015). Galois Theory. 4th ed. CRC Press.

🔗 Related entries

Generalised by Ring — a ring's additive structure is an abelian group
Generalised by Field — both (F,+) and (F*,·) are abelian groups
Applied in Galois Theory
Key person Évariste Galois (1811–1832) — introduced "group," Galois theory
Key person Emmy Noether (1882–1935) — abstract algebra, Noether's theorem
Entry v1.1 · Added 2026-05-27 · Algebra · Concept JSON Markdown Status