Theorems · Theorem · general topology
EMetric.mk_uniformity_basis_le
∀ {α : Type u} [inst : PseudoEMetricSpace α] {β : Type u_2} {p : β → Prop} {f : β → ENNReal},
(∀ (x : β), p x → 0 < f x) →
(∀ (ε : ENNReal), 0 < ε → ∃ x, p x ∧ f x ≤ ε) → (uniformity α).HasBasis p fun x => {p | edist p.1 p.2 ≤ f x}Given f : β → ℝ≥0∞, if f sends {i | p i} to a set of positive numbers
accumulating to zero, then closed f i-neighborhoods of the diagonal form a basis of 𝓤 α.
For specific bases see uniformity_basis_edist_le and uniformity_basis_edist_le'.
- Defined in
- Mathlib.Topology.EMetricSpace.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 140 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoEMetricSpace
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.
- Setproof · cited by 53,352
- ENNRealstatement and proof · cited by 9,879
- Set.ofPredstatement and proof · cited by 6,101
- PseudoEMetricSpacestatement and proof · cited by 1,536
- le_of_ltproof · cited by 1,175
- le_transproof · cited by 985
- uniformitystatement · cited by 765
- EDist.ediststatement and proof · cited by 735
- Filter.HasBasisstatement · cited by 604
- lt_of_le_of_ltproof · cited by 432
- Filter.HasBasis.mem_iffproof · cited by 193
- exists_betweenproof · cited by 102
Cited by3
Results whose statement or proof uses this declaration.
- uniformity_basis_edist_leproof · cited by 3
- uniformity_basis_edist_le'proof · cited by 0
- uniformity_basis_edist_nnreal_leproof · cited by 0