moxy
- 40
- 0
Homework Statement
Show that the function f: J → ℝ is bounded if f is uniformly continuous on the bounded interval J.
Homework Equations
J is a bounded interval, so say J = (a,b)
f is uniformly continuous on J, so
\forall \epsilon > 0 there exists a \delta > 0 such that for s,t \in J = (a,b)
|f(s) - f(t)| < \epsilon whenever |s - t| < \delta
f: J → ℝ is bounded if there exists a real number M such that |f(x)| ≤ M for all x in J.
The Attempt at a Solution
I think that if I can extend f to the endpoints of J, then I can use the Extreme Value Theorem to say that f attains a min and max value, i.e. is bounded. So I need to define f(a) and f(b).
f(a) = \lim_{n→∞}{f(a + \frac{1}{n})}
f(b) = \lim_{n→∞}{f(b - \frac{1}{n})}
Where clearly f is defined on [a + \frac{1}{n}, b - \frac{1}{n}] for all n \in ℕ
Am I on the right track? I don't feel like I've used the fact that f is uniformly continuous on J. Is it because f is uniformly continuous that I'm able to define f(a) and f(b)?