Mathlib Map

Theorems · Theorem · general topology

mem_nhds_iff_exists_Ioo_subset

∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α] [NoMaxOrder α] [NoMinOrder α]
  {a : α} {s : Set α}, s ∈ nhds a ↔ ∃ l u, a ∈ Set.Ioo l u ∧ Set.Ioo l u ⊆ s

A set is a neighborhood of a if and only if it contains an interval (l, u) containing a.

Defined in
Mathlib.Topology.Order.Basic
Cited by
13 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceLinearOrderOrderTopologyNoMaxOrderNoMinOrder

Around this declaration

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

ProbabilityTheory.aemeasurable_of_mem_interior_integrableExpSet · cited by 6ProbabilityTheory.aemeasu…ProbabilityTheory.integrable_rpow_abs_mul_exp_of_mem_interior_integrableExpSet · cited by 5ProbabilityTheory.integra…Complex.two_pi_I_inv_smul_circleIntegral_sub_inv_smul_of_differentiable_on_off_countable · cited by 3Complex.two_pi_I_inv_smul…ProbabilityTheory.hasDerivAt_integral_pow_mul_exp · cited by 3ProbabilityTheory.hasDeri…ConvexOn.hasDerivWithinAt_sInf_slope_of_mem_interior · cited by 2ConvexOn.hasDerivWithinAt…ConvexOn.hasDerivWithinAt_sSup_slope_of_mem_interior · cited by 2ConvexOn.hasDerivWithinAt…Real.isTopologicalBasis_Ioo_rat · cited by 2Real.isTopologicalBasis_I…ConvexOn.leftDeriv_le_rightDeriv_of_mem_interior · cited by 2ConvexOn.leftDeriv_le_rig…ProbabilityTheory.integrable_rpow_mul_exp_of_mem_interior_integrableExpSet · cited by 2ProbabilityTheory.integra…intervalIntegral.sub_le_integral_of_hasDeriv_right_of_le_Ico · cited by 1intervalIntegral.sub_le_i…Filter.Eventually.exists_Ioo_subset · cited by 1Eventually.exists_Ioo_sub…ConvexOn.monotoneOn_leftDeriv · cited by 0ConvexOn.monotoneOn_leftD…ConvexOn.monotoneOn_rightDeriv · cited by 0ConvexOn.monotoneOn_right…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceLinearOrder · cited by 8572LinearOrderFilter · cited by 8121Filternhds · cited by 5554nhdsOrderTopology · cited by 1355OrderTopologySet.Ioo · cited by 1214Set.IooNoMaxOrder · cited by 340NoMaxOrderNoMinOrder · cited by 247NoMinOrderNoMaxOrder.exists_gt · cited by 62NoMaxOrder.exists_gtNoMinOrder.exists_lt · cited by 41NoMinOrder.exists_ltmem_nhds_iff_exists_Ioo_subset' · cited by 3mem_nhds_iff_exists_Ioo_s…mem_nhds_iff_exists_Ioo_subsetCITED BYCITES

Cites12

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

Cited by13

Results whose statement or proof uses this declaration.