I need to prove the following: ${n\choose m-1}+{n\choose m}={n+1\choose m}$, $1\leq m\leq n$.
With the definition: ${n\choose m}= \left\{ \begin{array}{ll} \frac{n!}{m!(n-m)!} & \textrm{für \(m\leq n\)} \\ 0 & \textrm{für \(m>n\)} \end{array} \right.$
and $n,m\in\mathbb{N}$.
I'm not really used to calculations with factorials and can't make much sense from it...
$$\begin{align} \binom n{m-1}+\binom nm&=\frac{n!}{(m-1)!(n-m+1)!}+\frac{n!}{m!(n-m)!}\\ &=\frac{n!m+n!(n-m+1)}{m!(n-m+1)!}\\ &=\frac{n!(n-m++1+m)}{m!(n-m+1)!}\\ &=\frac{n!(n+1)}{m!(n-m+1)!}\\ &=\frac{(n+1)!}{m!(n-m+1)!}=\binom{n+1}m \end{align}$$