Groups and Their Axioms

25 min
0/4 practice checks

A group is a set GG with a single binary operation * satisfying four axioms:

  1. Closure: abGa * b \in G for all a,bGa, b \in G.
  2. Associativity: (ab)c=a(bc)(a * b) * c = a * (b * c).
  3. Identity: there is eGe \in G with ea=ae=ae * a = a * e = a for all aa.
  4. Inverses: each aGa \in G has some a1Ga^{-1} \in G with aa1=a1a=ea * a^{-1} = a^{-1} * a = e.

Commutativity (ab=baa*b = b*a) is not required. A group that happens to commute is called abelian.

Worked example. (Z,+)(\mathbb{Z}, +) is a group: closed, associative, identity 00, and the inverse of nn is n-n. But (Z,×)(\mathbb{Z}, \times) is not a group — most integers (like 22) have no multiplicative inverse inside Z\mathbb{Z}. A rich family of finite groups is Zn\mathbb{Z}_n, the integers {0,1,,n1}\{0,1,\dots,n-1\} under addition mod nn.