Mathlib Map

Theorems · Definition · category theory

SheafOfModules.mapFree

{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) →
                            (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. Then a morphism η : unit S ⟶ F.obj (unit R) induces a morphism from free (R := S) I to F.obj (free I). See also mapFreeIso for the iso version.

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

Around this declaration

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

Cites22

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

Cited by3

Results whose statement or proof uses this declaration.