Groups and the Group Axioms
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn the definition of a group, how to verify it, and the first few theorems that follow from the axioms alone. This is the most important definition in the section, and everything after it is either an example or a consequence.
The Concept
Section titled “The Concept”The definition
Section titled “The definition”A group is a set together with a binary operation satisfying four conditions.
Written out formally, is a group when:
- Closure. For all , .
- Associativity. For all , .
- Identity. There exists with for all .
- Inverses. For each there exists with .
That’s the whole definition. Four lines, and a century of mathematics comes out of it.
Two remarks on how to read it. Closure is often folded into the phrase “binary operation on ,” so some books list only three axioms. And commutativity is absent on purpose: a group where always holds is called abelian, and leaving it optional is what allows groups to describe physical symmetry, where order genuinely matters.
Order of a group
Section titled “Order of a group”The order of , written , is the number of elements. . The integers under addition form an infinite group.
Be careful: “order” also refers to a property of a single element, defined in a later lesson. Context tells them apart, but the collision is real and worth flagging now.
Notation conventions
Section titled “Notation conventions”Two styles appear throughout, and mixing them up causes genuine errors.
- Multiplicative. Write for the operation, or for the identity, for inverses, for repetition. Used for general groups.
- Additive. Write , for the identity, for inverses, for repetition. Used when the group is abelian and the operation genuinely is addition.
The trap: in the additive group , the inverse of is , not . The symbol means “whatever undoes ,” and what that is depends entirely on the operation.
First theorems
Section titled “First theorems”The value of an abstract definition is that you can prove things from it directly. Here are three, and notice that each proof uses only the four axioms.
The identity is unique.
Suppose and are both identities. Then
The first equality holds because is an identity, the second because is. So . There is only ever one identity, which justifies calling it the identity.
Inverses are unique.
Suppose and are both inverses of . Then
Every step is one axiom: identity, definition of , associativity, definition of , identity. This is why is well-defined notation.
Cancellation.
If then .
Operate on the left by :
Cancellation is exactly what inverses buy you. It is also why every row of a Cayley table contains each element exactly once: if a row repeated an element, cancellation would force two column headings to be equal.
The shoe-sock rule.
The order reverses. To undo “put on socks, then shoes,” you take off shoes, then socks. Check it:
In an abelian group the reversal is invisible, which is why this is a favourite exam question.
Also : undoing an undo returns you to the start.
How to check whether something is a group
Section titled “How to check whether something is a group”A reliable order of attack:
- Name the set and the operation. Both. “Is the integers a group?” is not a question.
- Closure. Try to break it with a specific pair.
- Associativity. Usually inherited from a known operation. If the operation is novel, expand both groupings.
- Identity. Solve for , then verify the other side.
- Inverses. Solve for , then check is really in the set.
Step 5 is where most candidates die. The formula for the inverse exists, but the answer lands outside the set: is a perfectly good number and not an integer.
Worked Examples
Section titled “Worked Examples”Example 1: Is a group?
Solution.
- Closure. Integer plus integer is an integer. ✓
- Associativity. Standard property of addition. ✓
- Identity. , since . ✓
- Inverses. For , take , which is an integer, and . ✓
Yes, and it is abelian since . It is infinite.
Example 2: Is a group?
Solution. Closure ✓, associativity ✓, identity ✓. Inverses: for the inverse is , a rational. But has no inverse, since for every .
No. One element without an inverse is fatal.
Remove it and is a group. Note you must check closure again after removing an element: a product of nonzero rationals is nonzero, so it holds.
Example 3: Is a group?
Solution. The set is .
Closure: compute a few. , , , . Nothing ever gives , because is prime and a product of two numbers not divisible by 5 is not divisible by 5. ✓
Associativity ✓ (inherited from integer multiplication). Identity ✓.
Inverses: , (since ), , (since ). ✓
Yes, a group of order 4.
Now contrast : here , so closure fails immediately. The primality of the modulus is what makes the difference, and that observation grows into the theory of fields later in the section.
Example 4: Is the set of real matrices a group under multiplication?
Solution. Closure ✓, associativity ✓, identity ✓.
Inverses fail. The matrix has determinant and no inverse.
No. Restricting to matrices with nonzero determinant gives , the general linear group, which is a group: gives closure, and invertible matrices have inverses by definition. It is non-abelian, since
Example 5: Prove that in any group, .
Solution. By definition, is the unique element with .
But itself satisfies this: and , straight from the definition of .
Since inverses are unique (proved above), . ∎
Notice the shape of the argument: to identify an inverse, exhibit something that works and cite uniqueness. That pattern recurs constantly.
Example 6: A group with exactly one element.
Solution. Take with . Closure ✓, associativity ✓ (only one triple to check), identity ✓, inverse of is ✓.
This is the trivial group. It’s not interesting, but it is a group, and it matters for the same reason the empty set matters: theorems have to be true in the degenerate case too. There is no group with zero elements, since axiom 3 demands an identity.
Example 7: Where associativity fails and nothing else does.
Let with the larger of the two.
Solution. Closure ✓. Identity: for all , so works ✓. Associativity: taking the maximum is associative ✓.
Inverses: we need , but the maximum of and anything is at least . So has no inverse. Not a group.
This structure, closed and associative with an identity but without inverses, is called a monoid. String concatenation is the standard example: you can join strings and the empty string does nothing, but you cannot un-join.
Real-World Applications
Section titled “Real-World Applications”Rubik’s cube. The moves form a group of order 43,252,003,274,489,856,000. Closure: any two sequences compose into a sequence. Identity: doing nothing. Inverses: run the sequence backwards. Associativity: concatenation of move lists. Solvers exploit commutators , which are guaranteed to be the identity if and commute, and which in practice disturb only a small region of the cube.
Cryptography. Diffie-Hellman key exchange runs inside , exactly the group from Example 3 with a large prime. The whole protocol depends on that set being a group, and its security on the difficulty of reversing exponentiation in it.
Computer graphics and robotics. Rotations in 3D form the group , which is non-abelian: turn a die about then , versus then , and the results differ. Because rotation composition is group multiplication, quaternions are preferred over stacked Euler angles, since they compose without the degeneracies that plague angle triples.
Physics. Noether’s theorem ties each continuous symmetry group of a system to a conserved quantity. The Standard Model is specified by naming a group, ; the particles are essentially bookkeeping for how that group acts.
Music. The twelve pitch classes under transposition form . Adding 7 repeatedly cycles through all twelve notes, which is the circle of fifths, and the reason it works is that 7 and 12 share no common factor. That fact reappears as a theorem two lessons from now.
Retrying will remove your ✅ checkmark until you pass again.