Suppose $f(x)\in$ BV$([a,b])$(bounded variation). Prove that there exist $M$ such that when $|h|$ is sufficiently small, $$ \dfrac{1}{h}\int_a^b|f(x+h)-f(x)|\mathrm{d}x\leq M. $$
By Jordan decomposition, we only need to prove the $f$ increasing case. I know that in this condition, $f$ is differentiable almost every where, and $$ \int_a^bf'(x)\mathrm{d}x\leq f(b)-f(a). $$ But I don't know how to proceed.
Appreciate any help.
As you said, it suffices to consider the case that $f$ is a non-decreasing function.
For $0 < h < b-a$ is $$ \int_a^b |f(x+h)-f(x)| \, dx = \int_a^b (f(x+h)-f(x)) \, dx \\ = \int_{a+h}^{b+h} f(x) \, dx - \int_a^b f(x) \, dx = h f(b) - \int_a^{a+h} f(x) \, dx \\ \le h f(b) - \int_a^{a+h} f(a) \, dx = h(f(b) - f(a)) \, . $$ Similarly, $$ \int_a^b |f(x+h)-f(x)| \, dx \le (-h)(f(b)-f(a)) $$ $-(b-a)< h < 0$, so that $$ \frac{1}{|h|}\int_a^b|f(x+h)-f(x)| \, dx \leq f(b)-f(a) $$ for $0 < |h| < b-a$.