At the heart of abstract algebra is the concept of a group. A group is an organized collection of elements, combined with an operation that satisfies certain axioms. If we denote this operation by *, a set G with this operation must meet the following criteria to be considered a group:
- Closure: For any elements a and b in G, the result of the operation a * b is also in G.
- Associativity: For any elements a, b, and c in G, it holds that (a * b) * c = a * (b * c).
- Identity element: There is an element e in G such that for any element a in G, the operation a * e equals a.
- Inverse elements: For each element a in G, there is an element b in G such that a * b equals the identity element e.
In group theory, one often studies the properties and structures of these entities, like subgroups and the order of elements. The exercise presented here focuses on finite groups, which means that the set G has a limited number of elements.