Theorems · Definition · category theory
ModuleCat.directLimitIsColimit
{R : Type u} →
[inst : Ring R] →
{ι : Type v} →
[inst_1 : 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.IsColimit (ModuleCat.directLimitCocone G f)The unbundled directLimit of modules is a colimit
in the sense of CategoryTheory.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Quiver.Homproof · cited by 32,603
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement and proof · cited by 10,215
- Preorderstatement and proof · cited by 7,952
- Ringstatement and proof · cited by 7,463
- CategoryTheory.NatTrans.appproof · cited by 7,406
- ModuleCatstatement · cited by 1,429
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
Cited by1
Results whose statement or proof uses this declaration.
- ModuleCat.directLimitIsColimit_descstatement and proof · cited by 0