I was just studying the 'Method of Mathematical Induction' by I. S. Sominskii when this example came on: $$(\dots)$$
$$S_k=\frac{1}{(1)(2)}+\frac{1}{(2)(3)}+\frac{1}{(3)(4)}+\dots+\frac{1}{k(k+1)}=\frac{k}{k+1}$$
$$(\dots)$$
So my problem is that I can't understand how to get to that result. Probably partial fractions???
Could someone please, explain me.
Thank you very much!
Using from comment $$\frac{1}{k(k+1)}=\frac{1}{k}-\frac{1}{k+1}$$ we have $$\frac{1}{1\cdot2}+\frac{1}{2\cdot3}+\frac{1}{3\cdot4}+\dots+\frac{1}{k(k+1)}=\\ =1-\frac{1}{2}+\frac{1}{2}-\frac{1}{3}+\frac{1}{3}-\frac{1}{4}+\cdots+\frac{1}{k}-\frac{1}{k+1}= \\ =1-\frac{1}{k+1}=\frac{k}{k+1}$$