Theorems · Theorem · commutative algebra
Ring.DirectLimit.exists_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} [Nonempty ι] [IsDirectedOrder ι] (z : Ring.DirectLimit G f),
∃ i x, (Ring.DirectLimit.of G f i) x = zEvery element of the direct limit corresponds to some element in some component of the directed system.
- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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 · cited by 10,189
- Preorderstatement and proof · cited by 7,952
- Set.ofPredproof · cited by 6,101
- map_mulproof · cited by 1,137
- map_addproof · cited by 964
- Ideal.spanproof · cited by 948
- map_oneproof · cited by 861
- Ideal.Quotient.mkproof · cited by 610
- map_negproof · cited by 378
- IsDirectedOrderstatement and proof · cited by 316
Cited by2
Results whose statement or proof uses this declaration.
- Ring.DirectLimit.induction_onproof · cited by 2
- Ring.DirectLimit.Polynomial.exists_ofproof · cited by 0