Unlike the more common variant of proof that 0=1, this does not use division.
So, the reasoning goes like this:
\begin{align} 0 &= 0 + 0 + 0 + \ldots && \text{not too controversial} \\ &= (1-1) + (1-1) + (1-1) + \ldots && \text{by algebra}\\ &= 1 + (-1 + 1) + (-1 + 1) \ldots && \text{by associative property}\\ &= 1\\ \\ &\therefore 0 =1 \end{align}
I can't help but feel that something went wrong here, specifically with the use of the associative property. However, I can't come up with a mathematically compelling reason.
Where's the error?