Idea
A group is an algebraic structure used to abstract the concept of symmetry. It consists of a set equipped with a single binary operation that is associative, has an identity element, and provides an inverse for every element.
Definition
A group is a tuple where is a set (or 0-type), is a binary operation, is the identity element, and is the inverse operation, satisfying: \forall x, y, z \in G. (x \cdot y) \cdot z = x \cdot (y \cdot z) \tag{assoc} \forall x \in G. e \cdot x = x \text{ and } x \cdot e = x \tag{ident} \forall x \in G. x^{-1} \cdot x = e \text{ and } x \cdot x^{-1} = e \tag{inverse}
Properties
- The identity element is unique.
- For every , the inverse is unique.
- The inverse of a product follows the reversal rule: .
- Cancellation laws: and .
- All groups are a one-element groupoid