Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.leftDerivedNatTrans

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

The natural transformation LF' ⟶ LF on left derived functors that is induced by a natural transformation F' ⟶ F.

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

Around this declaration

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

CategoryTheory.Functor.leftDerivedNatTrans_fac · cited by 4Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedNatIso · cited by 2Functor.leftDerivedNatIsoCategoryTheory.Functor.leftDerivedNatIso_inv · cited by 1Functor.leftDerivedNatIso…CategoryTheory.Functor.leftDerivedNatTrans_app · cited by 1Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedNatTrans_comp · cited by 1Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedNatTrans_fac_assoc · cited by 1Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedNatIso_hom · cited by 0Functor.leftDerivedNatIso…CategoryTheory.Functor.leftDerivedNatTrans_app_assoc · cited by 0Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedNatTrans_comp_assoc · cited by 0Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedNatTrans_id · cited by 0Functor.leftDerivedNatTra…CategoryTheory.Functor.leftDerivedNatTrans.congr_simp · cited by 0leftDerivedNatTrans.congr…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.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.IsLeftDerivedFunctor · cited by 33Functor.IsLeftDerivedFunc…CategoryTheory.Functor.leftDerivedLift · cited by 7Functor.leftDerivedLiftFunctor.leftDerivedNatTransCITED BYCITES

Cites9

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.