Group theory explains when a set and an operation fit together in a stable way. A group has four ingredients: closure, associativity, an identity element, and an inverse for every element. A subgroup is a smaller group inside a larger one, and a homomorphism is a map that preserves the operation.
If you only remember one example, use the integers under addition. It shows the group definition, gives a clean subgroup, and makes the homomorphism idea easy to test.
Group definition: the four axioms
A group is a set together with an operation, often written multiplicatively as , such that four conditions hold:
- Closure: if , then .
- Associativity: for all .
- Identity: there is an element such that for every .
- Inverses: for each , there is an element such that .
That is the full definition. If even one condition fails, the set with that operation is not a group.
Why the definition matters
The definition gives you a system where you can combine elements, undo what you did, and trust that regrouping does not change the result. That is why groups show up in symmetry, modular arithmetic, permutations, and matrix algebra.
If you think of an operation as a legal move, then a group is a system where legal moves can be combined, there is a do-nothing move, and every move can be reversed.
Example: why is a group
Take the set of all integers with the operation of addition.
This is a group:
- Closure holds because the sum of two integers is still an integer.
- Associativity holds because for integers.
- The identity element is because .
- The inverse of is because .
So is a group.
This example is the right starting point because it also makes subgroups and homomorphisms concrete.
Subgroup definition with the even integers
A subgroup is a subset of a group that is itself a group under the same operation.
Inside , consider the even integers:
This is a subgroup of under addition because:
- adding two even integers gives another even integer
- is even, so the identity is still there
- the negative of an even integer is still even
So is not just a subset. It keeps the same algebraic rules as the larger group.
That is the main idea of a subgroup: it is a smaller closed world where the same operation still works.
Homomorphism definition: preserving the operation
A homomorphism is a function between groups that preserves the operation.
If is a homomorphism, then
for all .
The exact symbols depend on the groups involved. If the operation is addition, the same condition is often written as
The point is the same: combine first and then map, or map first and then combine. A homomorphism makes those two routes agree.
Worked example: parity map from to
Define by
Here with addition modulo .
This function records whether an integer is even or odd. To check that it is a homomorphism, compare both sides:
is the parity of the sum, while
adds the two parities mod .
Those match for all integers and , so
in .
For example, if and , then
and
So the map preserves the group operation.
Common mistakes in group theory
Forgetting that the operation is part of the data
Saying "the integers form a group" is incomplete unless the operation is clear. The integers form a group under addition, but not under multiplication, because most integers do not have multiplicative inverses inside .
Assuming every subset is a subgroup
A subset has to keep the identity, stay closed under the operation, and contain inverses. For example, the positive integers are not a subgroup of because they do not contain and they do not contain additive inverses.
Treating homomorphisms like arbitrary functions
A homomorphism is not just any map between sets. Its whole job is to preserve the operation. If that condition fails, it is not a group homomorphism.
Mixing notation across different groups
In one group the operation may be addition, in another multiplication, and in another composition. The homomorphism rule must use the correct operation on each side.
Where group theory is used
Group theory is used whenever a problem has repeatable reversible structure. Common examples include symmetries of shapes, modular arithmetic, permutations, linear algebra, and parts of physics.
You do not need advanced examples to benefit from it. Even at a basic level, group theory helps you recognize when different problems share the same underlying structure.
Try a similar problem
Start with . Check whether the multiples of form a subgroup. Then test the map from to and verify whether
holds modulo .
If you want one more step, try the same questions with rotations of an equilateral triangle. That is often where group theory starts to feel like a tool instead of a definition.
Need help with a problem?
Upload your question and get a verified, step-by-step solution in seconds.
Open GPAI Solver →