Mathlib Map

Theorems · Definition · category theory

CategoryTheory.plusPlusSheaf

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (J : CategoryTheory.GrothendieckTopology C) →
      (D : Type w) →
        [inst_1 : CategoryTheory.Category.{w', w} D] →
          {FD : D → D → Type u_1} →
            {CD : D → Type t} →
              [inst_2 : (X Y : D) → FunLike (FD X Y) (CD X) (CD Y)] →
                [instCC : CategoryTheory.ConcreteCategory D FD] →
                  [∀ {X : C} (S : J.Cover X),
                        CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Limits.WalkingMulticospan S.shape)
                          (CategoryTheory.forget D)] →
                    [∀ (P : CategoryTheory.Functor Cᵒᵖ D) (X : C) (S : J.Cover X),
                          CategoryTheory.Limits.HasMultiequalizer (S.index P)] →
                      [∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ D] →
                        [∀ (X : C),
                              CategoryTheory.Limits.PreservesColimitsOfShape (J.Cover X)ᵒᵖ (CategoryTheory.forget D)] →
                          [(CategoryTheory.forget D).ReflectsIsomorphisms] →
                            CategoryTheory.Functor (CategoryTheory.Functor Cᵒᵖ D) (CategoryTheory.Sheaf J D)

The sheafification functor, as a functor taking values in Sheaf.

Defined in
Mathlib.CategoryTheory.Sites.ConcreteSheafification
Cited by
4 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.Limits.PreservesLimitsOfShapeCategoryTheory.Limits.HasMultiequalizerCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesColimitsOfShapeCategoryTheory.Functor.ReflectsIsomorphisms

Around this declaration

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

CategoryTheory.plusPlusAdjunction · cited by 2CategoryTheory.plusPlusAd…CategoryTheory.toSheafify_plusPlusIsoSheafify_hom · cited by 1CategoryTheory.toSheafify…CategoryTheory.GrothendieckTopology.sheafToPresheaf_map_sheafComposeNatTrans_eq_sheafifyCompIso_inv · cited by 0GrothendieckTopology.shea…CategoryTheory.plusPlusSheafIsoPresheafToSheaf · cited by 0CategoryTheory.plusPlusSh…CategoryTheory.plusPlusSheaf_map_hom · cited by 0CategoryTheory.plusPlusSh…CategoryTheory.plusPlusSheaf_obj_obj · cited by 0CategoryTheory.plusPlusSh…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeFunLike · cited by 2560FunLikeCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.forget · cited by 418CategoryTheory.forgetCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.PreservesColimitsOfShape · cited by 222Limits.PreservesColimitsO…CategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.Limits.WalkingMulticospan · cited by 199Limits.WalkingMulticospanCategoryTheory.Limits.PreservesLimitsOfShape · cited by 156Limits.PreservesLimitsOfS…CategoryTheory.plusPlusSheafCITED BYCITES

Cites22

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

Cited by6

Results whose statement or proof uses this declaration.