Theorems · Theorem · category theory
CategoryTheory.LocalizerMorphism.isIso_iff_of_isRightDerivabilityStructure
∀ {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₁] [Φ.IsRightDerivabilityStructure]
[(Φ.functor.comp F).HasPointwiseRightDerivedFunctor W₁] [F₂.IsRightDerivedFunctor α₂ W₂] (X : C₁),
CategoryTheory.IsIso (α₁.app X) ↔ CategoryTheory.IsIso (α₂.app (Φ.functor.obj X))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsRightDerivedFunctorCategoryTheory.LocalizerMorphism.IsRightDerivabilityStructureCategoryTheory.Functor.HasPointwiseRightDerivedFunctorCategoryTheory.Functor.IsRightDerivedFunctor
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.IsIsostatement and proof · cited by 1,156
- CategoryTheory.Functor.IsLocalizationstatement and proof · cited by 432
- CategoryTheory.LocalizerMorphismstatement and proof · cited by 161
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.LocalizerMorphism.Derives.isIso_of_isRightDerivedFunctorproof · cited by 3