Exercise 4.4.4

Decide whether each of the following statements is true or false, justifying each conclusion.

(a)
If f is continuous on [ a , b ] with f ( x ) > 0 for all a x b , then 1 f is bounded on [ a , b ] (meaning 1 f has bounded range).
(b)
If f is uniformly continuous on a bounded set A , then f ( A ) is bounded.
(c)
If f is defined on R and f ( K ) is compact whenever K is compact, then f is continuous on R .

Answers

(a)
True, the Algebraic Limit Theorem implies 1 f is continuous (well defined since f > 0 ) and the Extreme Value Theorem implies 1 f attains a maximum and minimum and so is bounded.
(b)
Let 𝜖 = 1 and choose δ > 0 so that | x y | < δ implies | f ( x ) f ( y ) | < 𝜖 . Define the set X = { x 0 , , x n } consisting of evenly spaced values x i , ranging from x 0 = inf A to x n = sup A , with the spacing between each value less than δ 2 (i.e. k , x k x k 1 < δ 2 ). Now define the set P = { p 0 , , p m } where for each x i X , we add one element p i A V δ 2 ( x ) , if A V δ 2 ( x ) (and do not add anything if A V δ 2 ( x ) = ).

Now, every element a A is at most δ from an element p P (i.e. | a x | < δ ). To see this, for any a A , there must be some x i X so that | a x i | < δ 2 , and since A V δ 2 ( x ) (it at least contains a ), there must also be an element p i P so that | x i p | < δ 2 . By the Triangle Inequality, | a p | < δ for some p P .

Noting that P A is finite, we can consider M = max ( f ( P ) ) . Let a A be arbitrary, and identify the nearest p P . We have | a p | < δ so | f ( y ) f ( p ) | < 𝜖 and since f ( p ) M , f ( a ) < 𝜖 + M , completing the proof.

Alternative proof approach: Ā is closed, bounded, and thus compact. Extend the definition of f to cover limit points of A via a limit on f ; these limits exist since f is uniformly continuous (TODO write explicit proof). The extended f is continuous, and thus preserves the compactness of Ā ; therefore f ( A ) is bounded.

(c)
Any function with finite range preserves compact sets, since all finite sets are compact. Meaning Dirichlet’s function g ( x ) = { 1  if  x Q 0  if  x Q

“preserves” compact sets, but is nowhere-continuous.

User profile picture
2022-01-27 00:00
Comments