Mathlib Map

Theorems · Theorem · general topology

pi_Ico_mem_nhds

∀ {ι : Type u_1} {X : ι → Type u_2} [Finite ι] [inst : (i : ι) → LinearOrder (X i)]
  [inst_1 : (i : ι) → TopologicalSpace (X i)] [∀ (i : ι), OrderTopology (X i)] {a b x : (i : ι) → X i} [Nonempty ι],
  (∀ (i : ι), x i < a i) → (∀ (i : ι), b i < x i) → Set.Ico b a ∈ nhds x
Defined in
Mathlib.Topology.Order.Basic
Cited by
1 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FiniteLinearOrderTopologicalSpaceOrderTopologyNonempty

Around this declaration

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

Cites14

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

Cited by1

Results whose statement or proof uses this declaration.