Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.leftDerivedLift

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

Constructor for natural transformations to a left derived functor.

Defined in
Mathlib.CategoryTheory.Functor.Derived.LeftDerived
Cited by
7 results in Mathlib
Foundations
Depth 32 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 · cited by 10Functor.leftDerivedNatTra…CategoryTheory.Adjunction.derivedη · cited by 4Adjunction.derivedηCategoryTheory.Functor.leftDerived_fac · cited by 3Functor.leftDerived_facCategoryTheory.Functor.leftDerived_fac_app · cited by 3Functor.leftDerived_fac_a…CategoryTheory.Adjunction.derivedη_fac_app · cited by 1Adjunction.derivedη_fac_a…CategoryTheory.Functor.leftDerived_fac_app_assoc · cited by 0Functor.leftDerived_fac_a…CategoryTheory.Functor.leftDerived_fac_assoc · cited by 0Functor.leftDerived_fac_a…CategoryTheory.Functor.isLeftDerivedFunctor_iff_isIso_leftDerivedLift · cited by 0Functor.isLeftDerivedFunc…CategoryTheory.Functor.leftDerivedLift.congr_simp · cited by 0leftDerivedLift.congr_simpCategoryTheory.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.IsRightKanExtension · cited by 46Functor.IsRightKanExtensi…CategoryTheory.Functor.IsLeftDerivedFunctor · cited by 33Functor.IsLeftDerivedFunc…CategoryTheory.Functor.liftOfIsRightKanExtension · cited by 14Functor.liftOfIsRightKanE…CategoryTheory.Functor.IsLeftDerivedFunctor.isRightKanExtension · cited by 6IsLeftDerivedFunctor.isRi…Functor.leftDerivedLiftCITED BYCITES

Cites10

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

Cited by9

Results whose statement or proof uses this declaration.