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'.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Iso.invproof · cited by 6,514
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.shiftFunctorstatement · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.shiftFunctorAdd'proof · cited by 95
- CategoryTheory.Localization.HasSmallLocalizedShiftedHomstatement and proof · cited by 41
- CategoryTheory.Localization.SmallShiftedHomstatement and proof · cited by 36
- CategoryTheory.MorphismProperty.IsCompatibleWithShiftstatement and proof · cited by 25
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.SmallShiftedHom.compproof · cited by 12
- CategoryTheory.Localization.SmallShiftedHom.equiv_compproof · cited by 9
- CategoryTheory.Localization.SmallShiftedHom.equiv_shift'statement · cited by 2
- CategoryTheory.Localization.SmallShiftedHom.equiv_shiftstatement · cited by 0
- CategoryTheory.Localization.SmallShiftedHom.shift.congr_simpstatement and proof · cited by 0