Theorems · Definition · category theory
ModuleCat.directLimitDiagram
{R : Type u} →
[inst : Ring R] →
{ι : Type v} →
[inst_1 : Preorder ι] →
(G : ι → Type v) →
[inst_2 : (i : ι) → AddCommGroup (G i)] →
[inst_3 : (i : ι) → Module R (G i)] →
(f : (i j : ι) → i ≤ j → G i →ₗ[R] G j) →
[DirectedSystem G fun i j h => ⇑(f i j h)] → CategoryTheory.Functor ι (ModuleCat R)The diagram (in the sense of CategoryTheory) of an unbundled directLimit of modules.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Functorstatement · cited by 16,252
- 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
- ModuleCatstatement · cited by 1,429
- ModuleCat.ofproof · cited by 594
- ModuleCat.ofHomproof · cited by 200
Cited by7
Results whose statement or proof uses this declaration.
- ModuleCat.directLimitCoconestatement · cited by 3
- ModuleCat.directLimitIsColimitstatement and proof · cited by 1
- ModuleCat.directLimitCocone_pt_carrierstatement · cited by 0
- ModuleCat.directLimitCocone_ι_appstatement · cited by 0
- ModuleCat.directLimitDiagram_mapstatement and proof · cited by 0
- ModuleCat.directLimitDiagram_obj_carrierstatement and proof · cited by 0
- ModuleCat.directLimitIsColimit_descstatement and proof · cited by 0