Theorems · Theorem · general topology
isOpen_iff_eventually
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X}, IsOpen s ↔ ∀ x ∈ s, ∀ᶠ (y : X) in nhds x, y ∈ sA set s is open iff for every point x in s and every y close to x, y is in s.
- Defined in
- Mathlib.Topology.Neighborhoods
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement · cited by 5,554
- Filter.Eventuallystatement · cited by 3,134
- IsOpenstatement · cited by 2,400
- isOpen_iff_mem_nhdsproof · cited by 48
Cited by3
Results whose statement or proof uses this declaration.
- IsClosed.relPreimage_of_isCompactproof · cited by 1
- isClosed_sdiff_of_codiscreteWithinproof · cited by 1
- ContinuousLinearMap.isOpen_injectiveproof · cited by 0