Theorems · Definition · category theory
DirectLimit.Ring.of
{ι : Type u_2} →
[inst : Preorder ι] →
(G : ι → Type u_3) →
{T : ⦃i j : ι⦄ → i ≤ j → Type u_6} →
(f : (x x_1 : ι) → (h : x ≤ x_1) → T h) →
[inst_1 : (i j : ι) → (h : i ≤ j) → FunLike (T h) (G i) (G j)] →
[inst_2 : DirectedSystem G fun x1 x2 x3 => ⇑(f x1 x2 x3)] →
[inst_3 : IsDirectedOrder ι] →
[inst_4 : (i : ι) → NonAssocSemiring (G i)] →
[inst_5 : ∀ (i j : ι) (h : i ≤ j), RingHomClass (T h) (G i) (G j)] →
[inst_6 : Nonempty ι] → (i : ι) → G i →+* DirectLimit G fThe canonical map from a component to the direct limit.
- Defined in
- Mathlib.Algebra.Colimit.DirectLimit
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- RingHomstatement · cited by 10,189
- Preorderstatement and proof · cited by 7,952
- FunLikestatement and proof · cited by 2,560
- NonAssocSemiringstatement and proof · cited by 805
- IsDirectedOrderstatement and proof · cited by 316
- RingHomClassstatement and proof · cited by 193
- DirectedSystemstatement and proof · cited by 174
- NonUnitalRingHomproof · cited by 157
- DirectLimitstatement and proof · cited by 103
- DirectLimit.setoidproof · cited by 65
- DirectLimit.NonUnitalRing.ofproof · cited by 6
Cited by9
Results whose statement or proof uses this declaration.
- DirectLimit.Algebra.ofproof · cited by 6
- Ring.DirectLimit.ringEquivproof · cited by 5
- DirectLimit.Ring.hom_extstatement and proof · cited by 1
- DirectLimit.Ring.of_applystatement and proof · cited by 1
- Ring.DirectLimit.ringEquiv_ofproof · cited by 1
- DirectLimit.Ring.hom_ext_iffstatement and proof · cited by 0
- DirectLimit.Ring.lift_comp_ofstatement · cited by 0
- DirectLimit.Ring.lift_ofstatement · cited by 0
- DirectLimit.Ring.of_fstatement · cited by 0