Theorems · Theorem · general topology
EMetric.uniformContinuous_iff
∀ {α : Type u} {β : Type v} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β] {f : α → β},
UniformContinuous f ↔ ∀ ε > 0, ∃ δ > 0, ∀ {a b : α}, edist a b < δ → edist (f a) (f b) < εε-δ characterization of uniform continuity on pseudoemetric spaces
- Defined in
- Mathlib.Topology.EMetricSpace.Defs
- Cited by
- 3 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- ENNRealstatement · cited by 9,879
- PseudoEMetricSpacestatement and proof · cited by 1,536
- EDist.ediststatement · cited by 735
- UniformContinuousstatement · cited by 410
- uniformity_basis_edistproof · cited by 17
- Filter.HasBasis.uniformContinuous_iffproof · cited by 9
Cited by3
Results whose statement or proof uses this declaration.
- LipschitzWith.uniformContinuousproof · cited by 33
- EMetric.controlled_of_isUniformInducingproof · cited by 1
- EMetric.isUniformEmbedding_iff'proof · cited by 0