are $\sum_{i=0}^{n}i$ and $\sum_{i=n}^{0}i$ equivalent?

49 Views Asked by At

So here's the ugly history of how I came to ask this question. I was following this proof:

enter image description here

and got stuck at this step:

$$\sum_{j=0}^{(\log_2n) - 1}\frac{1}{(\log_2n) - j} = \sum_{l = 1}^{\log_2n}\frac{1}{l}$$

I tried a simple change in variables, but was confused because the bounds didn't match.

We know that the step holds true because another student did a proof that makes sense.

enter image description here

But now my question is are $\sum_{i=0}^{n}i$ and $\sum_{i=n}^{0}i$ equivalent? If that's true, I could've saved myself a lot of trouble.

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, they are. It is rare to see the indices written in that order, but you have all the same terms in each sum.