Given the following infinite series:
$\sum_{n=1}^{\infty}\frac{1}{(n)^{p}}-\frac{1}{(n+1)^{p}}$
Find the summation of this series?
My approach:
The above series expands to:
Sum = $(\frac{1}{1^p}-\frac{1}{2^p}) +(\frac{1}{2^p}-\frac{1}{3^p}) + (\frac{1}{3^p}-\frac{1}{4^p})+ (\frac{1}{4^p}-\frac{1}{5^p}).... (\frac{1}{(\infty)^p}-\frac{1}{(\infty+2)^p})$
Since, from second term onward, all neighboring terms cancel each other out all the 'middle' terms will cancel each other out. Thus it will evaluate to:
Sum = $(\frac{1}{1^p} - \frac{1}{(\infty+2)^p})$
As, for any finite real/complex value of: $p$ $(\infty+2)^p = \infty$. Thus,
Sum = $(\frac{1}{1^p} - \frac{1}{\infty})$.
As, $\frac{1}{\infty} = 0$. Thus:
Sum = $\frac{1}{1^p}$. (for any finite value of $p$).
Query: Is the above argument correct and can we can replace the series with $\frac{1}{1^p}$ in any equation or not?