I came across the following statement on Wolfram:
The delta function has the fundamental property that $$\int_{-\infty}^{\infty} f(x) \delta(x-a)dx=f(a)$$
and, in fact, $$\int_{a-\epsilon}^{a+\epsilon} f(x) \delta(x-a)dx=f(a)$$ for $\epsilon > 0$.
The first property is well-known and follows from the definition of the Dirac delta as a distribution, where it acts on test functions via $δ(ϕ)=ϕ(0)$. However, I am uncertain about the second property, which restricts the integration to a finite interval $[a−ϵ,a+ϵ]$:
- Is this a proven property of the Dirac delta, derived rigorously from its definition as a distribution?
- Alternatively, could this be taken as a definition, justified by a natural interpretation?
Some may argue that this follows intuitively by splitting the integral as:
$$ f(a) = \int_{-\infty}^{\infty} f(x) \delta(x-a)dx = \int_{-\infty}^{a-\epsilon} f(x) \delta(x-a)dx + \int_{a-\epsilon}^{a+\epsilon} f(x) \delta(x-a)dx + \int_{a+\epsilon}^{\infty} f(x) \delta(x-a)dx $$ Then, using the heuristic definition:
$$\delta(x - a)={\begin{cases} \infty &x = a\\ 0,&{\text{otherwise}}\end{cases}}$$
one might claim that $δ(x−a)=0$ outside $[a−ϵ,a+ϵ]$, leading to:
$$ f(a) = \int_{-\infty}^{\infty} f(x) \delta(x-a)dx = \int_{a-\epsilon}^{a+\epsilon} f(x) \delta(x-a)dx $$
However, I see two issues with this reasoning:
- The heuristic definition of $δ(x−a)$ as an "infinite spike at $x=a$" is informal. Since $δ(x−a)$ is not a classical function, we cannot speak about its value outside the integral.
- The integral splitting above is valid for classical functions, but $\int_{-\infty}^{\infty} f(x) \delta(x-a)dx$ is not a standard Riemann or Lebesgue integral—it represents the action of a distribution.
So, is the property $\int_{a-\epsilon}^{a+\epsilon} f(x) \delta(x-a)dx=f(a)$ a rigorously proven result, or does it rely on an interpretive extension of the Dirac delta's sifting property?
Edit
Another approach might be to write:
$$\int_{a- \epsilon}^{a+\epsilon} f(x) \delta(x-a)dx=\int_{\mathbb{R}} f(x) 1_{(a-\epsilon,a+\epsilon)} (x)\delta(x-a)dx$$
as suggested in the comment. However, this approach, like the first one, involves treating $δ(x)$ outside the context of an integral over $\mathbb{R}$, which is the main issue. Really, our problem lies in the interval of integration, not the integrand. If such an interpretation were valid, the first approach would already have been sufficient.