Groups in General

Definition

The general theory on groups. A group is a tuple \( G = (M,\star) \) of a set \( M \) and a binary operator \( \star \) for which the following three axioms hold:

  1. Associativity: For every \( a,b,c \in G \) we have that \( a \star (b \star c) = (a \star b) \star c \).
  2. The existence of an identity element: We have one unique element \( 1 \in G \) such that for every \( a \in G \) we have $$1 \star a = a \star 1 = a$$
  3. Inverse element: For every \( a \in G \) we have a unique \( a^{-1} \in G \) such that $$ a \star a^{-1} = a^{-1} a = 1 $$

The second axiom ensures that no group is empty. If we furthermore for every \( a,b \in G \) have that $$ a \star b = b \star a $$ we say that $G$ is abelian or that $G$ is commutative.

Examples

Share