Say, $f(x)$ is increasing and $g(x)$ is decreasing.
Based on (provable) different speed of increasing/decreasing, can we formulate rules like:
- $f(x) + g(x)$ will be increasing/decreasing?
- $f(x) - g(x)$ will be increasing/decreasing?
- $f(g(x)) $ will be increasing/decreasing?
- $f(x) * g(x)$ will be increasing/decreasing?
And how to prove such "different speed of increasing/decreasing"?
For example, can we somehow use infinitesimals with a higher order of smallness / different orders of smallnes?
I suppose $f$ and $g$ are differentiable, then $f'\geq0$ and $g'\leq 0$.
By this assumption, we can only say surely that $f-g$ is increasing and $f\circ g$ is decreasing because $$(f(x)-g(x))'=f'(x)-g'(x)\geq0$$ and $$f(g(x))'=f'(g(x))g'(x)\leq0.$$ For other cases we can show by examples that the functions $f+g$ and $fg$ may be non-monotonic.