Theorems · Theorem · general topology
Metric.uniformContinuousOn_iff_le
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] {f : α → β} {s : Set α},
UniformContinuousOn f s ↔ ∀ ε > 0, ∃ δ > 0, ∀ x ∈ s, ∀ y ∈ s, dist x y ≤ δ → dist (f x) (f y) ≤ ε- Defined in
- Mathlib.Topology.MetricSpace.Pseudo.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- UniformContinuousOnstatement · cited by 47
- Metric.uniformity_basis_dist_leproof · cited by 10
- Filter.HasBasis.uniformContinuousOn_iffproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- uniformContinuousOn_inv₀proof · cited by 2
- Bornology.IsBounded.uniformContinuousOn_smulproof · cited by 1