Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison

{C₁ : Type u₁} →
  {C₂ : Type u₂} →
    {H : Type u₃} →
      [inst : CategoryTheory.Category.{v₁, u₁} C₁] →
        [inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} H] →
            {D₁ : Type u₄} →
              {D₂ : Type u₅} →
                [inst_3 : CategoryTheory.Category.{v₄, u₄} D₁] →
                  [inst_4 : CategoryTheory.Category.{v₅, u₅} D₂] →
                    {W₁ : CategoryTheory.MorphismProperty C₁} →
                      {W₂ : CategoryTheory.MorphismProperty C₂} →
                        (Φ : CategoryTheory.LocalizerMorphism W₁ W₂) →
                          (L₁ : CategoryTheory.Functor C₁ D₁) →
                            (L₂ : CategoryTheory.Functor C₂ D₂) →
                              [inst_5 : L₁.IsLocalization W₁] →
                                [inst_6 : L₂.IsLocalization W₂] →
                                  (F : CategoryTheory.Functor C₂ H) →
                                    (F₁ : CategoryTheory.Functor D₁ H) →
                                      (α₁ : Φ.functor.comp F ⟶ L₁.comp F₁) →
                                        (F₂ : CategoryTheory.Functor D₂ H) →
                                          (F ⟶ L₂.comp F₂) →
                                            [F₁.IsRightDerivedFunctor α₁ W₁] → F₁ ⟶ (Φ.localizedFunctor L₁ L₂).comp F₂

If Φ is a localizer morphism from W₁ : MorphismProperty C₁ to W₂ : MorphismProperty C₂, if L₁ : C₁ ⥤ D₁ and L₂ : C₂ ⥤ D₂ are localization functors for W₁ and W₂, if F : C₂ ⥤ H is a functor, if F₁ : D₁ ⥤ H is a right derived functor of Φ.functor ⋙ F, and if F₂ : D₂ ⥤ H is a functor equipped with a natural transformation α₂ : F ⟶ L₂ ⋙ F₂, this is the canonical morphism F₁ ⟶ Φ.localizedFunctor L₁ L₂ ⋙ F₂.

Defined in
Mathlib.CategoryTheory.Localization.DerivabilityStructure.PointwiseRightDerived
Cited by
6 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsRightDerivedFunctor

Around this declaration

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

CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac · cited by 2LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac_app · cited by 2LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.isIso_iff_of_isRightDerivabilityStructure · cited by 1LocalizerMorphism.isIso_i…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison.congr_simp · cited by 0rightDerivedFunctorCompar…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac_app_assoc · cited by 0LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac_assoc · cited by 0LocalizerMorphism.rightDe…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.LocalizerMorphism · cited by 161CategoryTheory.LocalizerM…CategoryTheory.LocalizerMorphism.functor · cited by 140LocalizerMorphism.functorCategoryTheory.CatCommSq.iso · cited by 108CatCommSq.isoLocalizerMorphism.rightDerive…CITED BYCITES

Cites18

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

Cited by6

Results whose statement or proof uses this declaration.