Mathlib Map

Theorems · Theorem · general topology

nhds_basis_Ioo_pos

∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : AddCommGroup α] [inst_2 : LinearOrder α] [IsOrderedAddMonoid α]
  [OrderTopology α] [NoMaxOrder α] (a : α), (nhds a).HasBasis (fun ε => 0 < ε) fun ε => Set.Ioo (a - ε) (a + ε)
Defined in
Mathlib.Topology.Order.LeftRightNhds
Cited by
4 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceAddCommGroupLinearOrderIsOrderedAddMonoidOrderTopologyNoMaxOrder

Around this declaration

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

Cites18

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

Cited by4

Results whose statement or proof uses this declaration.