Theorems · Definition · category theory
CategoryTheory.Quotient.LiftCommShift.iso
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u'} →
[inst_1 : CategoryTheory.Category.{v', u'} D] →
(F : CategoryTheory.Functor C D) →
(r : HomRel C) →
{A : Type w} →
[inst_2 : AddMonoid A] →
[inst_3 : CategoryTheory.HasShift C A] →
[inst_4 : CategoryTheory.HasShift D A] →
[inst_5 : r.IsCompatibleWithShift A] →
[F.CommShift A] →
(hF : ∀ (x y : C) (f₁ f₂ : x ⟶ y), r f₁ f₂ → F.map f₁ = F.map f₂) →
(a : A) →
(CategoryTheory.shiftFunctor (CategoryTheory.Quotient r) a).comp
(CategoryTheory.Quotient.lift r F hF) ≅
(CategoryTheory.Quotient.lift r F hF).comp (CategoryTheory.shiftFunctor D a)Auxiliary definition for Quotient.liftCommShift.
- Defined in
- Mathlib.CategoryTheory.Shift.Quotient
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.shiftFunctorstatement and proof · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.transproof · cited by 566
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Quotient.liftCommShift_commShiftIsostatement · cited by 0
- CategoryTheory.Quotient.LiftCommShift.iso_hom_appstatement · cited by 0
- CategoryTheory.Quotient.LiftCommShift.iso_inv_appstatement · cited by 0