Exercise 4.3.10

Observe that if a and b are real numbers, then

max { a , b } = 1 2 [ ( a + b ) + | a b | ]

(a)
Show that if f 1 , f 2 , , f n are continuous functions, then g ( x ) = max { f 1 ( x ) , f 2 ( x ) , , f n ( x ) }

is a continuous function.

(b)
Let’s explore whether the result in (a) extends to the infinite case. For each n N , define f n on R by f n ( x ) = { 1  if  | x | 1 n n | x |  if  | x | < 1 n

Now explicitly compute h ( x ) = sup { f 1 ( x ) , f 2 ( x ) , f 3 ( x ) , }

Answers

(a)
We will prove this by induction. The base case is max { f 1 ( x ) , f 2 ( x ) } = 1 2 [ ( a + b ) + | a b | ]

Which is obviously continuous. Now assume max { f 1 , , f n 1 } is continuous, letting m ( x ) = max { f 1 , , f n 1 } we can write

g ( x ) = max { f 1 , , f n 1 , f n } = max { f n , m ( x ) }

Now since f n ( x ) and m ( x ) are continuous functions max { f n , m } is continuous by the base case!

(b)
We can reason by cases. if x = 0 then f n ( 0 ) = 0 for all n so h ( 0 ) = 0 . If x 0 then | x | > 1 n for all n > N meaning we have h ( x ) = max { f 1 ( x ) , , f N ( x ) , 1 } . Since n | x | < 1 for all | x | < 1 n we have h ( x ) = 1 and so h ( x ) = { 0  if  x = 0 1  if  x 0

Which is not continuous at x = 0 , therefore (a) does not hold in the infinite case.

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