Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapAddHom

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        [inst_2 : CategoryTheory.Preadditive C] →
          [inst_3 : CategoryTheory.Preadditive D] →
            (F : CategoryTheory.Functor C D) → [F.Additive] → {X Y : C} → (X ⟶ Y) →+ (F.obj X ⟶ F.obj Y)

F.mapAddHom is an additive homomorphism whose underlying function is F.map.

Defined in
Mathlib.CategoryTheory.Preadditive.AdditiveFunctor
Cited by
13 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.PreadditiveCategoryTheory.Functor.Additive

Around this declaration

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

CategoryTheory.Functor.map_neg · cited by 7Functor.map_negCategoryTheory.Functor.map_sub · cited by 6Functor.map_subCochainComplex.HomComplex.CohomologyClass.toHom · cited by 6CohomologyClass.toHomCategoryTheory.preadditiveYonedaMap · cited by 3CategoryTheory.preadditiv…CategoryTheory.Functor.map_zsmul · cited by 3Functor.map_zsmulCategoryTheory.Functor.map_sum · cited by 2Functor.map_sumCategoryTheory.Functor.mapLinearMap · cited by 2Functor.mapLinearMapCategoryTheory.Functor.coe_mapAddHom · cited by 1Functor.coe_mapAddHomCategoryTheory.whiskerLeft_sum · cited by 1CategoryTheory.whiskerLef…CategoryTheory.Abelian.preadditiveCoyonedaObj_map_surjective · cited by 1Abelian.preadditiveCoyone…CategoryTheory.sum_whiskerRight · cited by 1CategoryTheory.sum_whiske…CategoryTheory.Functor.mapAddHom_apply · cited by 0Functor.mapAddHom_applyCategoryTheory.Functor.map_nsmul · cited by 0Functor.map_nsmulCategoryTheory.Functor.mapAddHom.congr_simp · cited by 0mapAddHom.congr_simpCategoryTheory.preadditiveYonedaMap_app · cited by 0CategoryTheory.preadditiv…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveAddMonoidHom · cited by 3230AddMonoidHomCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveAddMonoidHom.mk' · cited by 25AddMonoidHom.mk'CategoryTheory.Functor.map_add · cited by 24Functor.map_addFunctor.mapAddHomCITED BYCITES

Cites10

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

Cited by16

Results whose statement or proof uses this declaration.