Given is a integrable function $\phi: \mathbb{R}^n \mapsto \mathbb{R}$ with the property $\int_{\mathbb{R}^n} \phi dx = 1$. We define for $\alpha > 0$ the re-scaled function $\phi_\alpha(x):= \alpha^n \phi(\alpha x) $. Now I should show that for every continuous and bounded function $f: \mathbb{R}^n \mapsto \mathbb{R}$ and for every $x_0 \in \mathbb{R}^n$ the following holds:
$\lim_{\alpha \to \infty} \int_{\mathbb{R}^n} f(x) \phi_{\alpha}(x - x_0) dx = f(x_0)$
So I've done some research and found that the properties of $\phi$ are very similar to something called the dirac-delta function $\delta$. One property of $\delta$ is that $|\alpha| \delta(\alpha x) = \delta(x)$.
I will now prove that something similar holds for $\phi$, which means I will show that $\alpha^n \phi(\alpha x) = \phi(x)$ ($\alpha$ already is $>0$ so I can leave out the absolute value).
Using multivariable substitution ($u = \alpha x$):
$\int_{\mathbb{R}^n} \alpha^n \phi(\alpha x) dx = \int_{\mathbb{R}^n} \alpha^n \phi(u) \frac{1}{\alpha^n} du = \int_{\mathbb{R}^n} \phi(u)du = 1$
If this is correct, my problem becomes easier and I only have to show that
$\int_{\mathbb{R}^n} f(x)\phi(x-x_0) = f(x_0)$
I am not sure how to continue from this point on, but my guess would be that using the property of $f$ being bounded might prove useful. Also please correct me on mistakes I have done thus far.
EDIT: Thanks to help in the comments I maybe figured out how to correct my mistakes and continue:
Using multivariable substitution ($u = \alpha x - \alpha x_0$):
$\lim_{\alpha \to \infty} \int_{\mathbb{R}^n} f(x) \alpha^n \phi(\alpha x) dx = \lim_{\alpha \to \infty} \int_{\mathbb{R}^n} f(x_0 +\frac{u}{\alpha}) \phi(u) du$
Now if it is possible to get $\lim$ inside of the integral we have:
$\int_{\mathbb{R}^n} \lim_{\alpha \to \infty} f(x_0 +\frac{u}{\alpha}) \phi(u) du = \int_{\mathbb{R}^n} f(x_0) \phi(u) du = f(x_0)\int_{\mathbb{R}^n} \phi(u) du = f(x_0)$
Is this correct? If yes, which theorem can I use to get the limit inside the integral?
You can use the Dominated Convergence Thoerem. Let's check that the hypothesis are satisfied.