Let $(x_j)^\infty_{j=1}$ be a sequence in $\mathbb{Z}$ and let $a, b, r \in \mathbb{Z}$ such that $a\le b$. Then
$\sum\limits_{j=a}^b x_j = \sum\limits_{j=a+r}^{b+r} x_{j-r}$
I assume that I would use induction to solve this, maybe on r?
Let $(x_j)^\infty_{j=1}$ be a sequence in $\mathbb{Z}$ and let $a, b, r \in \mathbb{Z}$ such that $a\le b$. Then
$\sum\limits_{j=a}^b x_j = \sum\limits_{j=a+r}^{b+r} x_{j-r}$
I assume that I would use induction to solve this, maybe on r?
Perhaps rewriting it as $\displaystyle\sum_{i=a}^b x_i = \sum_{j=a+r}^{b+r} x_{j-r}$ helps. Start with the summation on the left and make the substitution $j=i+r$.