- 5,178

- Worcester, MA
- skip0110
Well, what is?
Clearly sometime this type of grouping is valid (telescoping sums, like sum [1/(n+1) - 1/n] from 1 to infinity) and sometimes it is not.
I have my own ideas, but I'd like to hear a few other opinions on the matter first.
Code:
0 = 0 + 0 + 0 + 0 + 0 + 0 + 0 + ...
= (1-1) + (1-1) + (1-1) + (1-1) + ...
= 1 + (-1 + 1) + (-1 + 1) + (-1 + 1) + (-1 + 1) + ...
= 1
I have my own ideas, but I'd like to hear a few other opinions on the matter first.