Skip to main content

Introduction

Group theory studies groups.

A group is a set with a single binary operation (\circ) that satisfies the four core axioms:

  1. Closure. For any two elements g1Gg_{1}\in G and g2Gg_{2}\in G, g1g2Gg_{1}\circ g_{2}\in G.
  2. Associativity. Grouping does not matter: (g1g2)g3=g1(g2g3)(g_{1}\circ g_{2})\circ g_{3} = g_{1}\circ(g_{2}\circ g_{3}).
  3. Identity element. There's a special element in the set (e) where ge=eg=gg \circ e = e \circ g = g for any gg.
  4. Inverse element. For every element gg, there's an inverse element g1g^{-1} where gg1=g1g=eg \circ g^{-1} = g^{-1} \circ g = e.