01.02.01 · foundations / algebra

Group

shipped3 tiersLean: none

Anchor (Master): Lang Algebra §I; Dummit-Foote §1; Artin Algebra Ch. 2

Intuition [Beginner]

A group is a system of reversible moves. You can do one move after another, there is a do-nothing move, and every move has an undo move.

Rotations of a square are a good first picture. Rotate by a quarter-turn, then rotate by a half-turn; the result is another rotation of the square. The do-nothing rotation leaves the square in place. Every rotation can be undone by rotating back.

Groups are the algebraic language of symmetry. Later units add geometry, topology, or smooth structure, but the reversible-move idea remains the base.

Visual [Beginner]

The four rotations of a square form a group. Combining two rotations gives another rotation.

Four rotations of a square arranged as a cycle.

The arrows record repeated quarter-turns. Four quarter-turns bring the square back to where it started.

Worked example [Beginner]

Use the clock positions to describe rotations of a square by quarter-turns. Add the numbers and wrap around after .

For example, doing rotation and then rotation gives , because five quarter-turns has the same final position as one quarter-turn.

The do-nothing move is . The undo move for is , because brings the square back to .

What this tells us: a group is a closed system of reversible combinations.

Check your understanding [Beginner]

Formal definition [Intermediate+]

A group is a set with a binary operation

such that:

  1. for all .
  2. There is with for all .
  3. For every there is with .

A group is abelian if for all . A homomorphism is a function satisfying [Lang §I].

Key theorem with proof [Intermediate+]

Theorem (Kernel of a homomorphism is a subgroup). Let be a group homomorphism. Then

is a subgroup of .

Proof. The identity lies in the kernel because . If , then

Thus . The one-step subgroup criterion gives that is a subgroup.

Bridge. The construction here builds toward 03.03.01 (lie group), where the same data is upgraded, and the symmetry side is taken up in 03.03.02 (group action). The defining pattern appears again in those units in a sharpened form, where the local data is glued or quotiented. Putting these together, the foundational insight is that the data of this unit gives the structural signature that the rest of the strand reads off.

Exercises [Intermediate+]

Lean formalization [Intermediate+]

lean_status: none is recorded for this curriculum unit because the project still needs stable local names connecting elementary group theory to group actions, Lie groups, and principal bundles. Mathlib itself has mature group-theory infrastructure.

Advanced results [Master]

The kernel construction is the first instance of a general principle: algebraic structure is measured by homomorphisms and their fibers over identity data. Normal subgroups are precisely the subgroups that can occur as kernels of homomorphisms, and quotient groups are the corresponding algebraic images [Dummit-Foote §1].

Groups enter geometry through actions. A principal bundle is locally modeled on a group and has fibers on which the structure group acts freely and transitively 03.05.01. A Lie group is a group whose multiplication and inversion are smooth 03.03.01.

Synthesis. Groups abstract the algebra of reversible composition: the axioms (associativity, identity, inverses) capture the minimal structure shared by symmetry transformations, the subgroup and quotient constructions (cosets, Lagrange's theorem, the first isomorphism theorem) parallel the ideal and quotient constructions of ring theory, group actions 03.03.02 realize abstract group elements as concrete permutations of a set, and the homomorphism turns the algebraic theory of groups into the combinatorial theory of symmetries. Lie groups 03.03.01 add smooth-manifold structure to groups, producing continuous-symmetry objects whose infinitesimal versions are Lie algebras 03.04.01. The orthogonal group 03.03.03 is the group of symmetries preserving a bilinear form, connecting group theory to metric geometry. Normal subgroups and the isomorphism theorems make quotients the tool for simplifying group structure, a pattern that recurs in quotient algebras 03.01.05, covering spaces 03.12.02, and homotopy groups 03.12.01.

Full proof set [Master]

If , the quotient set carries multiplication . This is well-defined because normality gives , so changing representatives changes the product by an element of . The projection is a homomorphism with kernel .

Conversely, if , then the computation in Exercise 7 proves for every . Applying the same inclusion to gives equality, so is normal.

Connections [Master]

  • Group actions 03.03.02 add a space on which a group acts. Orthogonal groups 03.03.03 are groups preserving a bilinear form. Lie groups 03.03.01 add smooth-manifold structure to a group, and principal bundles 03.05.01 use groups as structure groups acting on fibers.

  • The spin group 03.09.03 and Virasoro algebra 03.11.03 are later symmetry objects whose definitions rely on this elementary algebraic foundation.

Historical & philosophical context [Master]

The modern group axioms arose from nineteenth-century work on permutations, equations, and geometry. Lang presents groups as the first algebraic structure because homomorphisms, kernels, and quotient constructions recur throughout algebra [Lang §I].

Artin emphasizes groups as symmetry systems, while Dummit and Foote develop the subgroup and quotient machinery used throughout later algebra [Artin Ch. 2; ref: TODO_REF Dummit-Foote §1].

Bibliography [Master]

  • Serge Lang, Algebra, §I. [Lang §I]
  • David Dummit and Richard Foote, Abstract Algebra, §1. [Dummit-Foote §1]
  • Michael Artin, Algebra, Ch. 2. [Artin Ch. 2]