Mathlib Map

Theorems · Theorem · general topology

TFAE_mem_nhdsGE

∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α] {a b : α},
  a < b →
    ∀ (s : Set α),
      [s ∈ nhdsWithin a (Set.Ici a), s ∈ nhdsWithin a (Set.Icc a b), s ∈ nhdsWithin a (Set.Ico a b),
          ∃ u ∈ Set.Ioc a b, Set.Ico a u ⊆ s, ∃ u ∈ Set.Ioi a, Set.Ico a u ⊆ s].TFAE

The following statements are equivalent: 0. s is a neighborhood of a within [a, +∞); 1. s is a neighborhood of a within [a, b]; 2. s is a neighborhood of a within [a, b); 3. s includes [a, u) for some u ∈ (a, b]; 4. s includes [a, u) for some u > a.

Defined in
Mathlib.Topology.Order.LeftRightNhds
Cited by
3 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceLinearOrderOrderTopology

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites22

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
  • LinearOrderstatement and proof · cited by 8,572
  • Filterstatement and proof · cited by 8,121
  • LE.le.transproof · cited by 3,151
  • nhdsWithinstatement and proof · cited by 1,912
  • Set.Iccstatement and proof · cited by 1,702
  • Set.Ioistatement and proof · cited by 1,463
  • OrderTopologystatement and proof · cited by 1,355
  • Set.Icistatement and proof · cited by 1,070
  • Set.Iocstatement and proof · cited by 971
  • Set.Icostatement and proof · cited by 799

Cited by3

Results whose statement or proof uses this declaration.