Group Axioms and First Examples
A group is the mathematical distillation of symmetry: a set of transformations that can be composed and undone. This page fixes the axioms, the basic vocabulary (order, abelian, generators), and a standard menagerie of examples that recur throughout the folder and the physics tree. It is the root of the Group Theory section; everything else builds on it.
The group axioms
A group is a set together with a binary operation satisfying:
- (G1) Closure: .
- (G2) Associativity: for all .
- (G3) Identity: there exists such that for all .
- (G4) Inverses: for every there exists such that .
Closure is often folded into the statement " is a binary operation on ". We write for and for the -fold product when no confusion arises.
If additionally for all elements, is abelian (commutative); the operation is then often written additively, , with identity and inverse .
Immediate consequences (each provable from the axioms alone):
- Uniqueness of the identity. If both satisfy (G3), then .
- Uniqueness of inverses. If both invert , then .
- Cancellation. (multiply by ); likewise on the right.
- Socks–shoes. — the inverse of a product reverses the order.
- Left-multiplication is a bijection. For fixed , the map permutes . (This is the seed of Cayley's theorem in group-actions.md.)
Order
- The order of the group is its cardinality (number of elements). A group is finite or infinite accordingly.
- The order of an element , written or , is the least with (or if no such exists). It equals the size of the cyclic subgroup that generates.
In a finite group every element has finite order, and (by Lagrange's theorem) divides .
Generators
A subset generates if every element is a finite product of elements of and their inverses; we write . A group is cyclic if it is generated by a single element, and finitely generated if can be chosen finite. The systematic study of "generators and relations" is presentations.md.
A standard menagerie
These examples are referenced throughout the folder. The right-hand column notes where each reappears.
| Group | Description | Order | Abelian? | Appears in |
|---|---|---|---|---|
| integers under | yes | cyclic groups | ||
| integers mod under | yes | cyclic-abelian | ||
| units mod under | yes | number theory | ||
| permutations of symbols | no () | permutation-groups | ||
| even permutations | no () | simple-groups | ||
| symmetries of a regular -gon | no () | products | ||
| quaternion group | no | character-theory | ||
| Klein four-group | yes | products | ||
| invertible matrices | no () | matrix-groups | ||
| unitary, | no | examples-classical |
Notes on the small cases.
- is the prototypical cyclic group; the -th roots of unity under multiplication give the same group.
- (order ) is the smallest non-abelian group; it is also the dihedral group (symmetries of an equilateral triangle).
- and are the two non-abelian groups of order ; they have the same order but are not isomorphic (their character tables are the same, but their element orders differ — has a single element of order , has several).
- and are the two groups of order , both abelian; has every non-identity element of order , has an element of order . This distinction reappears in the split/non-split extension discussion in products.md.
Group tables (Cayley tables)
For a small finite group the operation is fully specified by its Cayley table, an grid with entry in row , column . The cancellation law forces every row and every column to be a permutation of — a Latin square. Not every Latin square is a group table (associativity is an extra constraint), but the Latin-square property is a quick sanity check.
Example — under addition mod :
| 0 | 1 | 2 | |
|---|---|---|---|
| 0 | 0 | 1 | 2 |
| 1 | 1 | 2 | 0 |
| 2 | 2 | 0 | 1 |
Where this goes next
The axioms are inert until we ask about substructure and maps:
- Substructure — subgroups, cosets, and the divisibility constraint of Lagrange's theorem.
- Maps — homomorphisms and the isomorphism theorems, which say that quotients and images are two views of the same data.
- Symmetry in action — group actions, where a group finally does what it was invented for: permute a set.
References
- Dummit & Foote, Abstract Algebra, Ch. 1 — the standard first exposure.
- Artin, Algebra, Ch. 2 — a more geometric route in.
- Herstein, Topics in Algebra — terse and classic.