Mathlib Map

Theorems · Definition · category theory

CategoryTheory.IsAddMonHom.addMonoidHom

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v, u_1} C] →
    [inst_1 : CategoryTheory.CartesianMonoidalCategory C] →
      {M N : C} →
        [inst_2 : CategoryTheory.AddMonObj M] →
          [inst_3 : CategoryTheory.AddMonObj N] →
            (f : M ⟶ N) → [CategoryTheory.IsAddMonHom f] → (X : C) → (X ⟶ M) →+ (X ⟶ N)

An additive monoid morphism f : M ⟶ N induces an additive monoid homomorphism M(X) →+ N(X) for every X.

Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Mon
Cited by
8 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.AddMonObjCategoryTheory.AddMonObjCategoryTheory.IsAddMonHom

Around this declaration

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

Cites8

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

Cited by9

Results whose statement or proof uses this declaration.