Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.sheafifyCompIso

{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] →
                    [inst_5 : ∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ D] →
                      [inst_6 : ∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ E] →
                        [∀ (X : C), CategoryTheory.Limits.PreservesColimitsOfShape (J.Cover X)ᵒᵖ F] →
                          [∀ (X : C) (W : J.Cover X) (P : CategoryTheory.Functor Cᵒᵖ D),
                                CategoryTheory.Limits.PreservesLimit (W.index P).multicospan F] →
                            (P : CategoryTheory.Functor Cᵒᵖ D) → (J.sheafify P).comp F ≅ J.sheafify (P.comp F)

The isomorphism between the sheafification of P composed with F and the sheafification of P ⋙ F. Use the lemmas whisker_right_to_sheafify_sheafify_comp_iso_hom, to_sheafify_comp_sheafify_comp_iso_inv and sheafify_comp_iso_inv_eq_sheafify_lift to reduce the components of this isomorphism to a state that can be handled using the universal property of sheafification.

Defined in
Mathlib.CategoryTheory.Sites.CompatibleSheafification
Cited by
11 results in Mathlib
Foundations
Depth 53 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.HasLimitsOfShapeCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesColimitsOfShapeCategoryTheory.Limits.PreservesLimit

Around this declaration

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

CategoryTheory.GrothendieckTopology.whiskerRight_toSheafify_sheafifyCompIso_hom · cited by 3GrothendieckTopology.whis…CategoryTheory.GrothendieckTopology.sheafifyCompIso_inv_eq_sheafifyLift · cited by 1GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.toSheafify_comp_sheafifyCompIso_inv · cited by 1GrothendieckTopology.toSh…CategoryTheory.GrothendieckTopology.sheafToPresheaf_map_sheafComposeNatTrans_eq_sheafifyCompIso_inv · cited by 0GrothendieckTopology.shea…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.sheafifyCompIso.congr_simp · cited by 0sheafifyCompIso.congr_simpCategoryTheory.GrothendieckTopology.toSheafify_comp_sheafifyCompIso_inv_assoc · cited by 0GrothendieckTopology.toSh…CategoryTheory.GrothendieckTopology.whiskerRight_toSheafify_sheafifyCompIso_hom_assoc · cited by 0GrothendieckTopology.whis…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.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.MulticospanIndex.multicospan · cited by 167MulticospanIndex.multicos…GrothendieckTopology.sheafify…CITED BYCITES

Cites22

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

Cited by11

Results whose statement or proof uses this declaration.