Mathlib Map

Theorems · Definition · algebraic geometry

SheafOfModules.Presentation.map

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {J : CategoryTheory.GrothendieckTopology C} →
      {R : CategoryTheory.Sheaf J RingCat} →
        [inst_1 : CategoryTheory.HasSheafify J AddCommGrpCat] →
          [inst_2 : J.WEqualsLocallyBijective AddCommGrpCat] →
            {C' : Type u₂} →
              [inst_3 : CategoryTheory.Category.{v₂, u₂} C'] →
                {J' : CategoryTheory.GrothendieckTopology C'} →
                  {S : CategoryTheory.Sheaf J' RingCat} →
                    [inst_4 : CategoryTheory.HasSheafify J' AddCommGrpCat] →
                      [inst_5 : J'.WEqualsLocallyBijective AddCommGrpCat] →
                        {M : SheafOfModules R} →
                          M.Presentation →
                            (F : CategoryTheory.Functor (SheafOfModules R) (SheafOfModules S)) →
                              [CategoryTheory.Limits.PreservesColimitsOfSize.{u, u, max u u₁, max u u₂,
                                      max (max (u + 1) u₁) v₁, max (max (u + 1) u₂) v₂}
                                    F] →
                                (SheafOfModules.unit S ≅ F.obj (SheafOfModules.unit R)) → (F.obj M).Presentation

Let F be a functor from sheaf of R-module to sheaf of S-module, if F preserves colimits and F.obj (unit R) ≅ unit S, given a P : Presentation M, then we will get a Presentation (F.obj M).

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.Quasicoherent
Cited by
5 results in Mathlib
Foundations
Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.HasSheafifyCategoryTheory.GrothendieckTopology.WEqualsLocallyBijectiveCategoryTheory.CategoryCategoryTheory.HasSheafifyCategoryTheory.GrothendieckTopology.WEqualsLocallyBijectiveCategoryTheory.Limits.PreservesColimitsOfSize

Around this declaration

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

SheafOfModules.Presentation.quasicoherentData · cited by 4Presentation.quasicoheren…SheafOfModules.QuasicoherentData.pushforward · cited by 3QuasicoherentData.pushfor…AlgebraicGeometry.Scheme.Modules.presentationRestrict · cited by 1Modules.presentationRestr…SheafOfModules.QuasicoherentData.bind · cited by 1QuasicoherentData.bindAlgebraicGeometry.Scheme.Modules.exists_isOpenCover_presentation · cited by 1Modules.exists_isOpenCove…SheafOfModules.Presentation.quasicoherentData_presentation · cited by 0Presentation.quasicoheren…SheafOfModules.Presentation.map_generators_I · cited by 0Presentation.map_generato…SheafOfModules.Presentation.map_relations_I · cited by 0Presentation.map_relation…SheafOfModules.Presentation.map_π_eq · cited by 0Presentation.map_π_eqDFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAddMonoidHom · cited by 3230AddMonoidHomCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Sheaf · cited by 763CategoryTheory.SheafCategoryTheory.Iso.refl · cited by 727Iso.reflRingCat · cited by 473RingCatAddCommGrpCat · cited by 462AddCommGrpCatAddCommGrpCat.carrier · cited by 407AddCommGrpCat.carrierPresentation.mapCITED BYCITES

Cites38

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.