Theorems · Theorem · field theory
Subfield.mem_iSup_of_directed
∀ {K : Type u} [inst : DivisionRing K] {ι : Sort u_1} [hι : Nonempty ι] {S : ι → Subfield K},
Directed (fun x1 x2 => x1 ≤ x2) S → ∀ {x : K}, x ∈ ⨆ i, S i ↔ ∃ i, x ∈ S iThe underlying set of a non-empty directed sSup of subfields is just a union of the subfields. Note that this fails without the directedness assumption (the union of two subfields is typically not a subfield)
- Defined in
- Mathlib.Algebra.Field.Subfield.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DivisionRingNonempty
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- le_antisymmproof · cited by 2,068
- DivisionRingstatement and proof · cited by 1,062
- Subringproof · cited by 602
- Subfieldstatement and proof · cited by 303
- Directedstatement and proof · cited by 213
- Set.mem_iUnionproof · cited by 212
- le_iSupproof · cited by 207
- iSup_leproof · cited by 190
- Subsemigroup.carrierproof · cited by 160
Cited by2
Results whose statement or proof uses this declaration.
- Subfield.mem_sSup_of_directedOnproof · cited by 1
- Subfield.coe_iSup_of_directedproof · cited by 0