Theorems · Definition · category theory
CategoryTheory.Localization.SmallHom.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} →
[inst_4 : CategoryTheory.Localization.HasSmallLocalizedHom W X Y] →
CategoryTheory.Localization.SmallHom W X Y →
(a : M) →
[inst_5 :
CategoryTheory.Localization.HasSmallLocalizedHom W ((CategoryTheory.shiftFunctor C a).obj X)
((CategoryTheory.shiftFunctor C a).obj Y)] →
CategoryTheory.Localization.SmallHom W ((CategoryTheory.shiftFunctor C a).obj X)
((CategoryTheory.shiftFunctor C a).obj Y)Given f : SmallHom W X Y and a : M, this is the element
in SmallHom W (X⟦a⟧) (Y⟦a⟧) obtained by shifting by a.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 and proof · cited by 19,642
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Localization.HasSmallLocalizedHomstatement and proof · cited by 30
- CategoryTheory.MorphismProperty.IsCompatibleWithShiftstatement and proof · cited by 25
- CategoryTheory.Localization.SmallHomstatement and proof · cited by 24
- CategoryTheory.LocalizerMorphism.smallHomMapproof · cited by 5
- CategoryTheory.MorphismProperty.shiftLocalizerMorphismproof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.SmallShiftedHom.shiftproof · cited by 4
- CategoryTheory.Localization.SmallShiftedHom.equiv_shift'proof · cited by 2
- CategoryTheory.Localization.SmallHom.equiv_shiftstatement · cited by 1
- CategoryTheory.Localization.SmallHom.shift.congr_simpstatement and proof · cited by 0