So I'm not great at math which is why I'm asking this.
Someone send me the next math:
Sum($1+2+4+8+16+$..)= infinity
Which I understand
S=sum($1+2+4+8+16+$..)
S=1+sum($2+4+8+16+$..)
So this came with the comment, first number shifted out of the sum.
S=1+2*sum(1+2+4+8+..)
Now I lost my mind, he got the second one out as well but starting at 1 again?
Folllw up of the math:
$S=1+2*S$
So S=-1 !
Infinity = -1
I saw a video about adding to infinity, but that included a negative number in order to get -1
Literally copied and translated every comment in there:
1+2+4+8+16+32+..= ?
Now you can say: infinite but you can also prove that it is -1!
Look that goes like this:
Som(1+2+4+8+16+..)= infinite, seems quite logical because the series goes on and on ..
But there is also:
S=som(1 + 2 + 4 + 8 + 16 + ..) # so
S=1+som(2 + 4 + 8 + 16 + ..) # first term out, nothing special, and so
S=1+2*som(1 + 2 + 4 + 8 + ..) # factor 2 taken out of the sum, and so
S=1 + 2 * S # according to the original definition of the sum, and so
S=-1 !
In other words: infinite = -1!
The problem is the reasoning $S=1+2S\implies S=-1$. This holds only for finite $S$ (cancelling infinities doesn't preserve the limiting behavior).