Documentation

Mathlib.Algebra.Category.Grp.FiniteGrp

Main definitions and results #

structure FiniteGrp :
Type (u + 1)

The category of finite groups.

Instances For
    structure FiniteAddGrp :
    Type (u + 1)

    The category of finite additive groups.

    Instances For
      @[implicit_reducible]
      @[implicit_reducible]

      Construct a term of FiniteGrp from a type endowed with the structure of a finite group.

      Instances For

        Construct a term of FiniteAddGrp from a type endowed with the structure of a finite additive group.

        Instances For
          def FiniteGrp.ofHom {X Y : Type u} [Group X] [Finite X] [Group Y] [Finite Y] (f : X →* Y) :
          of X of Y

          The morphism in FiniteGrp, induced from a morphism of the category GrpCat.

          Instances For
            def FiniteAddGrp.ofHom {X Y : Type u} [AddGroup X] [Finite X] [AddGroup Y] [Finite Y] (f : X →+ Y) :
            of X of Y

            The morphism in FiniteAddGrp, induced from a morphism of the category AddGrpCat

            Instances For
              theorem FiniteGrp.ofHom_apply {X Y : Type u} [Group X] [Finite X] [Group Y] [Finite Y] (f : X →* Y) (x : X) :