Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.plusCompIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (J : CategoryTheory.GrothendieckTopology C) →
      {D : Type u_1} →
        [inst_1 : CategoryTheory.Category.{v_1, u_1} D] →
          {E : Type u_2} →
            [inst_2 : CategoryTheory.Category.{v_2, u_2} E] →
              (F : CategoryTheory.Functor D E) →
                [inst_3 :
                    ∀ (J : CategoryTheory.Limits.MulticospanShape),
                      CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.Limits.WalkingMulticospan J) D] →
                  [inst_4 :
                      ∀ (J : CategoryTheory.Limits.MulticospanShape),
                        CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.Limits.WalkingMulticospan J) E] →
                    [∀ (X : C) (W : J.Cover X) (P : CategoryTheory.Functor Cᵒᵖ D),
                          CategoryTheory.Limits.PreservesLimit (W.index P).multicospan F] →
                      (P : CategoryTheory.Functor Cᵒᵖ D) →
                        [inst_6 : ∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ D] →
                          [inst_7 : ∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ E] →
                            [∀ (X : C), CategoryTheory.Limits.PreservesColimitsOfShape (J.Cover X)ᵒᵖ F] →
                              (J.plusObj P).comp F ≅ J.plusObj (P.comp F)

The isomorphism between P⁺ ⋙ F and (P ⋙ F)⁺.

Defined in
Mathlib.CategoryTheory.Sites.CompatiblePlus
Cited by
20 results in Mathlib
Foundations
Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.PreservesLimitCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesColimitsOfShape

Around this declaration

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

CategoryTheory.GrothendieckTopology.sheafifyCompIso · cited by 11GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.ι_plusCompIso_hom · cited by 4GrothendieckTopology.ι_pl…CategoryTheory.GrothendieckTopology.whiskerRight_toPlus_comp_plusCompIso_hom · cited by 3GrothendieckTopology.whis…CategoryTheory.GrothendieckTopology.whiskerRight_toSheafify_sheafifyCompIso_hom · cited by 3GrothendieckTopology.whis…CategoryTheory.GrothendieckTopology.plusCompIso_whiskerRight · cited by 2GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.plusFunctorWhiskerLeftIso · cited by 2GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.plusFunctorWhiskerRightIso · cited by 2GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.ι_plusCompIso_hom_assoc · cited by 2GrothendieckTopology.ι_pl…CategoryTheory.GrothendieckTopology.toPlus_comp_plusCompIso_inv · cited by 1GrothendieckTopology.toPl…CategoryTheory.GrothendieckTopology.plusCompIso_whiskerLeft · cited by 1GrothendieckTopology.plus…CategoryTheory.GrothendieckTopology.sheafificationWhiskerLeftIso_hom_app · cited by 0GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.sheafificationWhiskerLeftIso_inv_app · cited by 0GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.sheafificationWhiskerRightIso_hom_app · cited by 0GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.sheafificationWhiskerRightIso_inv_app · cited by 0GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.plusCompIso.congr_simp · cited by 0plusCompIso.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoOpposite.unop · cited by 2231Opposite.unopCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.HasLimitsOfShape · cited by 223Limits.HasLimitsOfShapeCategoryTheory.Limits.PreservesColimitsOfShape · cited by 222Limits.PreservesColimitsO…CategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.Limits.WalkingMulticospan · cited by 199Limits.WalkingMulticospanCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitGrothendieckTopology.plusComp…CITED BYCITES

Cites26

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

Cited by23

Results whose statement or proof uses this declaration.