Theorems · Theorem · category theory
CategoryTheory.Localization.SmallHom.equiv_shift
∀ {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] [inst_5 : W.IsCompatibleWithShift M] (L : CategoryTheory.Functor C D)
[inst_6 : L.IsLocalization W] [inst_7 : L.CommShift M] {X Y : C}
[inst_8 : CategoryTheory.Localization.HasSmallLocalizedHom W X Y] (f : CategoryTheory.Localization.SmallHom W X Y)
(a : M)
[inst_9 :
CategoryTheory.Localization.HasSmallLocalizedHom W ((CategoryTheory.shiftFunctor C a).obj X)
((CategoryTheory.shiftFunctor C a).obj Y)],
(CategoryTheory.Localization.SmallHom.equiv W L) (f.shift a) =
CategoryTheory.CategoryStruct.comp ((CategoryTheory.Functor.commShiftIso L a).hom.app X)
(CategoryTheory.CategoryStruct.comp
((CategoryTheory.shiftFunctor D a).map ((CategoryTheory.Localization.SmallHom.equiv W L) f))
((CategoryTheory.Functor.commShiftIso L a).inv.app Y))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.MorphismProperty.IsCompatibleWithShiftCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.CommShiftCategoryTheory.Localization.HasSmallLocalizedHomCategoryTheory.Localization.HasSmallLocalizedHom
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invstatement · cited by 6,514
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.SmallShiftedHom.equiv_shift'proof · cited by 2