Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.CommShift.isoZero

{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] →
        (F : CategoryTheory.Functor C D) →
          (A : Type u_4) →
            [inst_2 : AddMonoid A] →
              [inst_3 : CategoryTheory.HasShift C A] →
                [inst_4 : CategoryTheory.HasShift D A] →
                  (CategoryTheory.shiftFunctor C 0).comp F ≅ F.comp (CategoryTheory.shiftFunctor D 0)

For any functor F : C ⥤ D, this is the obvious isomorphism shiftFunctor C (0 : A) ⋙ F ≅ F ⋙ shiftFunctor D (0 : A) deduced from the isomorphisms shiftFunctorZero on both categories C and D.

Defined in
Mathlib.CategoryTheory.Shift.CommShift
Cited by
8 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShift

Around this declaration

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

CategoryTheory.Functor.CommShift.isoZero_hom_app · cited by 8CommShift.isoZero_hom_appCategoryTheory.Functor.CommShift.commShiftIso_zero · cited by 5CommShift.commShiftIso_ze…CategoryTheory.Functor.CommShift.isoZero'_eq_isoZero · cited by 1CommShift.isoZero'_eq_iso…CategoryTheory.Functor.commShiftIso_zero' · cited by 1Functor.commShiftIso_zero'CategoryTheory.Functor.CommShift.mk.noConfusion · cited by 0mk.noConfusionCategoryTheory.Adjunction.CommShift.compatibilityUnit_isoZero · cited by 0CommShift.compatibilityUn…CategoryTheory.Functor.CommShift.recOn · cited by 0CommShift.recOnCategoryTheory.Functor.CommShift.isoAdd'_isoZero · cited by 0CommShift.isoAdd'_isoZeroCategoryTheory.Functor.CommShift.isoZero_inv_app · cited by 0CommShift.isoZero_inv_appCategoryTheory.Functor.CommShift.isoZero_isoAdd'_ · cited by 0CommShift.isoZero_isoAdd'_CategoryTheory.Functor.CommShift.noConfusion · cited by 0CommShift.noConfusionCategoryTheory.Functor.CommShift.noConfusionType · cited by 0CommShift.noConfusionTypeCategoryTheory.Functor.CommShift.casesOn · cited by 0CommShift.casesOnCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAddMonoid · 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.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.Functor.leftUnitor · cited by 117Functor.leftUnitorCategoryTheory.shiftFunctorZero · cited by 82CategoryTheory.shiftFunct…CommShift.isoZeroCITED BYCITES

Cites14

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

Cited by13

Results whose statement or proof uses this declaration.