Mathlib Map

Theorems · Theorem · general topology

PredOrder.hasBasis_nhds_Ioc_of_exists_gt

Deprecated since 2026-04-19Use PredOrder.hasBasis_nhds_Ico_of_exists_gt instead.

∀ {α : Type u} [inst : TopologicalSpace α] [inst_1 : LinearOrder α] [OrderTopology α] [PredOrder α] {a : α},
  (∃ l, a < l) → (nhds a).HasBasis (fun x => a < x) fun x => Set.Ico a x

Alias of PredOrder.hasBasis_nhds_Ico_of_exists_gt.

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

Around this declaration

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

Cites8

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.