Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.commShiftOfLocalization.iso

{C : Type u₁} →
  {D : Type u₂} →
    [inst : CategoryTheory.Category.{v₁, u₁} C] →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {E : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            (L : CategoryTheory.Functor C D) →
              (W : CategoryTheory.MorphismProperty C) →
                [L.IsLocalization W] →
                  {A : Type w} →
                    [inst_4 : AddMonoid A] →
                      [inst_5 : CategoryTheory.HasShift C A] →
                        (F : CategoryTheory.Functor C E) →
                          (F' : CategoryTheory.Functor D E) →
                            [CategoryTheory.Localization.Lifting L W F F'] →
                              [inst_7 : CategoryTheory.HasShift D A] →
                                [inst_8 : CategoryTheory.HasShift E A] →
                                  [L.CommShift A] →
                                    [F.CommShift A] →
                                      (a : A) →
                                        (CategoryTheory.shiftFunctor D a).comp F' ≅
                                          F'.comp (CategoryTheory.shiftFunctor E a)

Auxiliary definition for Functor.commShiftOfLocalization.

Defined in
Mathlib.CategoryTheory.Shift.Localization
Cited by
5 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationAddMonoidCategoryTheory.HasShiftCategoryTheory.Localization.LiftingCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShiftCategoryTheory.Functor.CommShift

Around this declaration

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

CategoryTheory.Functor.commShiftOfLocalization.iso_hom_app · cited by 2commShiftOfLocalization.i…CategoryTheory.Functor.commShiftOfLocalization.iso_inv_app · cited by 2commShiftOfLocalization.i…CategoryTheory.Functor.commShiftOfLocalization · cited by 2Functor.commShiftOfLocali…CategoryTheory.Functor.commShiftOfLocalization.iso_hom_app_assoc · cited by 0commShiftOfLocalization.i…CategoryTheory.Functor.commShiftOfLocalization.iso_inv_app_assoc · cited by 0commShiftOfLocalization.i…CategoryTheory.Functor.commShiftOfLocalization.iso.congr_simp · cited by 0iso.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAddMonoid · cited by 2864AddMonoidCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.Functor.CommShift.commShiftIso · cited by 202CommShift.commShiftIsoCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftcommShiftOfLocalization.isoCITED BYCITES

Cites19

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

Cited by6

Results whose statement or proof uses this declaration.