Groups
Sets
Before we can dive into groups, we first must know a few things. The first is what a set is.
A set is a list of items, it can be ordered or unordered. There are a few ways to notate a set, one includes curly
braces. Anything in the set goes in the curly braces separated by commas, these are called the elements of the set.
For example,
Set Operations
Sets have operations and relations on them just like numbers. Similar to how
The symbol
The symbol
Finally,
Famous Numerical Sets
But what are groups?
Groups are a combination of a set and an operation (notated as an ordered pair) that satisfy 4 axioms. Let's consider the abstract
group and group operation,
-
Closure: for any elements
, . Using the group operation on any two elements in the group leads to a new element that is also in the group. -
Associativity: for any three elements,
, . The group operation is associative. -
Identity: there exists one and only one element
called the "identity" that satisfies the following property: for any element , . -
Inverse: for any element
, there exists one and only one other element such that .
Let's look at an example.
Consider
Well for the first axiom, any integer plus any other integer is an integer so that works.
For the second axiom, we can pick three integers, for example,
The third axiom is the identity element. In the case of the integers and addition, the identity is
The final axiom is the inverse element. Consider the integer
The integers are a group over addition.
Significance
There are many groups, some of which do not have numbers. For example, the group of symmetries of an equilateral triangle is a group.
Before we look at a more fun, real world example, let's prove one thing.
For a group,
But how do we prove it?
Now this is only one example of many cool examples of the power of groups, but consider a Rubik's Cube.

CC-BY-SA, Booyabazooka, Wikipedia, 30 November 2006, "Rubik's Cube".
A Rubik's Cube is a group with the operation of composition. The elements of the Rubik's Cube group are all the possible states of the
cube. That means that the group has approximately 43 quintillion elements. This is a special type of group as it can be
generated with only 6 of the states. That is,
But what is the operation? I mean I said that it is a composition but then I said that it is a combination, so what is it?
Well usually the operation is omitted from equations, for example, the state made by moving the front face clockwise then the
right face clockwise is notated as
Using our proof above and applying it here, we can say that for
We can see that anything we prove for groups in general will work for every group. We have essentially abstracted away many of the
specifics of many parts of math and allowed ourselves to think abstractly and do "multitask" with math.
Group theory has lots of power in higher math and the world itself.