Let $A:=\sum_{n=0}^\infty 2^n$. I was given the following equation:
$$A=\sum_{n=0}^\infty 2^n=\sum_{n=1}^\infty2^{n-1}=\sum_{n=1}^\infty(2^n\cdot\frac{1}{2})=\frac{1}{2}\sum_{n=1}^\infty2^n=\frac{1}{2}(-1+\sum_{n=0}^\infty2^n)=\frac{1}{2}(-1+A)$$
My task is to explain that why this can't be true and to find the mistake in the equation. I think that I found the mistake but I am not quite sure if I found it correctly so maybe someone can look over it.
First, this obviously has to be wrong, because if I solve $A=\frac{1}{2}(-1+A)$ for $A$ I get $A=-1$. But this can't be true, because $\lim_{n\to\infty}(\sum_{k=1}^n2^k)=+\infty$.
I now tried to check every step and the single steps (except the last) seem to be correct. With the last step I thought that it might be a problem that we have replaced the sum with $A$ again, because then we get a recursive definition of $A$. And from my point of view it makes no sense to do this because then we can never assign a value to $A$. So my thought wass that a recursive definition of a variable is completly senseless.
On the other hand I thought that this might be a notation problem my teacher wants to draw my attention to. In our class we are using the symbol $\sum_{n=0}^\infty a_n$ once for the series and once for the limit $\lim_{n\to\infty}\sum_{k=1}^n a_k$. Maybe we can't replace the $\sum_{n=0}^\infty 2^n$ with $A$ because $A$ is the series and $\sum_{n=0}^\infty 2^n$ is the limit and not the series.
So now I am not quite sure why exactly the equation given is wrong, so maybe someone here can explain better.
This question here is quite similiar, but from my point of view It wouldn't have helped me to solve my problem, because there is not stated that $A\notin\mathbb{R}$ holds and this was the essential point where I started to understand my problem.