Exercise 4.15

Exercise 15: Call a mapping of X into Y open if f ( V ) is an open set in Y whenever V is an open set in X . Prove that every continuous open mapping f of R into R is monotonic.

Answers

By Theorem 4.16, there is an x and y in any closed interval [ a , b ] such that f ( x ) is the minimum value of f on [ a , b ] and f ( y ) is the maximum value. If a < x < y < b , then f ( ( a , b ) ) is the closed interval [ f ( x ) , f ( y ) ] , contradicting the openness of f . Similarly, if a = x < y < b or a < x < y = b the image of ( a , b ) is a half-closed interval. Hence f must attain its maximum or minimum values at the endpoints of any closed interval. Suppose f ( a ) is the minimum value and f ( b ) is the maximum value of f on [ a , b ] , and let a < y b . Then f ( y ) would be the maximum value of f on [ a , y ] , so f ( x ) f ( y ) for a x < y , that is, f is monotonically increasing on [ a , b ] .

Hence f is monotonic on any closed interval, and if f is monotonically increasing on one closed interval, then it must also be monotonically increasing on any larger interval. Hence f is monotonic on all of R .

User profile picture
2023-08-07 00:00
Comments

Proof. Let f : 1 1 be a continuous open mapping. Assume it is not monotonic. Then, there exists two cases: there exist x 1 < x 2 < x 3 such that f ( x 1 ) < f ( x 2 ) and f ( x 3 ) < f ( x 2 ) , or there exist x 1 < x 2 < x 3 such that f ( x 1 ) > f ( x 2 ) and f ( x 3 ) > f ( x 2 ) .

Consider the first case. By the extreme value theorem, f ( [ x 1 , x 3 ] ) has a maximum attained in this interval; since f ( x 1 ) < f ( x 2 ) and f ( x 3 ) < f ( x 2 ) , this maximum is attained in the open interval ( x 1 , x 3 ) . Now assume that f ( ( x 1 , x 3 ) ) forms an open set. However, this is a contradiction since if this set were open, we could draw a neighborhood around f ( x 2 ) that is contained in f ( ( x 1 , x 3 ) ) , but this means that there is a value of f that is greater than f ( x 2 ) that is still in f ( ( x 1 , x 3 ) ) . This contradicts the fact that f ( x 2 ) was the maximum. So, the values for f on the interval ( x 1 , x 3 ) is not open, which contradicts that f is an open mapping.

Consider the second case. By the extreme value theorem, f ( [ x 1 , x 3 ] ) has a minimum attained in this interval; since f ( x 1 ) > f ( x 2 ) and f ( x 3 ) > f ( x 2 ) , this minimum is attained in the open interval ( x 1 , x 3 ) . Now assume that f ( ( x 1 , x 3 ) ) forms an open set. However, this is a contradiction since if this set were open, we could draw a neighborhood around f ( x 2 ) that is contained in f ( ( x 1 , x 3 ) ) , but this means that there is a value of f that is less than f ( x 2 ) that is still in f ( ( x 1 , x 3 ) ) . This contradicts the fact that f ( x 2 ) was the minimum. So, the values for f on the interval ( x 1 , x 3 ) is not open, which contradicts that f is an open mapping.

Thus, f must be monotonic. □

User profile picture
2023-09-01 19:46
Comments