Mathlib Map

Theorems · Definition · category theory

ModuleCat.directLimitCocone

{R : Type u} →
  [inst : Ring R] →
    {ι : Type v} →
      [DecidableEq ι] →
        [inst_2 : Preorder ι] →
          (G : ι → Type v) →
            [inst_3 : (i : ι) → AddCommGroup (G i)] →
              [inst_4 : (i : ι) → Module R (G i)] →
                (f : (i j : ι) → i ≤ j → G i →ₗ[R] G j) →
                  [inst_5 : DirectedSystem G fun i j h => ⇑(f i j h)] →
                    CategoryTheory.Limits.Cocone (ModuleCat.directLimitDiagram G f)

The Cocone on directLimitDiagram corresponding to the unbundled directLimit of modules. In directLimitIsColimit we show that it is a colimit cocone.

Defined in
Mathlib.Algebra.Category.ModuleCat.Limits
Cited by
3 results in Mathlib
Foundations
Depth 52 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingDecidableEqPreorderAddCommGroupModuleDirectedSystem

Around this declaration

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

Cites16

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

Cited by4

Results whose statement or proof uses this declaration.