Use mathematical induction to prove that $$ \frac12 + \frac16 + \ldots + \frac{1}{n(n+1)} = 1 - \frac{1}{n+1} $$
I am unsure about the prove n+1 step! I let $$ \frac12 + \frac16 + \ldots + \frac{1}{n(n+1)} = 1 - \frac{1}{n+1} $$ So I had $1 - \frac{1}{n+1} + (n+1)$ on the left hand side I unsure about the final steps.
HINT
General induction proofs look something like the following.
Base Case. Let $n=1$, can you validate it?
Inductive Step. Assume the statement holds for some fixed $n$, in other words, we assume $$ \frac12 + \frac16 + \ldots + \frac{1}{n(n+1)} = 1 - \frac{1}{n+1} $$ and we have to prove it for $n+1$, in other words, we must show that $$ \frac12 + \frac16 + \ldots + \frac{1}{n(n+1)} + \frac{1}{(n+1)(n+2)} = 1 - \frac{1}{n+2}. $$ But from the inductive assumption, LHS simplifies to $$ 1 - \frac{1}{n+1} + \frac{1}{(n+1)(n+2)} = 1 - \frac{1}{n+1} + \left[\frac{1}{n+1} - \frac{1}{n+2}\right] = 1 - \frac{1}{n+2}. $$ Can you complete the proof?