Suppose $f\in L^1(\mathbb{R},\mu)$. Prove that
$$\lim_{t\rightarrow 0}\int_\mathbb{R}|f(x)-f(x+t)|d\mu=0$$
When I see a limit like this, I want to move the limit inside the integral sign. Usually this can be done by the monotone convergence theorem or the dominated convergence theorem. But here the limit is $t\rightarrow 0$ instead of a sequence of functions with $n\rightarrow\infty$. What can we do?
I try to prove it for Riemann integrable functions and bounded. The proof works for continuous functions too.
We have $\left|f(x)-f(x+t)\right|\leq |f(x)|+|f(x+t)|$ and therefore it is bounded by a function in $ L^1(\mathbb R,\mu)$.
Using reverse Fatou lemma, for all sequences $\{a_n\}$, we can say: $$ \limsup_{n\to\infty}\int_\mathbb R |f(x)-f(x+a_n)|~d\mu\leq \int_\mathbb R \limsup_{n\to\infty}|f(x)-f(x+a_n)|~d\mu $$ Now for each sequence of $\{a_n\}$ converging to zero, we have the above one. It suffices to show that the discontinuity points of $f$ has zero measure and $f$ is bounded. Now because that the function is Riemann integrable and bounded, we can say that it is almost every where continuous which concludes the proof.