Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GrothendieckTopology.sheafifyMap

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    (J : CategoryTheory.GrothendieckTopology C) →
      {D : Type w} →
        [inst_1 : CategoryTheory.Category.{w', w} D] →
          [inst_2 :
              ∀ (P : CategoryTheory.Functor Cᵒᵖ D) (X : C) (S : J.Cover X),
                CategoryTheory.Limits.HasMultiequalizer (S.index P)] →
            [inst_3 : ∀ (X : C), CategoryTheory.Limits.HasColimitsOfShape (J.Cover X)ᵒᵖ D] →
              {P Q : CategoryTheory.Functor Cᵒᵖ D} → (P ⟶ Q) → (J.sheafify P ⟶ J.sheafify Q)

The canonical map on sheafifications induced by a morphism.

Defined in
Mathlib.CategoryTheory.Sites.ConcreteSheafification
Cited by
8 results in Mathlib
Foundations
Depth 50 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasMultiequalizerCategoryTheory.Limits.HasColimitsOfShape

Around this declaration

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

CategoryTheory.plusPlusSheaf · cited by 4CategoryTheory.plusPlusSh…CategoryTheory.GrothendieckTopology.toSheafify_naturality · cited by 2GrothendieckTopology.toSh…CategoryTheory.GrothendieckTopology.sheafifyMap_sheafifyLift · cited by 1GrothendieckTopology.shea…CategoryTheory.plusPlusSheaf_map_hom · cited by 0CategoryTheory.plusPlusSh…CategoryTheory.GrothendieckTopology.sheafification_map · cited by 0GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.toSheafify_naturality_assoc · cited by 0GrothendieckTopology.toSh…CategoryTheory.GrothendieckTopology.sheafifyMap_comp · cited by 0GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.sheafifyMap_id · cited by 0GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.sheafifyMap_sheafifyLift_assoc · cited by 0GrothendieckTopology.shea…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.GrothendieckTopology.Cover · cited by 211GrothendieckTopology.CoverCategoryTheory.GrothendieckTopology.Cover.shape · cited by 147Cover.shapeCategoryTheory.GrothendieckTopology.Cover.index · cited by 142Cover.indexCategoryTheory.Limits.HasMultiequalizer · cited by 88Limits.HasMultiequalizerCategoryTheory.GrothendieckTopology.sheafify · cited by 32GrothendieckTopology.shea…CategoryTheory.GrothendieckTopology.plusMap · cited by 26GrothendieckTopology.plus…GrothendieckTopology.sheafify…CITED BYCITES

Cites12

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

Cited by9

Results whose statement or proof uses this declaration.