I feel like something is wrong here in my logic but why do these two equations not equal each other?
Equation 1: $\sum_{i=0}^{\infty}(0)$
Steps to equation 2:
$0 = x - x$ where $x \in \mathbb{R}$
therefore,
$\sum_{i=0}^{\infty}(x - x)$
which could be represented as:
$x - x + x - x + x - x ...$
Moving the first $x$ into it's own component would yield into:
$x + \sum_{i=1}^{\infty} (-x + x)$
As $-x + x = 0$, the second term would drop which would imply $0=x$ which I'm pretty sure is wrong but not sure why. I think something is wrong in the way I'm converting $x - x + x - x + x - x ...$ into $x + \sum_{i=1}^{\infty} (-x + x)$.
EDIT:
I also realized that using the same logic as above, the resultant equation could also be expressed as:
$x - x + \sum_{i}^{\infty} (x - x + x)$
or
$x + \sum_{i}^{\infty} (- x + x - x)$
which would mean the expression I have here would oscillate between various results. I think there's definitely something wrong then in the translation of $x - x + x - x + x - x ...$ to the other equations but not sure why?