Mathlib Map

Theorems · Definition · category theory

PresheafOfModules.sheafification

{C : Type u'} →
  [inst : CategoryTheory.Category.{v', u'} C] →
    {J : CategoryTheory.GrothendieckTopology C} →
      {R₀ : CategoryTheory.Functor Cᵒᵖ RingCat} →
        {R : CategoryTheory.Sheaf J RingCat} →
          (α : R₀ ⟶ R.obj) →
            [CategoryTheory.Presheaf.IsLocallyInjective J α] →
              [CategoryTheory.Presheaf.IsLocallySurjective J α] →
                [J.WEqualsLocallyBijective AddCommGrpCat] →
                  [CategoryTheory.HasWeakSheafify J AddCommGrpCat] →
                    CategoryTheory.Functor (PresheafOfModules R₀) (SheafOfModules R)

Given a locally bijective morphism α : R₀ ⟶ R.val where R₀ is a presheaf of rings and R a sheaf of rings (i.e. R identifies to the sheafification of R₀), this is the associated sheaf of modules functor PresheafOfModules.{v} R₀ ⥤ SheafOfModules.{v} R.

Defined in
Mathlib.Algebra.Category.ModuleCat.Presheaf.Sheafification
Cited by
9 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Presheaf.IsLocallyInjectiveCategoryTheory.Presheaf.IsLocallySurjectiveCategoryTheory.GrothendieckTopology.WEqualsLocallyBijectiveCategoryTheory.HasWeakSheafify

Around this declaration

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

PresheafOfModules.sheafificationHomEquiv · cited by 4PresheafOfModules.sheafif…PresheafOfModules.sheafificationAdjunction · cited by 3PresheafOfModules.sheafif…PresheafOfModules.toPresheaf_map_sheafificationHomEquiv_def · cited by 1PresheafOfModules.toPresh…PresheafOfModules.toSheaf_map_sheafificationHomEquiv_symm · cited by 1PresheafOfModules.toSheaf…PresheafOfModules.sheafificationCompToSheaf · cited by 1PresheafOfModules.sheafif…PresheafOfModules.sheafification.congr_simp · cited by 0sheafification.congr_simpSheafOfModules.PullbackConstruction.adjunction · cited by 0PullbackConstruction.adju…PresheafOfModules.toPresheaf_map_sheafificationAdjunction_unit_app · cited by 0PresheafOfModules.toPresh…PresheafOfModules.toPresheaf_map_sheafificationHomEquiv · cited by 0PresheafOfModules.toPresh…SheafOfModules.pullbackIso · cited by 0SheafOfModules.pullbackIsoPresheafOfModules.inverseImage_W_toPresheaf_eq_inverseImage_isomorphisms · cited by 0PresheafOfModules.inverse…PresheafOfModules.toSheaf_map_sheafificationAdjunction_counit_app · cited by 0PresheafOfModules.toSheaf…SheafOfModules.sheafificationCompPullback · cited by 0SheafOfModules.sheafifica…PresheafOfModules.sheafificationAdjunction_homEquiv_apply · cited by 0PresheafOfModules.sheafif…PresheafOfModules.sheafificationCompForgetCompToPresheaf · cited by 0PresheafOfModules.sheafif…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorRingHom · cited by 10189RingHomCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compAddMonoidHom · cited by 3230AddMonoidHomCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.ObjectProperty.FullSubcategory.obj · cited by 1316FullSubcategory.objCategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafRingCat · cited by 473RingCatAddCommGrpCat · cited by 462AddCommGrpCatAddCommGrpCat.carrier · cited by 407AddCommGrpCat.carrierPresheafOfModules.sheafificat…CITED BYCITES

Cites28

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

Cited by16

Results whose statement or proof uses this declaration.