Library UniMath.Algebra.Universal.Examples.Group

Example on groups.

Gianluca Amato, Marco Maggesi, Cosimo Perini Brogi 2019-2021
This file contains the definition of the signature of groups and the way to turn a group (as defined in UniMath.Algebra.Groups) into an algebra.

Require Import UniMath.MoreFoundations.Notations.
Require Import UniMath.Combinatorics.StandardFiniteSets.
Require Import UniMath.Combinatorics.MoreLists.
Require Import UniMath.Algebra.Groups.

Require Import UniMath.Algebra.Universal.EqAlgebras.

Local Open Scope stn.
Local Open Scope eq.

Group structure without equations.
Algebra of groups.
Equational specification and the free algebra of open terms.