In the lecture notes for Fourier Transforms and it's Applications on page 212 by Bracewell he talks about representing a signal as a sum of distributions evenly spaced out by a distance p.
$$\rho_p(x) = \sum_{k=-\infty}^{\infty} \rho(x-kp)$$
He then goes on to say that you can write the periodized density as a convolution with a sum of shifted $\delta$'s:
$$\rho_p(x) = \sum_{k=-\infty}^{\infty} \rho(x-kp) = \sum_{k=-\infty}^{\infty} \delta(x - kp)*\rho(x)$$
This doesn't make sense to me. According to the sifting propery - integrating a shifted delta function by kp should give you $\rho(kp)$. However, for all values > p the distribution should be 0 so you end up just getting the first distribution $\rho(x)$ and it ends up not being periodized.
Can someone explain how those are equivalent?