Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.LocalizerMorphism.Derives.isIso_of_isRightDerivedFunctor

∀ {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₄}
  [inst_3 : CategoryTheory.Category.{v₄, u₄} D₂] {W₁ : CategoryTheory.MorphismProperty C₁}
  {W₂ : CategoryTheory.MorphismProperty C₂} {Φ : CategoryTheory.LocalizerMorphism W₁ W₂}
  {F : CategoryTheory.Functor C₂ H},
  Φ.Derives F →
    ∀ [Φ.IsRightDerivabilityStructure] {L₂ : CategoryTheory.Functor C₂ D₂} [inst_5 : L₂.IsLocalization W₂]
      {RF : CategoryTheory.Functor D₂ H} (α : F ⟶ L₂.comp RF) (X₁ : C₁) [RF.IsRightDerivedFunctor α W₂],
      CategoryTheory.IsIso (α.app (Φ.functor.obj X₁))
Defined in
Mathlib.CategoryTheory.Localization.DerivabilityStructure.Derives
Cited by
3 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.LocalizerMorphism.IsRightDerivabilityStructureCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsRightDerivedFunctor

Around this declaration

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

Cites24

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

Cited by3

Results whose statement or proof uses this declaration.