If $f$ is integrable, then prove that $$\lim_{t \to 0} \int \left| f(x+t) - f(x) \right| \,dx = 0~.$$
Source: Probability and Measure (Billingsley), Problem 17.4
The given hint says to use the result that if $f$ is integrable, then for any $\varepsilon > 0$, there exists a step function $g = \sum_{i = 1}^k x_i \mathbb{I}_{A_i}$ where $A_i$ are bounded intervals, such that $\int |f - g| \,dx < \varepsilon$.
Now, we may write $$\int \left| f(x+t) - f(x) \right| \,dx \leqslant \int \left| f(x+t) - g(x+t) \right| \,dx + \int \left| g(x+t) - g(x) \right| \,dx + \int \left| g(x) - f(x) \right| \,dx$$ Using the result, we may choose an appropriate function $g$ such that the first and the last terms are small enough. Then it suffices to show that the original result holds for step functions.
But I am a little confused whether I'm going in the right direction. Any help will be appreciated. Thanks!