Equations
- FiniteGrp.instCoeSortType = { coe := fun (G : FiniteGrp.{?u.1}) => ↑G.toGrp }
Equations
- FiniteAddGrp.instCoeSortType = { coe := fun (G : FiniteAddGrp.{?u.1}) => ↑G.toAddGrp }
instance
FiniteAddGrp.instConcreteCategoryAddMonoidHomCarrierToAddGrp :
CategoryTheory.ConcreteCategory FiniteAddGrp.{u_1} fun (x1 x2 : FiniteAddGrp.{u_1}) => ↑x1.toAddGrp →+ ↑x2.toAddGrp
Equations
Equations
Construct a term of FiniteGrp
from a type endowed with the structure of a finite group.
Equations
- FiniteGrp.of G = FiniteGrp.mk (Grp.of G)
Instances For
Construct a term of FiniteAddGrp
from a type endowed with the structure of a
finite additive group.
Equations
Instances For
def
FiniteAddGrp.ofHom
{X Y : Type u}
[AddGroup X]
[Finite X]
[AddGroup Y]
[Finite Y]
(f : X →+ Y)
:
The morphism in FiniteAddGrp
, induced from a morphism of the category AddGrp