Theorems · Theorem · commutative algebra
Ring.DirectLimit.of_injective
∀ {ι : Type u_1} [inst : Preorder ι] {G : ι → Type u_2} [inst_1 : (i : ι) → CommRing (G i)]
(f' : (i j : ι) → i ≤ j → G i →+* G j) [IsDirectedOrder ι] [DirectedSystem G fun i j h => ⇑(f' i j h)],
(∀ (i j : ι) (hij : i ≤ j), Function.Injective ⇑(f' i j hij)) →
∀ (i : ι), Function.Injective ⇑(Ring.DirectLimit.of G (fun i j h => ⇑(f' i j h)) i)If the maps in the directed system are injective, then the canonical maps from the components to the direct limits are injective.
- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 118 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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Preorderstatement and proof · cited by 7,952
- IsDirectedOrderstatement and proof · cited by 316
- DirectedSystemstatement and proof · cited by 174
- RingEquiv.toEquivproof · cited by 101
- Ring.DirectLimitstatement · cited by 26
- Ring.DirectLimit.ofstatement and proof · cited by 21
- Equiv.comp_injectiveproof · cited by 15
- Ring.DirectLimit.ringEquivproof · cited by 5
- DirectLimit.mk_injectiveproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.