I just finished a discrete mathematics course and I was wondering if I could prove that the paradox here is wrong using simple logic without using advanced mathematics such as limits and sequences e.g. consider the equation $x+2=x+4$ , it obviously has no solution in $\mathbb{R}$ . The proof is as follows assume it does have a solution $x \in \mathbb{R} \implies 2=4$ (contradiction) $\implies x \notin \mathbb{R}$ as required.
So I did the same for $\sum_{i=0}^{\infty} 2^i$, that is assume that $\sum_{i=0}^{\infty} 2^i=x \in \mathbb{R} \implies$ (the rest of the proof goes as here) $\implies x=-1$(contradiction)$\implies x \notin \mathbb{R}$ as required.
Does this proof count as valid argument and if not were did I go wrong ?
Edit: It seems there have been a misunderstanding and it is my fault for not being clear . My goal was determine where does my argument fail not that the proof here is not convincing . The main points where my argument fails as pointed out are :
- I need the notion of limits and sequences to define $\sum_{i=1}^{\infty} 2^i$ .
- $x=-1$ is indeed not a contradiction as I assumed.