I'd like to know the basis for the following transformation:
$$\sum_{i,j:i+j=k}a_ib_j \quad k=0, \dots n+m$$
Let $j = k-i$ then:
$$\sum_{i=-\infty}^{\infty}a_ib_{k-i} \quad k=0, \dots n+m$$
I understand that the $j$ index is eliminated by the substitution, I just don't get how it suddenly becomes an infinite sum across all $i$.