Mathlib Map

Theorems · Theorem · general topology

comap_coe_nhdsLT_eq_atTop_iff

∀ {X : Type u_1} [inst : LinearOrder X] [inst_1 : TopologicalSpace X] [OrderTopology X] {s : Set X} {b : X},
  Filter.comap Subtype.val (nhdsWithin b (Set.Iio b)) = Filter.atTop ↔
    s ⊆ Set.Iio b ∧ (s.Nonempty → ∀ a < b, (s ∩ Set.Ioo a b).Nonempty)
Defined in
Mathlib.Topology.Order.AtTopBotIxx
Cited by
2 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderTopologicalSpaceOrderTopology

Around this declaration

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

Cites33

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.