Skip to the content.
← Index Next: Translating into Lean →

Recall

Formal definitions cited in this section, gathered here for quick reference (full citations in the Bibliography):

A group is a set $G$ together with:

satisfying three axioms, for all $a, b, c \in G$:

\[\begin{aligned} \text{(associativity)} &\quad (a \cdot b) \cdot c = a \cdot (b \cdot c) \\ \text{(identity)} &\quad e \cdot a = a \quad\text{and}\quad a \cdot e = a \\ \text{(inverse)} &\quad a^{-1} \cdot a = e \quad\text{and}\quad a \cdot a^{-1} = e \end{aligned}\]

No further axiom is required; in particular, commutativity is not assumed in general (a group where $a \cdot b = b \cdot a$ always holds is called abelian or commutative, defined separately below).


References

Full citations in the Bibliography. Formal definitions are gathered in Recall, above.


← Index Next: Translating into Lean →
Try Lean
Lean playground · v1.4.18