Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.rightDerived_fac

∀ {C : Type u_3} {D : Type u_1} {H : Type u_2} [inst : CategoryTheory.Category.{v_1, u_3} C]
  [inst_1 : CategoryTheory.Category.{v_3, u_1} D] [inst_2 : CategoryTheory.Category.{v_5, u_2} H]
  (RF : CategoryTheory.Functor D H) {F : CategoryTheory.Functor C H} {L : CategoryTheory.Functor C D}
  (α : F ⟶ L.comp RF) (W : CategoryTheory.MorphismProperty C) [inst_3 : L.IsLocalization W]
  [inst_4 : RF.IsRightDerivedFunctor α W] (G : CategoryTheory.Functor D H) (β : F ⟶ L.comp G),
  CategoryTheory.CategoryStruct.comp α (L.whiskerLeft (RF.rightDerivedDesc α W G β)) = β
Defined in
Mathlib.CategoryTheory.Functor.Derived.RightDerived
Cited by
5 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsRightDerivedFunctor

Around this declaration

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

CategoryTheory.Functor.rightDerivedNatTrans_fac · cited by 4Functor.rightDerivedNatTr…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac · cited by 2LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.Derives.isRightDerivedFunctor_of_isIso · cited by 1Derives.isRightDerivedFun…CategoryTheory.Functor.isRightDerivedFunctor_iff_isIso_rightDerivedDesc · cited by 0Functor.isRightDerivedFun…CategoryTheory.Functor.rightDerived_fac_assoc · cited by 0Functor.rightDerived_fac_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.IsLeftKanExtension · cited by 57Functor.IsLeftKanExtensionCategoryTheory.Functor.IsRightDerivedFunctor · cited by 43Functor.IsRightDerivedFun…CategoryTheory.Functor.descOfIsLeftKanExtension_fac · cited by 16Functor.descOfIsLeftKanEx…CategoryTheory.Functor.rightDerivedDesc · cited by 8Functor.rightDerivedDescCategoryTheory.Functor.IsRightDerivedFunctor.isLeftKanExtension · cited by 6IsRightDerivedFunctor.isL…Functor.rightDerived_facCITED BYCITES

Cites13

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.