Consider the following real valued function $f$ for which the following holds,
$$\frac{f(x_1)+c}{a}>\frac{f(x_2)}{b}$$
For all $x_1<x_2$, where $x_1$, $x_2$, $a$ and $b$ are positive real values. Does this imply that
$$\int_0^{x_1}\frac{f(x)+c}{a}>\int_0^{x_2}\frac{f(x)}{b}?$$
Intuitively, it should, as the expression on the LHS has a higher value for values of $x$. Hence, the area under the function should also be greater? However, $x_2>x_1$ and so the 'width' of the RHS function is greater.
Some rearranging, might be useful: $$\frac{1}{a}\int_0^{x_1}(f(x)+c)>\frac{1}{b}\int_0^{x_2}f(x)$$
$$\iff \frac{1}{a}\int_0^{x_1}f(x)+\int_0^{x_1}c>\frac{1}{b}\int_0^{x_2}f(x)$$
NO. Suppose $1+c>a/b$ and $f(x)=1$ for all $x.$ Then the LHS integral is $x_1(1+c)/a$ but the RHS integral is $x_2/b,$ which is larger than the LHS if $x_2> x_1(1+c)b/a.$