I'm learning mathematical induction. I found this task, which I can't do properly:
Prove $\sum_{j=1}^{2n}\frac{1}{j(j+1)}=\frac{2n}{2n+1}$ for all $n\in\Bbb N$.
I know the rules $n = 1,\,n = k,\,n = k + 1$. I tried to do it when I put it in $n = 1,\,n = 2$, but it always comes to me differently $1/6 = 2/3$. Can someone explain to me how to do this :)