4

I am learning analysis and all the uniformly continuous functions I have seen are over a closed interval. So, can a uniformly continuous function be defined on an open interval?

Jazz
  • 41

2 Answers2

9

This result may help you:

Let ${F}:(a, b)\rightarrow \mathbb{R}$ that is continuous on the bounded open interval $(a, b)$ then the two limits given by

$F(a +) = \lim_{x\to a^{+}} F(x)$, $F(b -) = \lim_{x\to b^{-}} F(x)$ exists iff $F$ is uniformly continuous on $(a, b)$.

This result has been given in the book "The calculus integral by Brian S. Thomson".

cmk
  • 12,303
Srijan
  • 12,518
  • 10
  • 73
  • 115
5

Sure, take a function which is continuous on a finite closed interval, and remove the endpoints.

And there are many functions defined on the whole real line that are uniformly continuous.

André Nicolas
  • 507,029