How to prove if the following equality holds? $$\frac{k-1}{k}+\frac{1}{k(k+1)}=\frac{k}{k+1}$$
Maybe finding a common denominator would work, but I have no idea how to do it in this example.
I see that it holds for $k=1$: $$0+\frac12=\frac12=\frac1{1+1}.$$
It also holds for $k=2$: $$\frac12+\frac16 = \frac36+\frac16 = \frac46 = \frac23 = \frac2{2+1}$$
It also works for $k=3$: $$\frac23+\frac1{12}=\frac8{12}+\frac1{12}=\frac9{12}=\frac34=\frac3{3+1}$$
But I am not sure how to proceed if I am not working with numbers but with expressions.
Notice that $k(k+1)$ is a common multiple of $k$ and $k(k+1)$.
Hence, for $k\neq 0$ and $k \neq -1$, we have $$\frac{k-1}{k}+\frac{1}{k(k+1)}=\frac{k^2-1}{k(k+1)}+ \frac{1}{k(k+1)} = \frac{k^2}{k(k+1)} = \frac{k}{k+1}.$$