Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.IsLeftDerivedFunctor

{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] →
            (LF : CategoryTheory.Functor D H) →
              {F : CategoryTheory.Functor C H} →
                {L : CategoryTheory.Functor C D} →
                  (L.comp LF ⟶ F) → (W : CategoryTheory.MorphismProperty C) → [L.IsLocalization W] → Prop

A functor LF : D ⥤ H is a left derived functor of F : C ⥤ H if it is equipped with a natural transformation α : L ⋙ LF ⟶ F which makes it a right Kan extension of F along L, where L : C ⥤ D is a localization functor for W : MorphismProperty C.

Defined in
Mathlib.CategoryTheory.Functor.Derived.LeftDerived
Cited by
33 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalization

Around this declaration

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

CategoryTheory.Functor.leftDerivedNatTrans · cited by 10Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedLift · cited by 7Functor.leftDerivedLiftCategoryTheory.Functor.IsLeftDerivedFunctor.isRightKanExtension · cited by 6IsLeftDerivedFunctor.isRi…CategoryTheory.Adjunction.derivedη · cited by 4Adjunction.derivedηCategoryTheory.Functor.leftDerivedNatTrans_fac · cited by 4Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerived_fac · cited by 3Functor.leftDerived_facCategoryTheory.Functor.leftDerived_fac_app · cited by 3Functor.leftDerived_fac_a…CategoryTheory.Adjunction.derived · cited by 2Adjunction.derivedCategoryTheory.Adjunction.derived' · cited by 2Adjunction.derived'CategoryTheory.Functor.leftDerivedNatIso · cited by 2Functor.leftDerivedNatIsoCategoryTheory.Functor.leftDerivedUnique · cited by 2Functor.leftDerivedUniqueCategoryTheory.Functor.leftDerived_ext · cited by 2Functor.leftDerived_extCategoryTheory.Functor.isIso_of_isLeftDerivedFunctor_of_inverts · cited by 1Functor.isIso_of_isLeftDe…CategoryTheory.Adjunction.derivedη_fac_app · cited by 1Adjunction.derivedη_fac_a…CategoryTheory.Functor.isLeftDerivedFunctor_iff_isRightKanExtension · cited by 1Functor.isLeftDerivedFunc…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.IsLocalizationFunctor.IsLeftDerivedFunctorCITED BYCITES

Cites6

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

Cited by43

Results whose statement or proof uses this declaration.