I'm really having trouble with this assignment. You have to prove the following identities for $m, n ∈ \mathbb{N}$ including $0$.
(i)$\sum_{k=0}^{n}\frac{1}{k+1}\binom{n}{k}=\frac{2^{n+1}-1}{n+1}$
(ii)$\sum_{k=0}^{m}\binom{n+k}{k}=\binom{n+m+1}{n+1}$
I can only think of induction. I would set $n=0$ at the beginning of the induction for (i) and then choose an arbitrary but fixed $n ∈ \mathbb{N}$ including 0 as a condition of induction, where (i) holds. However, I do not get further with the induction step. I replace $n \to n+1$ but then what? I also thought about multiplying by $n+1$ on both sides, but I can't reach the conclusion. With (ii) I do not get further either. Can someone explain to me how to proceed here?