To grasp the concept of Uniform Continuity, I was looking at examples from previous questions of functions that are continuous on a defined region A, but not uniformly continuous.
But that begs the question about whether or not there exists a function that is defined for all x ∈ R, that is continuous, yet is not uniformly continuous? I couldn't find any such examples, does such a function exist?
"Continuous functions can fail to be uniformly continuous if they are unbounded on a bounded domain, such as $$f(x) = \frac{1}{x}$$ on (0,1), or if their slopes become unbounded on an infinite domain, such as $$f(x) = x^2$$ on the real line. However, any Lipschitz map between metric spaces is uniformly continuous, in particular any isometry (distance-preserving map).
– Brian Lai Dec 20 '21 at 15:05