Theorems · Definition · general topology
UniformContinuous
{α : Type ua} → {β : Type ub} → [UniformSpace α] → [UniformSpace β] → (α → β) → PropA function f : α → β is uniformly continuous if (f x, f y) tends to the diagonal
as (x, y) tends to the diagonal. In other words, if x is sufficiently close to y, then
f x is close to f y no matter where x and y are located in α.
- Defined in
- Mathlib.Topology.UniformSpace.Defs
- Cited by
- 410 results in Mathlib
- Foundations
- Depth 14 from the axioms, rests on 80 definitions · uses propext, Quot.sound
- Assumes
- UniformSpaceUniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filter.Tendstoproof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- uniformityproof · cited by 765
Cited by443
Results whose statement or proof uses this declaration.
- UniformContinuous.continuousstatement and proof · cited by 66
- UniformContinuous.compstatement and proof · cited by 60
- uniformContinuous_idstatement · cited by 51
- IsUniformInducing.uniformContinuousstatement · cited by 35
- LipschitzWith.uniformContinuousstatement · cited by 33
- uniformContinuous_conststatement · cited by 21
- UniformContinuous.prodMkstatement and proof · cited by 18
- IsUniformInducing.uniformContinuous_iffstatement · cited by 17
- UniformContinuous.prodMapstatement and proof · cited by 17
- UniformContinuous₂proof · cited by 13
- Metric.uniformContinuous_iffstatement · cited by 13
- ContinuousLinearMap.uniformContinuousstatement · cited by 12
Showing the 200 most cited of 443.