Theorems · Definition · commutative algebra
AddCommGroup.DirectLimit.lift
{ι : Type u_2} →
[inst : Preorder ι] →
(G : ι → Type u_3) →
[inst_1 : (i : ι) → AddCommMonoid (G i)] →
(f : (i j : ι) → i ≤ j → G i →+ G j) →
[inst_2 : DecidableEq ι] →
(P : Type u_4) →
[inst_3 : AddCommMonoid P] →
(g : (i : ι) → G i →+ P) →
(∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) ((f i j hij) x) = (g i) x) →
AddCommGroup.DirectLimit G f →+ PThe universal property of the direct limit: maps from the components to another abelian group 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
- 5 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- AddCommMonoidstatement and proof · cited by 12,281
- Preorderstatement and proof · cited by 7,952
- AddMonoidHomstatement and proof · cited by 3,230
- LinearMap.toAddMonoidHomproof · cited by 101
- AddCommGroup.DirectLimitstatement · cited by 16
- Module.DirectLimit.liftproof · cited by 8
- AddMonoidHom.toNatLinearMapproof · cited by 8
Cited by6
Results whose statement or proof uses this declaration.
- AddCommGroup.DirectLimit.mapproof · cited by 5
- AddCommGroup.DirectLimit.lift_ofstatement · cited by 3
- AddCommGroup.DirectLimit.lift_comp_ofstatement · cited by 0
- AddCommGroup.DirectLimit.lift_injectivestatement · cited by 0
- AddCommGroup.DirectLimit.lift.congr_simpstatement and proof · cited by 0
- AddCommGroup.DirectLimit.lift_of'statement · cited by 0