Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.SmallShiftedHom.shift

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {W : CategoryTheory.MorphismProperty C} →
      {M : Type w'} →
        [inst_1 : AddMonoid M] →
          [inst_2 : CategoryTheory.HasShift C M] →
            [W.IsCompatibleWithShift M] →
              {X Y : C} →
                {a : M} →
                  [inst_4 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M X Y] →
                    [CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M Y Y] →
                      CategoryTheory.Localization.SmallShiftedHom W X Y a →
                        (n a' : M) →
                          a + n = a' →
                            CategoryTheory.Localization.SmallHom W ((CategoryTheory.shiftFunctor C n).obj X)
                              ((CategoryTheory.shiftFunctor C a').obj Y)

Given f : SmallShiftedHom.{w} W X Y a, this is the element in SmallHom.{w} W (X⟦n⟧) (Y⟦a'⟧) that is obtained by shifting by n when a + n = a'.

Defined in
Mathlib.CategoryTheory.Localization.SmallShiftedHom
Cited by
4 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.MorphismProperty.IsCompatibleWithShiftCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHom

Around this declaration

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

CategoryTheory.Localization.SmallShiftedHom.comp · cited by 12SmallShiftedHom.compCategoryTheory.Localization.SmallShiftedHom.equiv_comp · cited by 9SmallShiftedHom.equiv_compCategoryTheory.Localization.SmallShiftedHom.equiv_shift' · cited by 2SmallShiftedHom.equiv_shi…CategoryTheory.Localization.SmallShiftedHom.equiv_shift · cited by 0SmallShiftedHom.equiv_shi…CategoryTheory.Localization.SmallShiftedHom.shift.congr_simp · cited by 0shift.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invAddMonoid · cited by 2864AddMonoidCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.shiftFunctorAdd' · cited by 95CategoryTheory.shiftFunct…CategoryTheory.Localization.HasSmallLocalizedShiftedHom · cited by 41Localization.HasSmallLoca…CategoryTheory.Localization.SmallShiftedHom · cited by 36Localization.SmallShifted…CategoryTheory.MorphismProperty.IsCompatibleWithShift · cited by 25MorphismProperty.IsCompat…CategoryTheory.Localization.SmallHom · cited by 24Localization.SmallHomCategoryTheory.Localization.SmallHom.mk · cited by 12SmallHom.mkCategoryTheory.Localization.SmallHom.comp · cited by 11SmallHom.compSmallShiftedHom.shiftCITED BYCITES

Cites16

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

Cited by5

Results whose statement or proof uses this declaration.