$\sum\limits_{k=1}^n\binom{k}{k-1}=\binom{n+1}{n-1}$
We are supposed to use induction to prove this inequality. After the base case, I tried to use the definition $\binom{n}{k} = \frac{n!}{k!(n-k)!}$. But the results were convoluted and did not lead to a satisfactory proof.
A guide through the inductive steps would be helpful.
Hint
$$\binom{n+1}{n-1} = \frac{(n + 1)!}{(n + 1)! \ 2!} = \frac{1}{2}n(n + 1) $$
(Which is the sum of the first $n$ numbers)