Theorems · Definition · commutative algebra
Module.DirectLimit.lift
(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)] →
(f : (i j : ι) → i ≤ j → G i →ₗ[R] G j) →
[inst_4 : DecidableEq ι] →
{P : Type u_4} →
[inst_5 : AddCommMonoid P] →
[inst_6 : Module R P] →
(g : (i : ι) → G i →ₗ[R] P) →
(∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) ((f i j hij) x) = (g i) x) →
Module.DirectLimit G f →ₗ[R] PThe universal property of the direct limit: maps from the components to another module that respect the directed system structure (i.e. make some diagram commute) give rise to a unique map out of the direct limit.
- Defined in
- Mathlib.Algebra.Colimit.Module
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- 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
- AddMonoidHomproof · cited by 3,230
- AddMonoidHomClass.toAddMonoidHomproof · cited by 232
- ZeroHom.toFunproof · cited by 101
- AddMonoidHom.toZeroHomproof · cited by 61
- AddCon.Quotientproof · cited by 54
Cited by16
Results whose statement or proof uses this declaration.
- Module.DirectLimit.lift_ofstatement · cited by 11
- AddCommGroup.DirectLimit.liftproof · cited by 5
- Module.DirectLimit.mapproof · cited by 4
- Module.DirectLimit.linearEquivproof · cited by 3
- Submodule.FG.rTensor.directLimit_applyproof · cited by 2
- Module.fgSystem.equivproof · cited by 2
- Submodule.FG.lTensor.directLimit_applyproof · cited by 1
- TensorProduct.fromDirectLimitproof · cited by 1
- TensorProduct.toDirectLimitproof · cited by 1
- ModuleCat.directLimitIsColimitproof · cited by 1
- Module.DirectLimit.lift_injectivestatement and proof · cited by 1
- Submodule.FG.directLimitproof · cited by 0