Mathlib Map

Theorems · Definition · category theory

PresheafOfModules.ModuleColimit.map

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.LocallySmall.{w, v, u} C] →
      [inst_2 : CategoryTheory.IsCofiltered C] →
        [inst_3 : CategoryTheory.InitiallySmall C] →
          {R : CategoryTheory.Functor Cᵒᵖ RingCat} →
            {cR : CategoryTheory.Limits.Cocone R} →
              (hcR : CategoryTheory.Limits.IsColimit cR) →
                {M : PresheafOfModules R} →
                  {cM : CategoryTheory.Limits.Cocone M.presheaf} →
                    (hcM : CategoryTheory.Limits.IsColimit cM) →
                      {M' : PresheafOfModules R} →
                        {cM' : CategoryTheory.Limits.Cocone M'.presheaf} →
                          (hcM' : CategoryTheory.Limits.IsColimit cM') →
                            (M ⟶ M') →
                              PresheafOfModules.ModuleColimit hcR hcM →ₗ[↑cR.pt]
                                PresheafOfModules.ModuleColimit hcR hcM'

The linear map between the colimit modules induced by a morphism of modules.

Defined in
Mathlib.Algebra.Category.ModuleCat.Presheaf.ColimitFunctor
Cited by
5 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.LocallySmallCategoryTheory.IsCofilteredCategoryTheory.InitiallySmall

Around this declaration

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

Cites25

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

Cited by6

Results whose statement or proof uses this declaration.