Is there a way to proof that $\zeta (-2)=0$ the same way that the following "proof" is constructed?
I am talking about a similar proof to the (following) one of $\zeta(-1)$. It would be really nice if you could help me out with this.
Consider the following series: $$A=1-1+1-1+1-1+1-1+1-1+1-1+...$$ This series, sometimes called Grandi's series and is technically undefined. But using arithmatic and simple summation, we can show that it equals to 0.5:
$$A=1-1+1-1+1-1+1-1+1-1+1-1+1-1+...$$ Now Addiding another A to this we can pair up two terms so that they each cancel out: $$A+A=1-(1-1)+(1-1)-(1+1)+(1-1)-(1+1)+...$$ Which means that $A+A=1-0+0-0+0-0+...=1$, so that $2A=1$ and thus $A=\frac {1}{2}$
Now consider the series: $$B=1-2+3-4+5-6+7-8+9-10+...$$
A similar thing appears here, if you add B to itself and offset this sum by one; $$2B=1-(2-1)+(3-2)-(4-3)+(5-4)+(6-5)-(7-6)+...=1-1+1-1+1-1+1-1+1-...$$ Which means that $$2B=A$$ thus $$B=\frac {A}{2}=\frac{1}{4}$$
Now consider $\zeta(-1)$, which "equals" (not really equals, but let's asume it does): $S=1+2+3+4+5+6+7+8+...$
Now consider $S-B$: $$1-1+2+2+3-3+4+4+5-6+6+6+7-7+8+8+9-9+10+10+11-11+12+12+13-13+...$$ $$=0+4+0+8+0+12+0+16+0+20+0+24+0+...$$ $$=4*(1+2+3+4+5+6+...)$$ $$=4*B$$ This means that $S-B=4*S$, so that $-B=3*S$ and thus: $\frac{-B}{3}=S$
If $\frac{-B}{3}=S$, then $S=\frac{-1}{3 \times 4}= \frac {-1}{12}$
In the end, my question would be, if there is this kind of proof for $\zeta(-2)$, if there is one, would you be so kind to explain it to me? Thanks.