Let $f$ and $g$ be functions in $L^2(\mathbb{R})$. Define $h(s)=\int_{-\infty}^\infty f(x)g(x-s)\,dx$. Prove that $h(s)$ is uniformly continuous on $\mathbb{R}$.
I can't seem to make any meaningful progress on this one.
If I let $\epsilon > 0$, then I'm looking for a $\delta>0$ so that if $|s-t|<\delta$, we'll have
$$|h(s)-h(t)|=\left\vert \int_{-\infty}^\infty f(x)g(x-s)\,dx - \int_{-\infty}^\infty f(x)g(x-t) \, dx \right\vert = \left\vert \int_{-\infty}^\infty f(x)\left(g(x-s) - g(x-t)\right)\,dx \right\vert < \epsilon.$$
And that's about all I can think of for this one. I'd like to be able to say something about how close together $g(x-s)$ and $g(x-t)$ are, but all I know about them is that they're in $L^2$, so it's not obvious to me where to go from here.
I appreciate any thoughts anyone has.
For all $f\in L^p$ we have $\|f(x+k)-f(x)\|_p\to 0$ when $k\to 0$. If you have never seen this statement before, the proof goes like this: first show it for step functions, then use the fact that they are dense in $L^p$ to generalize it. This result is used a lot in problems about $L^p$ spaces.
Alright, so let $\varepsilon>0$. There is some $\delta>0$ such that $0<|k|<\delta$ implies $\|f(x+k)-f(x)\|_2<\varepsilon$. So now let $x,z\in\mathbb{R}$ which satisfy $|x-z|<\delta$. Then:
$$|h(x)-h(z)|=\left|\int_{\mathbb{R}}f(y)g(y-x) \, dy-\int_{\mathbb{R}} f(y)g(y-z) \, dy\right|=$$
$$=\left|\int_{\mathbb{R}}f(y)[g(y-x)-g(y-z)]\, dy\right|\leq $$
$$\leq \left(\int_{\mathbb{R}}|f(y)|^2 \, dy\right)^{\frac{1}{2}}\left(\int_{\mathbb{R}}|g(y-x)-g(y-z)|^2\,dy\right)^{\frac{1}{2}}$$
Let $x-z=k$. Then we can continue:
$|h(x)-h(z)|\leq \|f\|_2 \left(\int_{\mathbb{R}}|g(y-z-k)-g(y-z) |^2 \, dy\right)^{\frac{1}{2}}$
And by changing variables $y-z=t$:
$$|h(x)-h(y)|\leq \|f\|_2 \left(\int_{\mathbb{R}}|g(t-k)-g(t)|^2 \, dy\right)^{\frac{1}{2}}$$
$$=\|f\|_2\times\|g(t-k)-g(t)\|_2\leq \|f\|_2\times\varepsilon$$
We used the assumption that $|k|=|x-z|<\delta$.