In Concrete Mathematics, after the "Rocky Road" equality, the authors introduce the problem $$\sum_{1\leq j< k\leq n} \frac{1}{k - j}$$
They eventually arrive at the solution involving letting $k \to k + j$ to simplify the sum.
$$\sum_{1\leq j< k + j\leq n} \frac{1}{k} = \sum_{1\leq k\leq n} \left( \sum_{1\leq j\leq n - k}\frac{1}{k} \right)$$
How did they arrive at the bounds for $j$ and $k$ in the second sum?
I assumed they would use the Iversonian identity $$[1\leq j < k + j \leq n] = [1\leq k + j\leq n][1\leq j < k + j]$$ but they derived something completely different.
The best I could figure out was that because $k + j \leq n$, then $j \leq n - k$, but I'm not sure how the $k + j$ disappeared in the outer-most sum. I would have assumed that since $k + j \leq n$ that it would become $1\leq k \leq n - j$.
