I know there are similar problems on here, but I believe this is not a duplicate.
Let $E \subset \mathbb{R}$ be a measurable set of positive finite measure. Define $f:[0,\infty) \rightarrow \mathbb R$ by $$f(t)= m(E \cap E_t),$$ where $E_t=\{t+x:x\in E\}$. Prove that $f$ is continuous on $[0,\infty)$.
I wanted to rewrite $f$ as a convolution of two sufficiently nice functions (in this case $L^1$ and $L^\infty$) which we know to be continuous:
$$f(t)=\int_{E\cap E_t}1 dx= \int_E 1_{E_t} dx= \int_E 1_{E}(x-t) dx=\int_{\mathbb R} 1_{-E}(t-x) 1_E dx= 1_{-E}*1_E(t), $$
and $1_{-E}$ is $L^1$ and $1_E$ is $L^\infty$.
Alternative solutions (assuming this actually is one) are welcome, too.
Also, a good reference for convolution results like the one used here would be much appreciated.
\begin{align} |f(t+\Delta t)-f(t)|&=\left|\int_{E\cap E_{t+\Delta t}}1 dx-\int_{E\cap E_{t}}1dx\right| \\ &= \left|\int_E 1_{E_{t+\Delta t}}dx-\int_E 1_{E_{t}}dx\right| \\ &= \left|\int_E (1_{E}(x-t-\Delta t)-1_{E}(x-t))dx\right| \\ &=\left|\int_E 1_{E_{\Delta t}}dx\right| \\ &\leqslant m(E)|\Delta t| \\ &\to 0 \hspace{5mm} as \hspace{5mm}t\to0 \end{align} So $f$ is continuous.