Theorems · Theorem · general topology
Metric.mk_uniformity_basis_le
∀ {α : Type u} [inst : PseudoMetricSpace α] {β : Type u_3} {p : β → Prop} {f : β → ℝ},
(∀ (x : β), p x → 0 < f x) →
(∀ (ε : ℝ), 0 < ε → ∃ x, p x ∧ f x ≤ ε) → (uniformity α).HasBasis p fun x => {p | dist p.1 p.2 ≤ f x}Given f : β → ℝ, if f sends {i | p i} to a set of positive numbers
accumulating to zero, then closed neighborhoods of the diagonal of sizes {f i | p i}
form a basis of 𝓤 α.
Currently we have only one specific basis uniformity_basis_dist_le based on this constructor.
More can be easily added if needed in the future.
- Defined in
- Mathlib.Topology.MetricSpace.Pseudo.Defs
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
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
- Realstatement and proof · cited by 25,697
- Set.ofPredstatement and proof · cited by 6,101
- LT.lt.leproof · cited by 2,189
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- le_transproof · cited by 985
- uniformitystatement · cited by 765
- Filter.HasBasisstatement · cited by 604
- lt_of_le_of_ltproof · cited by 432
- Filter.HasBasis.mem_iffproof · cited by 193
- Set.mem_ofPredproof · cited by 104
Cited by4
Results whose statement or proof uses this declaration.
- Metric.uniformity_basis_dist_leproof · cited by 10
- Metric.uniformity_basis_dist_le_powproof · cited by 2
- Metric.uniformity_basis_dist_le_inv_nat_posproof · cited by 1
- Metric.uniformity_basis_dist_le_inv_nat_succproof · cited by 1