Mathlib Map

Theorems · Definition · group theory

MonoidHom.compHom

{M : Type uM} →
  {N : Type uN} →
    {P : Type uP} →
      [inst : MulOneClass M] → [inst_1 : CommMonoid N] → [inst_2 : CommMonoid P] → (N →* P) →* (M →* N) →* M →* P

Composition of monoid morphisms (MonoidHom.comp) as a monoid morphism. Note that unlike MonoidHom.comp_hom' this requires commutativity of N.

Defined in
Mathlib.Algebra.Group.Hom.Instances
Cited by
5 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Quot.sound
Assumes
MulOneClassCommMonoidCommMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.