Administrator
|
This post was updated on .
Note that y >= y* implies { x belongs to [0,1] | f(x) >= y} is a subset of { x belongs to [0,1] | f(x) >= y*}
Thus, min { x belongs to [0,1] | f(x) >= y} >= min { x belongs to [0,1] |f(x) >= y*}
Hence, g(y) >= g(y*).
So, g is non decreasing.
Consider f(x) = min{2x, 1}
For this f,
g(y) = y/2
Clearly, g is continuous but f is not strictly increasing.
Thu, the correct answer is (a)
|