Consider the following double integral $$ \int_0^t \int_{x-s}^{x+s}\sum_i \delta(y-i)f(i,s)\,dyds $$ where $\delta$ is the Dirac delta function and $x,i\in \mathbb{Z}$. Is there a way to simplify this?
My attempt: Using the properties of the Dirac delta, we get $$ \int_0^t \sum_{i=\lceil x-s\rceil}^{\lfloor x+s \rfloor} f(i,s)\,ds $$ since $x\pm s$ are not necessarily integers. I feel there is not much else I can do, but I might be missing something. Any ideas?