Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LocalizerMorphism.IsRightDerivabilityStructure.Constructor.fromRightResolution

{C₁ : Type u_1} →
  {C₂ : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C₁] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
        {W₁ : CategoryTheory.MorphismProperty C₁} →
          {W₂ : CategoryTheory.MorphismProperty C₂} →
            (Φ : CategoryTheory.LocalizerMorphism W₁ W₂) →
              {D : Type u_3} →
                [inst_2 : CategoryTheory.Category.{v_3, u_3} D] →
                  (L : CategoryTheory.Functor C₂ D) →
                    [L.IsLocalization W₂] →
                      {X₂ : C₂} →
                        {X₃ : D} →
                          (y : L.obj X₂ ⟶ X₃) →
                            CategoryTheory.Functor (Φ.RightResolution X₂)
                              ((CategoryTheory.TwoSquare.mk Φ.functor (Φ.functor.comp L) L (CategoryTheory.Functor.id D)
                                    (Φ.functor.comp L).rightUnitor.inv).CostructuredArrowDownwards
                                y)

Given Φ : LocalizerMorphism W₁ W₂, L : C₂ ⥤ D a localization functor for W₂ and a morphism y : L.obj X₂ ⟶ X₃, this is the functor which sends R : Φ.RightResolution d to (isoOfHom L W₂ R.w R.hw).inv ≫ y in the category w.CostructuredArrowDownwards y where w is TwoSquare.mk Φ.functor (Φ.functor ⋙ L) L (𝟭 _) (Functor.rightUnitor _).inv.

Defined in
Mathlib.CategoryTheory.Localization.DerivabilityStructure.Constructor
Cited by
4 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalization

Around this declaration

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

CategoryTheory.LocalizerMorphism.IsRightDerivabilityStructure.Constructor.isConnected · cited by 1Constructor.isConnectedCategoryTheory.LocalizerMorphism.IsRightDerivabilityStructure.Constructor.fromRightResolution_map · cited by 0Constructor.fromRightReso…CategoryTheory.LocalizerMorphism.IsRightDerivabilityStructure.Constructor.fromRightResolution_obj · cited by 0Constructor.fromRightReso…CategoryTheory.LocalizerMorphism.IsRightDerivabilityStructure.Constructor.fromRightResolution.congr_simp · cited by 0fromRightResolution.congr…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.StructuredArrow · cited by 370CategoryTheory.Structured…CategoryTheory.LocalizerMorphism · cited by 161CategoryTheory.LocalizerM…CategoryTheory.CostructuredArrow.mk · cited by 155CostructuredArrow.mkCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.LocalizerMorphism.functor · cited by 140LocalizerMorphism.functorConstructor.fromRightResoluti…CITED BYCITES

Cites26

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

Cited by4

Results whose statement or proof uses this declaration.