Theorems · Definition · commutative algebra
Module.DirectLimit
{R : Type u_1} →
[inst : Semiring R] →
{ι : Type u_2} →
[inst_1 : Preorder ι] →
(G : ι → Type u_3) →
[inst_2 : (i : ι) → AddCommMonoid (G i)] →
[inst_3 : (i : ι) → Module R (G i)] →
((i j : ι) → i ≤ j → G i →ₗ[R] G j) → [DecidableEq ι] → Type (max u_2 u_3)The direct limit of a directed system is the modules glued together along the maps.
- Defined in
- Mathlib.Algebra.Colimit.Module
- Cited by
- 41 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Preorderstatement and proof · cited by 7,952
- DirectSumproof · cited by 446
- Module.DirectLimit.moduleConproof · cited by 2
- ModuleCon.Quotientproof · cited by 0
Cited by56
Results whose statement or proof uses this declaration.
- Module.DirectLimit.ofstatement · cited by 35
- AddCommGroup.DirectLimitproof · cited by 16
- Module.DirectLimit.lift_ofstatement · cited by 11
- Module.DirectLimit.liftstatement · cited by 8
- TensorProduct.directLimitLeftstatement · cited by 6
- Module.DirectLimit.hom_extstatement and proof · cited by 5
- Submodule.FG.rTensor.directLimitstatement · cited by 4
- Module.DirectLimit.congrstatement · cited by 4
- Module.DirectLimit.mapstatement · cited by 4
- Module.DirectLimit.map_apply_ofstatement · cited by 4
- Module.DirectLimit.of_fstatement · cited by 3
- TensorProduct.directLimitRightstatement and proof · cited by 3