Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.rightDerivedDesc

{C : Type u_1} →
  {D : Type u_2} →
    {H : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_3, u_2} D] →
          [inst_2 : CategoryTheory.Category.{v_5, u_3} 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] →
                        [RF.IsRightDerivedFunctor α W] → (G : CategoryTheory.Functor D H) → (F ⟶ L.comp G) → (RF ⟶ G)

Constructor for natural transformations from a right derived functor.

Defined in
Mathlib.CategoryTheory.Functor.Derived.RightDerived
Cited by
8 results in Mathlib
Foundations
Depth 32 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 · cited by 10Functor.rightDerivedNatTr…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison · cited by 6LocalizerMorphism.rightDe…CategoryTheory.Functor.rightDerived_fac · cited by 5Functor.rightDerived_facCategoryTheory.Adjunction.derivedε · cited by 4Adjunction.derivedεCategoryTheory.Functor.rightDerived_fac_app · cited by 3Functor.rightDerived_fac_…CategoryTheory.Adjunction.derivedε_fac_app · cited by 1Adjunction.derivedε_fac_a…CategoryTheory.LocalizerMorphism.Derives.isRightDerivedFunctor_of_isIso · cited by 1Derives.isRightDerivedFun…CategoryTheory.Functor.isRightDerivedFunctor_iff_isIso_rightDerivedDesc · cited by 0Functor.isRightDerivedFun…CategoryTheory.Functor.rightDerived_fac_app_assoc · cited by 0Functor.rightDerived_fac_…CategoryTheory.Functor.rightDerived_fac_assoc · cited by 0Functor.rightDerived_fac_…CategoryTheory.Functor.rightDerivedDesc.congr_simp · cited by 0rightDerivedDesc.congr_si…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.IsLeftKanExtension · cited by 57Functor.IsLeftKanExtensionCategoryTheory.Functor.IsRightDerivedFunctor · cited by 43Functor.IsRightDerivedFun…CategoryTheory.Functor.descOfIsLeftKanExtension · cited by 25Functor.descOfIsLeftKanEx…CategoryTheory.Functor.IsRightDerivedFunctor.isLeftKanExtension · cited by 6IsRightDerivedFunctor.isL…Functor.rightDerivedDescCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.