Theorems · Theorem · general topology
EMetric.uniformContinuousOn_iff
∀ {α : Type u} {β : Type v} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β] {f : α → β} {s : Set α},
UniformContinuousOn f s ↔
∀ ε > 0, ∃ δ > 0, ∀ {a : α}, a ∈ s → ∀ {b : α}, b ∈ s → edist a b < δ → edist (f a) (f b) < εε-δ characterization of uniform continuity on a set for pseudoemetric spaces
- Defined in
- Mathlib.Topology.EMetricSpace.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 140 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
- ENNRealstatement · cited by 9,879
- PseudoEMetricSpacestatement and proof · cited by 1,536
- EDist.ediststatement · cited by 735
- UniformContinuousOnstatement · cited by 47
- uniformity_basis_edistproof · cited by 17
- Filter.HasBasis.uniformContinuousOn_iffproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- HolderOnWith.uniformContinuousOnproof · cited by 2