Theorems · Theorem · commutative algebra
Ring.DirectLimit.of.zero_exact
∀ {ι : Type u_1} [inst : Preorder ι] {G : ι → Type u_2} [inst_1 : (i : ι) → CommRing (G i)]
{f' : (i j : ι) → i ≤ j → G i →+* G j} [DirectedSystem G fun i j h => ⇑(f' i j h)] [IsDirectedOrder ι] {i : ι}
{x : G i}, (Ring.DirectLimit.of G (fun x1 x2 x3 => ⇑(f' x1 x2 x3)) i) x = 0 → ∃ j, ∃ (hij : i ≤ j), (f' i j hij) x = 0A component that corresponds to zero in the direct limit is already zero in some bigger module in the directed system.
- Defined in
- Mathlib.Algebra.Colimit.Ring
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- map_zeroproof · cited by 1,614
- RingEquivproof · cited by 1,147
- DFunLikeproof · cited by 576
- IsDirectedOrderstatement and proof · cited by 316
- DirectedSystemstatement and proof · cited by 174
- DirectLimitproof · cited by 103
- Ring.DirectLimitstatement and proof · cited by 26
- Ring.DirectLimit.ofstatement and proof · cited by 21
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.