Mathlib Map

Theorems · Definition · category theory

PresheafOfModules.sheafificationCompForgetCompToPresheaf

{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) →
            [inst_1 : CategoryTheory.Presheaf.IsLocallyInjective J α] →
              [inst_2 : CategoryTheory.Presheaf.IsLocallySurjective J α] →
                [inst_3 : J.WEqualsLocallyBijective AddCommGrpCat] →
                  [inst_4 : CategoryTheory.HasWeakSheafify J AddCommGrpCat] →
                    (PresheafOfModules.sheafification α).comp
                        ((SheafOfModules.forget R).comp (PresheafOfModules.toPresheaf R.obj)) ≅
                      (PresheafOfModules.toPresheaf R₀).comp
                        ((CategoryTheory.presheafToSheaf J AddCommGrpCat).comp
                          (CategoryTheory.sheafToPresheaf J AddCommGrpCat))

The sheafification of presheaves of modules commutes with the functor which forgets the module structures.

Defined in
Mathlib.Algebra.Category.ModuleCat.Presheaf.Sheafification
Cited by
0 results in Mathlib
Foundations
Depth 69 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.

Cites29

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.