Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.SmallShiftedHom.equiv

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (W : CategoryTheory.MorphismProperty C) →
          {M : Type w'} →
            [inst_2 : AddMonoid M] →
              [inst_3 : CategoryTheory.HasShift C M] →
                [inst_4 : CategoryTheory.HasShift D M] →
                  (L : CategoryTheory.Functor C D) →
                    [L.IsLocalization W] →
                      [L.CommShift M] →
                        {X Y : C} →
                          [inst_7 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M X Y] →
                            {m : M} →
                              CategoryTheory.Localization.SmallShiftedHom W X Y m ≃
                                CategoryTheory.ShiftedHom (L.obj X) (L.obj Y) m

The bijection SmallShiftedHom.{w} W X Y m ≃ ShiftedHom (L.obj X) (L.obj Y) m for all m : M, and X and Y in C when L : C ⥤ D is a localization functor for W : MorphismProperty C such that the category D is equipped with a shift by M and L commutes with the shifts.

Defined in
Mathlib.CategoryTheory.Localization.SmallShiftedHom
Cited by
22 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.CommShiftCategoryTheory.Localization.HasSmallLocalizedShiftedHom

Around this declaration

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

CategoryTheory.Localization.SmallShiftedHom.equiv_comp · cited by 9SmallShiftedHom.equiv_compCategoryTheory.Abelian.Ext.homEquiv · cited by 8Ext.homEquivCategoryTheory.Localization.SmallShiftedHom.equiv_mk₀ · cited by 6SmallShiftedHom.equiv_mk₀CategoryTheory.Abelian.Ext.mapExactFunctor_hom · cited by 4Ext.mapExactFunctor_homCategoryTheory.Localization.SmallShiftedHom.equiv_mk₀Inv · cited by 4SmallShiftedHom.equiv_mk₀…CochainComplex.HomComplex.CohomologyClass.equiv_toSmallShiftedHom_mk · cited by 4CohomologyClass.equiv_toS…CategoryTheory.InjectiveResolution.extEquivCohomologyClass_symm_mk_hom · cited by 3InjectiveResolution.extEq…CategoryTheory.LocalizerMorphism.equiv_smallShiftedHomMap · cited by 3LocalizerMorphism.equiv_s…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_symm_mk_hom · cited by 3ProjectiveResolution.extE…CategoryTheory.Localization.SmallShiftedHom.equiv_mk · cited by 2SmallShiftedHom.equiv_mkCategoryTheory.Localization.SmallShiftedHom.comp_assoc · cited by 1SmallShiftedHom.comp_assocCategoryTheory.Localization.SmallShiftedHom.equiv_chgUniv · cited by 1SmallShiftedHom.equiv_chg…CochainComplex.HomComplex.CohomologyClass.bijective_toSmallShiftedHom_of_isKInjective · cited by 1CohomologyClass.bijective…CochainComplex.HomComplex.CohomologyClass.bijective_toSmallShiftedHom_of_isKProjective · cited by 1CohomologyClass.bijective…CategoryTheory.LocalizerMorphism.smallShiftedHomMap_comp · cited by 1LocalizerMorphism.smallSh…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivAddMonoid · cited by 2864AddMonoidCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationEquiv.trans · cited by 337Equiv.transCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.Functor.CommShift.commShiftIso · cited by 202CommShift.commShiftIsoCategoryTheory.ShiftedHom · cited by 88CategoryTheory.ShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHom · cited by 41Localization.HasSmallLoca…CategoryTheory.Localization.SmallShiftedHom · cited by 36Localization.SmallShifted…SmallShiftedHom.equivCITED BYCITES

Cites17

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

Cited by23

Results whose statement or proof uses this declaration.