Group (Mathematics) — Definition, Formula & Examples
A group is a set paired with an operation that combines any two elements to produce a third element, subject to four rules: closure, associativity, the existence of an identity element, and the existence of inverses for every element.
A group is an ordered pair where is a non-empty set and is a binary operation satisfying: (1) associativity — for all ; (2) identity — there exists such that for all ; (3) inverses — for each there exists such that . Closure is implied by being a binary operation on .
How It Works
To verify that a set with an operation forms a group, you check all four axioms one by one. First confirm the operation always produces an element still in the set (closure). Then confirm associativity holds — note this does not require commutativity. Next, identify the identity element, and finally show every element has an inverse under the operation. If the operation is also commutative, the group is called abelian.
Worked Example
Problem: Show that the integers modulo 4 under addition, where , form a group.
Closure: Adding any two elements and taking the remainder mod 4 always yields an element in {0, 1, 2, 3}. For instance, 2 + 3 = 5, and 5 mod 4 = 1, which is in the set.
Associativity: Addition of integers is associative, and this property carries over to addition mod 4.
Identity: The element 0 serves as the identity because adding 0 to any element leaves it unchanged.
Inverses: Each element has an inverse: 0 is its own inverse, the inverse of 1 is 3, the inverse of 2 is 2, and the inverse of 3 is 1.
Answer: All four axioms are satisfied, so is a group. It is also abelian since addition is commutative.
Why It Matters
Groups are the backbone of abstract algebra and appear throughout mathematics, physics, and computer science. Symmetry groups describe molecular structures in chemistry and particle interactions in physics. Understanding groups is a prerequisite for studying rings, fields, and Galois theory in upper-level algebra courses.
Common Mistakes
Mistake: Assuming every group is commutative (abelian).
Correction: The group axioms do not require . Many important groups, such as the symmetric group , are non-abelian. Always check commutativity separately.
