As stated in the title, I am trying to prove that $\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n} = \log2$, I think I need to use the Geometric Series like this:
$$1+u+u^2+...+u^n = \frac{1-u^{n+1}}{1-u}$$
Then setting $u = -t$, rewrite it like so:
$$1-t+t^2-...+(-1)^n t^n + \frac{(-1)^{n+1}t^{n+1}}{1+t}= \frac{1}{1+t}$$
But now I am not sure where to go next in order to get to my conclusion, any guidance and explanation would be appreciated, thanks!