Exercise 5.8

Exercise 8: Suppose f is continuous on [ a , b ] and 𝜀 > 0 . Prove that there exists δ > 0 such that

| f ( t ) f ( x ) t x f ( x ) | < 𝜀

whenever 0 < | t x | < δ , a x b , a t b . Does this hold for vector-value functions too?

Answers

(Matt “Frito” Lundy)
Because f is continuous on the compact set [ a , b ] , f is uniformly continuous (Theorem 4.19). So there exists δ > 0 such that for any x , y where | x y | < δ we have | f ( x ) f ( y ) | < 𝜀 . But by “the” mean value theorem, for any x , t [ a , b ] , there exists a y ( a , b ) such that | x y | < | x t | and

f ( y ) = f ( t ) f ( x ) t x .

So if | x t | < δ we have:

| f ( t ) f ( x ) t x f ( x ) | = | f ( y ) f ( x ) | < 𝜀

because | x y | < | x t | < δ .

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