Theorems · Theorem · general topology
mem_nhdsLE_iff_exists_Icc_subset
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α] [NoMinOrder α]
[DenselyOrdered α] {a : α} {s : Set α}, s ∈ nhdsWithin a (Set.Iic a) ↔ ∃ l < a, Set.Icc l a ⊆ sA set is a neighborhood of a within (-∞, a] if and only if it contains an interval [l, a]
with l < a.
- Defined in
- Mathlib.Topology.Order.LeftRightNhds
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement · cited by 8,121
- Set.preimageproof · cited by 4,946
- nhdsWithinstatement · cited by 1,912
- Set.Iccstatement and proof · cited by 1,702
- OrderTopologystatement and proof · cited by 1,355
- Set.Iicstatement · cited by 1,111
- DenselyOrderedstatement and proof · cited by 471
- OrderDual.ofDualproof · cited by 400
Cited by1
Results whose statement or proof uses this declaration.
- nhdsLE_basis_Iccproof · cited by 0