Let $(a_n)$ and $(b_n)$ be two sequences. Let $A_n = \sum_{k=1}^n a_k$ and $A_0 = 0$. Prove that $$\sum_{n=p}^q a_n b_n = \sum_{n=p}^{q-1} A_n(b_n - b_{n+1}) + A_qb_q - A_{p-1}b_p$$ for each $q\geq p \geq 1$ Also, using this result prove that the series $$ \sum_{i=1}^ \infty \frac{(-1)^{i+1}}{\sqrt{i}}$$ converges.
For the second, converge part, the series continues like $1,\frac{-1}{\sqrt2},\frac{1}{\sqrt3},\frac{-1}{\sqrt4}$. So it converges to 0. But I do not know how to prove first part also using the first part to show this series converges.
Answer for the second question:
$\sum\limits_{n=p}^q a_n b_n = \sum\limits_{n=p}^{q-1} A_n(b_n - b_{n+1}) + A_qb_q - A_{p-1}b_p$
Let's see the RHS of the statement:
$ \sum\limits_{n=p}^{q-1} A_nb_n - \sum\limits_{n=p}^{q-1}A_nb_{n+1} + A_qb_q - A_{p-1}b_p$
We can realize that
$\sum\limits_{n=p}^{q} A_nb_n=\sum\limits_{n=p}^{q-1} A_nb_n+A_qb_q$ and
$\sum\limits_{n=p-1}^{q-1}A_nb_{n+1}=\sum\limits_{n=p}^{q-1}A_nb_{n+1}+A_{p-1}b_p$
So the RHS equal to: $\sum\limits_{n=p}^{q} A_nb_n-\sum\limits_{n=p-1}^{q-1}A_nb_{n+1}$
After performing the reindex of the second term we get: $\sum\limits_{n=p}^{q} A_nb_n-\sum\limits_{n=p}^{q}A_{n-1}b_{n}$ and realize that
$A_n - A_{n-1}=a_n$ we get the LHS of the statement: $\sum\limits_{n=p}^q a_n b_n$