Theorems · Theorem · general topology
Metric.mk_uniformity_basis_of_tendsto
∀ {α : Type u} [inst : PseudoMetricSpace α] {β : Type u_3} {p : β → Prop} {f : β → ℝ} {l : Filter β} [l.NeBot],
(∀ (i : β), p i → 0 < f i) →
(∀ᶠ (i : β) in l, p i) → Filter.Tendsto f l (nhds 0) → (uniformity α).HasBasis p fun i => {x | dist x.1 x.2 < f i}If f is a positive radius tending to zero, then the sets of pairs with distance less than
f i form a basis of the uniformity.
- Defined in
- Mathlib.Topology.MetricSpace.Pseudo.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Filterstatement and proof · cited by 8,121
- Set.ofPredstatement · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- LT.lt.leproof · cited by 2,189
- absproof · cited by 1,814
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- sub_zeroproof · cited by 938
- Filter.NeBotstatement and proof · cited by 853
Cited by1
Results whose statement or proof uses this declaration.
- Circle.hasBasis_centeredArc_div_two_powproof · cited by 1