Theorems · Theorem · general topology
nhds_basis_Ioo_pos_of_pos
∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : AddCommGroup α] [inst_2 : LinearOrder α] [IsOrderedAddMonoid α]
[OrderTopology α] [NoMaxOrder α] {a : α},
0 < a → (nhds a).HasBasis (fun ε => 0 < ε ∧ ε ≤ a) fun ε => Set.Ioo (a - ε) (a + ε)If a is positive, then the intervals (a - ε, a + ε), 0 < ε ≤ a,
form a basis of neighborhoods of a.
This upper bound for ε guarantees that all elements of these intervals are positive.
- Defined in
- Mathlib.Topology.Order.LeftRightNhds
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- nhdsstatement · cited by 5,554
- le_reflproof · cited by 2,061
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- OrderTopologystatement and proof · cited by 1,355
- Set.Ioostatement · cited by 1,214
- add_le_addproof · cited by 666
- Filter.HasBasisstatement · cited by 604
- NoMaxOrderstatement and proof · cited by 340
- min_le_leftproof · cited by 105
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.