Theorems · Definition · commutative algebra
Ring.DirectLimit.lift
{ι : Type u_1} →
[inst : Preorder ι] →
(G : ι → Type u_2) →
[inst_1 : (i : ι) → CommRing (G i)] →
(f : (i j : ι) → i ≤ j → G i → G j) →
(P : Type u_3) →
[inst_2 : CommRing P] →
(g : (i : ι) → G i →+* P) →
(∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) (f i j hij x) = (g i) x) → Ring.DirectLimit G f →+* PThe universal property of the direct limit: maps from the components to another ring 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.Ring
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Preorderstatement and proof · cited by 7,952
- Set.ofPredproof · cited by 6,101
- Ideal.spanproof · cited by 948
- FreeCommRingproof · cited by 43
- FreeCommRing.ofproof · cited by 34
- Ring.DirectLimitstatement · cited by 26
- Ideal.Quotient.liftproof · cited by 19
- FreeCommRing.liftproof · cited by 10
Cited by8
Results whose statement or proof uses this declaration.
- Ring.DirectLimit.lift_ofstatement · cited by 5
- Ring.DirectLimit.mapproof · cited by 5
- Ring.DirectLimit.ringEquivproof · cited by 5
- Ring.DirectLimit.ringEquiv_ofproof · cited by 1
- Ring.DirectLimit.lift_comp_ofstatement · cited by 0
- Ring.DirectLimit.lift_injectivestatement and proof · cited by 0
- Ring.DirectLimit.lift_of'statement · cited by 0
- Ring.DirectLimit.lift.congr_simpstatement and proof · cited by 0