Groups and Symmetry/Group Axioms and First Examples

Lesson 2.11,449 words

Group Axioms and First Examples

A group is a set with one associative operation that has an identity and inverses. We state the axioms, prove that the identity, inverses, and cancellation behave as expected, define the order of a group and of an element, and catalogue the running examples: the integers, the additive group of residues mod n, and the multiplicative group of units mod n.

╌╌╌╌

Arithmetic on the integers, the symmetries of a triangle, and the invertible matrices over a field have elements of entirely different kinds, yet they share a common shape: one operation that combines two elements into a third, an element that changes nothing, and for every element something that undoes it. Group theory studies that shape in isolation. Reducing the axioms to those few facts lets one theorem about groups apply at once to number systems, geometric symmetry, and permutations.

Binary operations

A group's operation is a rule for combining two elements of a set into one.

Two conditions are hidden in the phrase function . The operation must be defined for every ordered pair, and its output must land back inside . The second condition is closure; many candidate operations fail it.1

  • Ordinary and are commutative binary operations on .
  • Subtraction is a binary operation on (noncommutative), but not on : for with , , so fails to map into .
  • The cross product on is a binary operation that is neither associative nor commutative.

When and for all , the subset is closed under . Associativity and commutativity are inherited for free: if is associative on and restricts to a binary operation on , it is automatically associative on .

The group axioms

Axiom (G2) forces to be nonempty, since it asserts exists. From here we drop the operation symbol: for an abstract group we write for and denote the identity by . When the operation is addition we write for the identity and for the inverse of .

The four conditions a set-with-operation must pass to be a group; associativity and closure are the two most often overlooked.

Everything that follows is a consequence of these three axioms. First, the words the identity and the inverse are justified: both are unique.

Cancellation

Order

Two different quantities carry the name order, and they are related but not the same.

The notation abbreviates the -fold product ; by the generalized associative law no bracketing is needed. Set and . In an additive group becomes . The clash of symbols with set cardinality is deliberate: the order of turns out to equal the number of distinct powers of , so the two meanings of order agree once we reach cyclic groups.

  • An element has order exactly when it is the identity.
  • In every nonzero element has infinite order.
  • In the element has order ; every other nonidentity element has infinite order.
  • In the additive group the class has order , since but .
  • In the multiplicative group the class has order (its powers are ), and has order .
The powers of an element of order six close up into a cycle; each arrow multiplies by the generator, and the sixth step returns to the identity.

The running examples

Three groups built from the integers recur as test cases throughout.4

  • and its cousins. are groups under addition with and inverse . Under multiplication, are groups with . But is not a group under : the element has no integer inverse.
  • under addition. The residue classes mod form an abelian group of order under addition of classes, with identity and inverse . The construction of these classes is the content of the integers and modular arithmetic.
  • under multiplication. The classes that have a multiplicative inverse mod form an abelian group under multiplication, with identity . The invertible classes are those with ; the group is the units mod .

The superscript always signals that the operation is multiplication, so there is no confusion between (all classes, added) and (the units, multiplied), even though the latter is a subset of the former.

Direct products

New groups assemble from old ones componentwise.

Each axiom holds in because it holds in each coordinate separately. The identity is and . Taking recovers the Euclidean plane under vector addition. The order of is the least common multiple of and , a fact we take up again in the study of direct products.

Reading a group from its table

For a finite group the entire operation is a square array.

Cancellation has a visible consequence in the table: no element repeats within a row or within a column, so every row and every column is a permutation of — a Latin square. The identity is the element whose row and column reproduce the header, and is found by locating in the row of .

The Cayley table of the additive group of residues mod four; the identity row and column reproduce the header, and shaded cells mark inverse pairs, where an element meets its partner at the identity.

The table is complete information about the group, but a poor way to see structure: it grows as and reveals nothing at a glance. Generators, subgroups, and symmetries expose the structure a table only encodes.

Symmetry as a group

The examples so far are arithmetic. The other source of groups is geometry: the symmetries of a figure, meaning the rigid motions that carry the figure onto itself, form a group under composition.

For the equilateral triangle the symmetries are three rotations (by , , and degrees) and three reflections across the medians. Composition of two symmetries is another symmetry, the identity motion leaves everything fixed, and every motion reverses, so the six form a group.

The six symmetries of an equilateral triangle: rotation about the centre through multiples of a third turn, and reflection across each of the three axes through a vertex and the opposite midpoint.

This group of six is the smallest nonabelian group, and it reappears under three names: as the dihedral group of the triangle, as the symmetric group of permutations of three labels, and as a matrix group. That three descriptions coincide is a first illustration of the abstract viewpoint, and it is the content of isomorphism: groups that look different are the same group when their tables match after relabeling.

Role of each axiom

Each axiom plays a distinct role.

AxiomGuaranteesFailure elsewhere
Associativityproducts of many elements are unambiguouscross product on
Identitya fixed reference point ; nonemptiness
Inversescancellation; equations solvable under
Commutativity (optional)order of factors irrelevant, , matrix groups

Dropping any one axiom leaves a weaker structure (a semigroup, a monoid) with a much coarser theory.

Footnotes

  1. Dummit & Foote, Abstract Algebra, §1.1 — binary operations, associativity, commutativity, and closure of a subset under an operation.
  2. Dummit & Foote, Abstract Algebra, §1.1, Proposition 1 — uniqueness of the identity and inverses, , , and the generalized associative law.
  3. Dummit & Foote, Abstract Algebra, §1.1, Proposition 2 — solvability of and and the left and right cancellation laws.
  4. Dummit & Foote, Abstract Algebra, §1.1 — the examples , , , direct products, order of an element, and the multiplication table; and Judson, §3.2, for the same catalogue with additional worked tables.

╌╌ END ╌╌