Group theory

group is a non-empty set with an operation that satisfies the following constraints: the operation is associative, has an identity element, and every element of the set has an inverse element.

Groups are the algebraic abstraction of symmetry, and symmetries are concrete realizations of groups.

Formal definitions

group G is a set with a binary operation  such that a,bG:

  1. Closure: abG
  2. Associativity: (ab)c=a(bc)
  3. Identity: eG with ea=ae=a
  4. Inverse: aG,a1G with aa1=e

Let X be some object (a set, geometric figure, space, etc.). A symmetry is a bijection f:XX that preserves structure (e.g., distances, angles, algebraic relations, etc.). The set of all such symmetries Sym(X) forms a group under composition of functions.

Why symmetries always form a group

Take symmetries as transformations f,g:XX:

So:

Symmetries automatically satisfy the group axioms.

The converse also holds:

Every group is (isomorphic to) a group of symmetries.

This is known as Cayley’s Theorem. In other words, For any group G, you can represent its elements as permutations of G itself:

g(xgx)

So every abstract group can be realized concretely as symmetries of a set.


Links

Sources