Theorems · Theorem · ring theory
NonUnitalSubring.mem_iSup_of_directed
∀ {R : Type u} [inst : NonUnitalNonAssocRing R] {ι : Sort u_1} [hι : Nonempty ι] {S : ι → NonUnitalSubring 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 Sup of NonUnitalSubrings is just a union of the
NonUnitalSubrings. Note that this fails without the directedness assumption (the union of two
NonUnitalSubrings is typically not a NonUnitalSubring)
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 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.
- SetLike.coeproof · cited by 8,199
- Set.iUnionproof · cited by 2,483
- iSupstatement and proof · cited by 2,415
- NonUnitalNonAssocRingstatement and proof · cited by 354
- Directedstatement and proof · cited by 213
- Set.mem_iUnionproof · cited by 212
- le_iSupproof · cited by 207
- iSup_leproof · cited by 190
- NonUnitalSubringstatement and proof · cited by 185
- NonUnitalSubring.toAddSubgroupproof · cited by 10
- NonUnitalSubring.toSubsemigroupproof · cited by 8
- NonUnitalSubring.mk'proof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- NonUnitalSubring.mem_sSup_of_directedOnproof · cited by 1
- NonUnitalSubring.coe_iSup_of_directedproof · cited by 1