Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SingleFunctors.Hom.hom

{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] →
        {A : Type u_5} →
          [inst_2 : AddMonoid A] →
            [inst_3 : CategoryTheory.HasShift D A] →
              {F G : CategoryTheory.SingleFunctors C D A} → F.Hom G → (a : A) → F.functor a ⟶ G.functor a

a family of natural transformations F.functor a ⟶ G.functor a

Defined in
Mathlib.CategoryTheory.Shift.SingleFunctors
Cited by
38 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShift

Around this declaration

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

CategoryTheory.ShortComplex.ShortExact.extClass_hom · cited by 6ShortExact.extClass_homCategoryTheory.SingleFunctors.postcompFunctor · cited by 3SingleFunctors.postcompFu…CategoryTheory.SingleFunctors.comp_hom · cited by 3SingleFunctors.comp_homCategoryTheory.SingleFunctors.hom_inv_id_hom · cited by 2SingleFunctors.hom_inv_id…CategoryTheory.SingleFunctors.id_hom · cited by 2SingleFunctors.id_homCategoryTheory.SingleFunctors.inv_hom_id_hom · cited by 2SingleFunctors.inv_hom_id…CategoryTheory.SingleFunctors.Hom.ext · cited by 2Hom.extCategoryTheory.SingleFunctors.evaluation · cited by 2SingleFunctors.evaluationDerivedCategory.singleFunctorsPostcompQIso_hom_hom · cited by 2DerivedCategory.singleFun…DerivedCategory.singleFunctorsPostcompQIso_inv_hom · cited by 2DerivedCategory.singleFun…CategoryTheory.SingleFunctors.hom_inv_id_hom_app · cited by 1SingleFunctors.hom_inv_id…CategoryTheory.SingleFunctors.inv_hom_id_hom_app · cited by 1SingleFunctors.inv_hom_id…CategoryTheory.SingleFunctors.Hom.comm · cited by 1Hom.commCategoryTheory.SingleFunctors.Hom.comp · cited by 1Hom.compCategoryTheory.SingleFunctors.hom_ext · cited by 1SingleFunctors.hom_extCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorAddMonoid · cited by 2864AddMonoidCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.SingleFunctors · cited by 65CategoryTheory.SingleFunc…CategoryTheory.SingleFunctors.functor · cited by 64SingleFunctors.functorCategoryTheory.SingleFunctors.Hom · cited by 9SingleFunctors.HomHom.homCITED BYCITES

Cites8

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

Cited by41

Results whose statement or proof uses this declaration.