For a function to be invertable, it must be defined such that it is one-to-one. If a function is monotone, then every x value will result in a single value of f(x), however, the function must be strictly monotonic, else there could exist two values x_1 and x_2 such that f(x_1)=f(x_2). So if the...