Let $\phi _n : \mathbb{R} \to \mathbb{R}$ be a sequence of functions with the following properties:
1) For all $n \in \mathbb{N}$ we have $\phi _n (x) \geq 0$ for all $x \in \mathbb{R}$ and $\phi_n (x) = 0$ for all $|x| \geq 1$.
2) $\int_{- \infty}^{\infty} \phi_n (x) \text{ } dx = 1$ for all $n \in \mathbb{N}$.
3) For every $\delta >0$ we have $\lim_{n \to \infty} \int_{|x| > \delta} \phi _n (x) \text{ } dx = 0.$
Let $f : \mathbb{R} \to \mathbb{R}$ be a continuous function so that $f(x) = 0$ for all $|x| \geq 1$. Prove that $\{f * \phi _n\}$ uniformly converges to $f$.
$(f*p)(x) = \int_{-\infty}^\infty f(y) p(x-y) dy$ is convolution.
First note that $f$ uniformly continuous on $\mathbb{R}$. Given $\epsilon >0$ there exists $\delta >0$ so that $|t-s| \leq \delta$ implies $|f(t)-f(s)| < \epsilon$. Apply (3) with this delta and choose $N$ so that for all $n \geq N$ we have $$\left| \int_{|x| > \delta} \phi _n (x) \text{ } dx \right| < \epsilon.$$ Let $n \geq N$.
I think we need to compute $|f * \phi _n (x) - f(x)|$ for arbitrary $x$. How can we finish this proof?