I need to know how to exactly evaluate the following sum (in case the limit exists, which is does I think) :
\begin{equation} \lim_{N \to \infty} \quad \sum_{n = 2}^N \frac{1}{n(n-1)} \end{equation}
The reason I am asking is because I would like know wheter I can manipulate expressions involving series by looking at the sequence of partial sums, so is it true in general that
\begin{equation} \lim_{N \to \infty} \quad \sum_{n = 2}^N (a_n - a_{n-1}) = \lim_{N \to \infty} a_N - a_0 \end{equation}
regardless of the limit behaviour of the whether the sequence $(a_n)$ or the series $\lim_{N \to \infty} \sum^N_{n = 2} a_n$ ?
For example, if I let $S_N = \sum_{n = 1}^N = (-1)^{n+1} \frac{1}{n}$ then the resulting series exists. Writing the same partial sum as \begin{equation} T_N = 1 - \frac{1}{2} - \frac{1}{4} + \frac{1}{3} - \frac{1}{6} - \frac{1}{8} + \frac{1}{5} - \frac{1}{10} - \dots \end{equation} (i.e I rearrange the terms) whe have $t_{3N} = \frac{1}{2} s_{2N}$, hence the second series has half the value of the first, although all we did was rearranging the summands before taking the limit.
So this is where my original quest started - I kind of suspect that in order to do arithmetic manipulations before taking the limit I need make sure the sequence $(a_n)$ has certain properties, right ? If yes, what are these properties ?
Many thks for your help!