Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SingleFunctors.postcomp

{C : Type u_1} →
  {D : Type u_2} →
    {E : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} E] →
            {A : Type u_5} →
              [inst_3 : AddMonoid A] →
                [inst_4 : CategoryTheory.HasShift D A] →
                  [inst_5 : CategoryTheory.HasShift E A] →
                    CategoryTheory.SingleFunctors C D A →
                      (G : CategoryTheory.Functor D E) → [G.CommShift A] → CategoryTheory.SingleFunctors C E A

Given F : SingleFunctors C D A, and a functor G : D ⥤ E which commutes with the shift by A, this is the "composition" of F and G in SingleFunctors C E A.

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

Around this declaration

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

DerivedCategory.singleFunctors · cited by 13DerivedCategory.singleFun…DerivedCategory.singleFunctorsPostcompQIso · cited by 9DerivedCategory.singleFun…CategoryTheory.ShortComplex.ShortExact.singleTriangleIso · cited by 7ShortExact.singleTriangle…CategoryTheory.ShortComplex.ShortExact.extClass_hom · cited by 6ShortExact.extClass_homCategoryTheory.SingleFunctors.postcompIsoOfIso · cited by 4SingleFunctors.postcompIs…CategoryTheory.SingleFunctors.postcompFunctor · cited by 3SingleFunctors.postcompFu…CategoryTheory.SingleFunctors.postcompPostcompIso · cited by 3SingleFunctors.postcompPo…HomotopyCategory.singleFunctors · cited by 3HomotopyCategory.singleFu…DerivedCategory.singleFunctorsPostcompQIso_hom_hom · cited by 2DerivedCategory.singleFun…DerivedCategory.singleFunctorsPostcompQIso_inv_hom · cited by 2DerivedCategory.singleFun…CategoryTheory.SingleFunctors.liftPostcompIso · cited by 2SingleFunctors.liftPostco…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ' · cited by 2ShortExact.mapShiftedHom_…DerivedCategory.singleFunctorsPostcompQhIso · cited by 0DerivedCategory.singleFun…CategoryTheory.SingleFunctors.liftPostcompIso_hom_hom · cited by 0SingleFunctors.liftPostco…CategoryTheory.SingleFunctors.liftPostcompIso_inv_hom · cited by 0SingleFunctors.liftPostco…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compAddMonoid · cited by 2864AddMonoidCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.Functor.CommShift.commShiftIso · cited by 202CommShift.commShiftIsoCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.SingleFunctors · cited by 65CategoryTheory.SingleFunc…CategoryTheory.SingleFunctors.functor · cited by 64SingleFunctors.functorSingleFunctors.postcompCITED BYCITES

Cites16

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

Cited by32

Results whose statement or proof uses this declaration.