Examples.Classical.Groups¶
Worked examples of groups¶
This is the Examples.Classical.Groups module of the Agda Universal Algebra Library.
Index of the worked group examples under Examples/Classical/Groups/. This
module merely imports each submodule, so that the whole family type-checks at once
from a single entry point; it deliberately does not open or re-export their
contents. The finite examples each introduce a local operation _ยท_ and their own
characteristic lemmas, which are meaningful only within their own module, so there is
nothing to gain (and names to clash) from re-exporting them through a barrel.
CyclicGroupandAbelianGrouppresent(โค, +, 0, -)โ the infinite cyclic group โ as a group and as an abelian group.CyclicGroup3is the cyclic groupโค/3โค, built from a Cayley table.KleinFourGroupis the Klein four-groupVโ.SymmetricGroup3is the symmetric groupSโ, the smallest non-abelian group.
{-# OPTIONS --cubical-compatible --exact-split --safe #-} module Examples.Classical.Groups where