Show that the sequence $\langle f_n\rangle$ where
$$f_n = 1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\cdots + \frac{(-1)^{n-1}}{n}$$
is a cauchy sequence.
My Approach: I tried solving it by starting it with $|f_n -f_m|$ but could not show this value less than any value (in terms of $m$).
You have \begin{align} |f_n-f_m|&=\frac1n-\frac1{n+1}+\frac1{n+2}-\frac1{n+3}+\frac1{n+4}-\cdots \\ \ \\ &=\frac1n-\left(\frac1{n+1}-\frac1{n+2}\right)-\left(\frac1{n+3}-\frac1{n+4}\right)-\cdots\\ \ \\ &=\frac1n-\frac1{(n+1)(n+2)}-\frac1{(n+3)(n+4)}-\cdots\\ \ \\ &=\frac1n-\sum_{j=n}^{m-n-1}\frac1{(n+j)(n+j+1)} \end{align} The series satisfies $$ \sum_{j=1}^{m-n-1}\frac1{(n+j)(n+j+1)}\leq\sum_{j=n}^{m-1}\frac1{n^2}.$$ So, for $n,m$ big enough, we can make $|f_n-f_m|$ arbitrarily small.
Note: this is an ad-hoc argument. But, in general, if you have an alternating series $\sum_n(-1)^na_n$ with $a_n$ positive and decreasing to zero, we have $$ \sum_{k=n}^\infty (-1)^ka_k\leq a_n. $$