Theorems · Definition · commutative algebra
Ring.DirectLimit.ringEquiv
{ι : Type u_1} →
[inst : Preorder ι] →
(G : ι → Type u_2) →
[inst_1 : (i : ι) → CommRing (G i)] →
(f' : (i j : ι) → i ≤ j → G i →+* G j) →
[inst_2 : DirectedSystem G fun i j h => ⇑(f' i j h)] →
[inst_3 : IsDirectedOrder ι] →
[Nonempty ι] → (Ring.DirectLimit G fun x1 x2 x3 => ⇑(f' x1 x2 x3)) ≃+* DirectLimit G f'The direct limit constructed as a quotient of the free commutative ring is isomorphic to the direct limit constructed as a quotient of the disjoint union.
- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- RingEquivstatement · cited by 1,147
- IsDirectedOrderstatement and proof · cited by 316
- DirectedSystemstatement and proof · cited by 174
- DirectLimitstatement and proof · cited by 103
- Ring.DirectLimitstatement and proof · cited by 26
- Ring.DirectLimit.ofproof · cited by 21
- RingEquiv.ofRingHomproof · cited by 9
- DirectLimit.Ring.ofproof · cited by 7
Cited by5
Results whose statement or proof uses this declaration.
- Ring.DirectLimit.ringEquiv_ofstatement · cited by 1
- Ring.DirectLimit.ringEquiv_symm_mkstatement · cited by 0
- Ring.DirectLimit.ringEquiv.congr_simpstatement and proof · cited by 0
- Ring.DirectLimit.of.zero_exactproof · cited by 0
- Ring.DirectLimit.of_injectiveproof · cited by 0