Theorems · Definition · order theory
Order.idealOfCofinals
{P : Type u_1} → [inst : Preorder P] → P → {ι : Type u_2} → [Encodable ι] → (ι → Order.Cofinal P) → Order.Ideal PGiven an element p : P and a family 𝒟 of cofinal subsets of a preorder P,
indexed by a countable type, idealOfCofinals p 𝒟 is an ideal in P which
- contains p, according to mem_idealOfCofinals p 𝒟, and
- intersects every set in 𝒟, according to cofinal_meets_idealOfCofinals p 𝒟.
This proves the Rasiowa–Sikorski lemma.
- Defined in
- Mathlib.Order.Ideal
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- Set.ofPredproof · cited by 6,101
- Encodablestatement and proof · cited by 140
- Order.Idealstatement · cited by 102
- Order.Cofinalstatement and proof · cited by 13
- Order.sequenceOfCofinalsproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- Order.cofinal_meets_idealOfCofinalsstatement · cited by 2
- Order.mem_idealOfCofinalsstatement · cited by 0
- Order.embedding_from_countable_to_denseproof · cited by 0
- Order.iso_of_countable_denseproof · cited by 0