Theorems · Theorem · commutative algebra
Ring.DirectLimit.ringEquiv_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) [inst_2 : DirectedSystem G fun i j h => ⇑(f' i j h)]
[inst_3 : IsDirectedOrder ι] [inst_4 : Nonempty ι] {i : ι} {g : G i},
(Ring.DirectLimit.ringEquiv G f') ((Ring.DirectLimit.of G (fun x1 x2 x3 => ⇑(f' x1 x2 x3)) i) g) = ⟦⟨i, g⟩⟧- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- DirectLimit.setoidstatement and proof · cited by 65
- Ring.DirectLimitstatement and proof · cited by 26
- Ring.DirectLimit.ofstatement and proof · cited by 21
- RingEquiv.ofRingHom_applyproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- Ring.DirectLimit.of.zero_exactproof · cited by 0