Theorems · Theorem · commutative algebra
Ring.DirectLimit.lift_of
∀ {ι : 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)
(Hg : ∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) (f i j hij x) = (g i) x) (i : ι) (x : G i),
(Ring.DirectLimit.lift G f P g Hg) ((Ring.DirectLimit.of G f i) x) = (g i) x- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 113 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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Preorderstatement and proof · cited by 7,952
- Ring.DirectLimitstatement · cited by 26
- Ring.DirectLimit.ofstatement · cited by 21
- FreeCommRing.lift_ofproof · cited by 9
- Ring.DirectLimit.liftstatement · cited by 6
Cited by5
Results whose statement or proof uses this declaration.
- Ring.DirectLimit.map_apply_ofproof · cited by 4
- Ring.DirectLimit.ringEquiv_ofproof · cited by 1
- Ring.DirectLimit.lift_comp_ofproof · cited by 0
- Ring.DirectLimit.lift_injectiveproof · cited by 0
- Ring.DirectLimit.lift_of'proof · cited by 0