Theorems · Theorem · commutative algebra
Subring.mem_iSup_of_directed
∀ {R : Type u} [inst : NonAssocRing R] {ι : Sort u_1} [hι : Nonempty ι] {S : ι → Subring R},
Directed (fun x1 x2 => x1 ≤ x2) S → ∀ {x : R}, x ∈ ⨆ i, S i ↔ ∃ i, x ∈ S iThe underlying set of a non-empty directed sSup of subrings is just a union of the subrings. Note that this fails without the directedness assumption (the union of two subrings is typically not a subring)
- Defined in
- Mathlib.Algebra.Ring.Subring.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonAssocRingNonempty
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.
- SetLike.coeproof · cited by 8,199
- Set.iUnionproof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- Subringstatement and proof · cited by 602
- NonAssocRingstatement and proof · cited by 483
- Directedstatement and proof · cited by 213
- Set.mem_iUnionproof · cited by 212
- le_iSupproof · cited by 207
- iSup_leproof · cited by 190
- Subsemiring.toSubmonoidproof · cited by 153
- Subring.toSubsemiringproof · cited by 71
- Subring.toAddSubgroupproof · cited by 11
Cited by3
Results whose statement or proof uses this declaration.
- LocalSubring.exists_le_valuationSubringproof · cited by 2
- Subring.coe_iSup_of_directedproof · cited by 2
- Subring.mem_sSup_of_directedOnproof · cited by 1