Mathlib Map

Theorems · Definition · category theory

SheafOfModules.mapFreeIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {J : CategoryTheory.GrothendieckTopology C} →
      {R : CategoryTheory.Sheaf J RingCat} →
        [inst_1 : CategoryTheory.HasWeakSheafify 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] →
                        (F : CategoryTheory.Functor (SheafOfModules R) (SheafOfModules S)) →
                          (I : Type u) →
                            [CategoryTheory.Limits.PreservesColimitsOfShape (CategoryTheory.Discrete I) F] →
                              (SheafOfModules.unit S ≅ F.obj (SheafOfModules.unit R)) →
                                (SheafOfModules.free I ≅ F.obj (SheafOfModules.free I))

Let F be a functor from the category of sheaves of R-modules to sheaves of S-modules. If F preserves coproducts and unit S ≅ F.obj (unit R), then F preserves free sheaves of modules.

Defined in
Mathlib.Algebra.Category.ModuleCat.Sheaf.Free
Cited by
12 results in Mathlib
Foundations
Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.HasWeakSheafifyCategoryTheory.GrothendieckTopology.WEqualsLocallyBijectiveCategoryTheory.CategoryCategoryTheory.HasSheafifyCategoryTheory.GrothendieckTopology.WEqualsLocallyBijectiveCategoryTheory.Limits.PreservesColimitsOfShape

Around this declaration

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

SheafOfModules.Presentation.map · cited by 5Presentation.mapSheafOfModules.Presentation.mapRelations · cited by 4Presentation.mapRelationsSheafOfModules.ιFree_mapFreeIso_hom · cited by 2SheafOfModules.ιFree_mapF…SheafOfModules.Presentation.mapRelations_mapGenerators · cited by 2Presentation.mapRelations…SheafOfModules.map_ιFree_mapFreeIso_inv · cited by 2SheafOfModules.map_ιFree_…SheafOfModules.GeneratingSections.mapFreeHom · cited by 1GeneratingSections.mapFre…SheafOfModules.ιFree_mapFreeIso_hom_assoc · cited by 0SheafOfModules.ιFree_mapF…SheafOfModules.ιFree_mapFree_inv · cited by 0SheafOfModules.ιFree_mapF…SheafOfModules.mapFreeIso.congr_simp · cited by 0mapFreeIso.congr_simpSheafOfModules.Presentation.map_relations_I · cited by 0Presentation.map_relation…SheafOfModules.Presentation.map_π_eq · cited by 0Presentation.map_π_eqSheafOfModules.mapFreeIso_hom · cited by 0SheafOfModules.mapFreeIso…SheafOfModules.map_ιFree_mapFreeIso_inv_assoc · cited by 0SheafOfModules.map_ιFree_…SheafOfModules.map_ιFree_mapFree_hom · cited by 0SheafOfModules.map_ιFree_…SheafOfModules.GeneratingSections.map_π_eq · cited by 0GeneratingSections.map_π_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAddMonoidHom · cited by 3230AddMonoidHomCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…CategoryTheory.Sheaf · cited by 763CategoryTheory.SheafRingCat · cited by 473RingCatAddCommGrpCat · cited by 462AddCommGrpCatAddCommGrpCat.carrier · cited by 407AddCommGrpCat.carrierCategoryTheory.Limits.PreservesColimitsOfShape · cited by 222Limits.PreservesColimitsO…CategoryTheory.HasWeakSheafify · cited by 221CategoryTheory.HasWeakShe…SheafOfModules · cited by 188SheafOfModulesCategoryTheory.GrothendieckTopology.WEqualsLocallyBijective · cited by 142GrothendieckTopology.WEqu…SheafOfModules.mapFreeIsoCITED BYCITES

Cites22

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

Cited by15

Results whose statement or proof uses this declaration.