Theorems · Definition · order theory
Set.ordSeparatingSet
{α : Type u_1} → [LinearOrder α] → Set α → Set α → Set αGiven two sets s t : Set α, the set Set.orderSeparatingSet s t is the set of points that
belong both to some Set.ordConnectedComponent tᶜ x, x ∈ s, and to some
Set.ordConnectedComponent sᶜ x, x ∈ t. In the case of two disjoint closed sets, this is the
union of all open intervals $(a, b)$ such that their endpoints belong to different sets.
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Compl.complproof · cited by 2,925
- Set.iUnionproof · cited by 2,483
- Set.ordConnectedComponentproof · cited by 23
Cited by9
Results whose statement or proof uses this declaration.
- Set.disjoint_left_ordSeparatingSetstatement · cited by 3
- Set.ordSeparatingSet_commstatement · cited by 2
- Set.ordT5Nhdproof · cited by 2
- Set.compl_ordConnectedSection_ordSeparatingSet_mem_nhdsGEstatement and proof · cited by 2
- Set.dual_ordSeparatingSetstatement · cited by 1
- Set.disjoint_right_ordSeparatingSetstatement · cited by 1
- Set.compl_ordConnectedSection_ordSeparatingSet_mem_nhdsstatement and proof · cited by 1
- Set.compl_ordConnectedSection_ordSeparatingSet_mem_nhdsLEstatement and proof · cited by 1
- Set.disjoint_ordT5Nhdproof · cited by 0