Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LocalizerMorphism.smallShiftedHomMap

{C₁ : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C₁] →
    {C₂ : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
        {W₁ : CategoryTheory.MorphismProperty C₁} →
          {W₂ : CategoryTheory.MorphismProperty C₂} →
            (Φ : CategoryTheory.LocalizerMorphism W₁ W₂) →
              {M : Type w'} →
                [inst_2 : AddMonoid M] →
                  [inst_3 : CategoryTheory.HasShift C₁ M] →
                    [inst_4 : CategoryTheory.HasShift C₂ M] →
                      [Φ.functor.CommShift M] →
                        {X₁ Y₁ : C₁} →
                          {X₂ Y₂ : C₂} →
                            [inst_6 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W₁ M X₁ Y₁] →
                              [CategoryTheory.Localization.HasSmallLocalizedShiftedHom W₂ M X₂ X₂] →
                                [inst_8 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W₂ M X₂ Y₂] →
                                  [CategoryTheory.Localization.HasSmallLocalizedShiftedHom W₂ M Y₂ Y₂] →
                                    (Φ.functor.obj X₁ ≅ X₂) →
                                      (Φ.functor.obj Y₁ ≅ Y₂) →
                                        {m : M} →
                                          CategoryTheory.Localization.SmallShiftedHom W₁ X₁ Y₁ m →
                                            CategoryTheory.Localization.SmallShiftedHom W₂ X₂ Y₂ m

The action of a localizer morphism Φ on SmallShiftedHom.

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

Around this declaration

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

CategoryTheory.Abelian.Ext.mapExactFunctor · cited by 15Ext.mapExactFunctorCategoryTheory.LocalizerMorphism.equiv_smallShiftedHomMap · cited by 3LocalizerMorphism.equiv_s…CategoryTheory.LocalizerMorphism.smallShiftedHomMap_mk₀ · cited by 1LocalizerMorphism.smallSh…CategoryTheory.LocalizerMorphism.smallShiftedHomMap_comp · cited by 1LocalizerMorphism.smallSh…CategoryTheory.LocalizerMorphism.smallShiftedHomMap_mk · cited by 1LocalizerMorphism.smallSh…CategoryTheory.LocalizerMorphism.smallShiftedHomMap.congr_simp · cited by 0smallShiftedHomMap.congr_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.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.trans · cited by 566Iso.transCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.Functor.CommShift.commShiftIso · cited by 202CommShift.commShiftIsoCategoryTheory.LocalizerMorphism · cited by 161CategoryTheory.LocalizerM…CategoryTheory.LocalizerMorphism.functor · cited by 140LocalizerMorphism.functorCategoryTheory.Localization.HasSmallLocalizedShiftedHom · cited by 41Localization.HasSmallLoca…LocalizerMorphism.smallShifte…CITED 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.