0

Apparently, the summation $$ \sum_{j = i + 1}^n \frac{1}{j - i + 1} $$ is equal to the summation $$ \sum_{k=1}^{n - i} \frac{1}{k + 1} $$ I don't grasp the intuition behind why.

David Faux
  • 3,425
  • 1
    Put $j-i=k$ in the first sum. – npisinp Apr 09 '14 at 19:36
  • 2
    Write them out explicitly, and you'll see why. – David Mitra Apr 09 '14 at 19:37
  • @DavidMitra is right on the money with this (+1). Sometimes I confuse myself with complicated indices, and the only way to be sure is to check that you really end up with exactly the same set of summands when the indices are realized in the sum. – MPW Apr 09 '14 at 19:58

3 Answers3

2

$$ \sum_{j -i = 1}^n \frac{1}{j - i + 1}\\ \text{Let $j-i=k$, giving }\sum_{k=1}^{n-i} \frac{1}{k + 1}$$

2

Set $k=j-i$ so when $j=i+1$ then $j-i=1$ so $k=1$. Now when $j=n$ we have $k=j-i=n-i$.

2

$\sum_{j = i + 1}^n \frac{1}{j - i + 1}$

$=\frac{1}{2}+...+\frac{1}{n-i+1}$

$=\sum_{k=1}^{n - i} \frac{1}{k + 1}$