My problem is:
Show that for every $x,y \in \mathbb{R}$
$$\operatorname{sinc}(x-y) = \sum_{n \in \mathbb{Z}}\operatorname{sinc}(x+n)\operatorname{sinc}(y+n)$$
Here is what I did so far:
Considering the function $g(t) = f(t + t_{0})$ I can show that the Fourier Transform is given by $\hat{g}(w) = e^{-iwt_{0}} \hat{f}(w)$.
Therefore considering $f(t) = sinc(t)$ I can show that $$\hat{f}(w) = \begin{cases} 1, & |w| \leq \pi \\ 0, & |w| \gt \pi \end{cases} $$
So I can use Shannon's Theorem, where $\Delta t = 1$ and write
$$ f(t) = g(t-t_{0}) = \sum_{n \in \mathbb{Z}} \operatorname{sinc}(t-t_{0}-n)sinc(t_{0} + n) $$
Now thinking $t$ as $x$ and having an $t_{0}$ as $y$ for every $x$ I can write
$$ sinc(x-y) = \sum_{n \in \mathbb{Z}} \operatorname{sinc}(x-y-n)\operatorname{sinc}(y + n) $$
Which is close, but not the same to what I should prove.
Can anybody point where I have made any mistake or help me with the final steps?
Thanks in advance.