$\text{Use the PMI to prove the following for all natural numbers n.}$
$ \frac{1}{2!} + \frac{2}{3!} + \cdot \cdot \cdot + \frac{n}{(n+1)!} = 1 - \frac{1}{(n+1)!} $
So for this question I get stuck because I cannot seem to make the left side and right side be equivalent.
$\color{Green}{Proof} :$
$\mathbf (I) \; Basis \; Step :$ Show $p(1).$ For $n=1$
$\frac{1}{(1+1)!} = 1- \frac{1}{(1+1)!} \Rightarrow \frac12 = \frac12$
$\mathbf (II) \; Inductive \; Step : $
Assume $p(k)$ for a PAC $k \in ℕ ,\; \; \;\; n=k$
$ \frac{1}{2!} + \frac{2}{3!} +\cdot\cdot\cdot + \frac{k}{(k+1)!} = 1-\frac{1}{(k+1)!} \; \; \text{Induction Hypothesis}$
Left Hand Side : We need to show : $p(k+1)$ i.e. $n = k+1$
$\frac{k}{(k+1)!} + \frac{k+1}{(k+1+1)!} \Rightarrow \ $
$\frac{(k+1)}{(k+1+1)!} +1 - \frac{1}{(k+1)!} $
Right Hand Side: $ n =k+1$
$\left( 1- \frac{1}{(k+1+1)!}\right) = 1- \frac{1}{(k+2)!}$
This is where I have made my mistake because I think I have made an arithmetic mistake on the left side because I cannot get them to be verifiable. Any hints on how to correct the error would be appreciated. Have a good one.
By the inductive hypothesis, we know that \begin{align*} \frac{1}{2!} + \cdots + \frac{k}{(k+1)!} + \frac{k+1}{(k+2)!} &= 1 - \frac{1}{(k+1)!} + \frac{k+1}{(k+2)!} \\ &= 1 - \frac{k+2}{(k+2)!} + \frac{k+1}{(k+2)!} \\ &= 1 - \frac{1}{(k+2)!}.\end{align*} Hence, if the statement is true for $n=k$, then it true for $n = k+1$, so by induction, it is true for all $n \in \mathbb{N}$.