I was reading the recent question on the German tank problem, and had trouble with one of the derivations in this section.
$$\sum_{m=k}^N m \frac{\binom{m-1}{k-1}}{\binom N k} = \frac{k(N+1)}{k+1}$$
I understand where the left-hand side comes from, in the context of the problem. I'm just having trouble arriving at the right-hand side.
\begin{align*} \sum_{m=k}^N m \frac{\binom{m-1}{k-1}}{\binom N k} &= \sum_{m=k}^N m \frac{(m-1)!}{(k-1)!(m-k)!} \frac{k! (N-k)!}{N!}\\ &= k \sum_{m=k}^N \frac{m!}{(m-k)!} \frac{(N-k)!}{N!} \end{align*}
This looks promising, since I have found the $k$ that appears in the right-hand side, but I don't know what to do with the sum.
There is a binomial identity that $\displaystyle \sum_{m=k}^N \binom{m}{k} = \binom{N+1}{k+1}$,
You can see this by induction on $N$, if $N = k$, $\binom{k}{k} = \binom{k+1}{k+1}$, and if it is true that $$\displaystyle \sum_{m=k}^N \binom{m}{k} = \binom{N+1}{k+1}$$ then $$\displaystyle \sum_{m=k}^{N+1} \binom{m}{k} = \binom{N+1}{k+1} + \binom{N+1}{k} = \binom{N+2}{k+1}$$.
Now your sum was $$k \displaystyle \sum_{m=k}^N \frac{m!}{(m-k)!} \frac{(N-k)!}{N!} = \frac{k!k(N-k)!}{N!} \displaystyle \sum_{m=k}^N \binom{m}{k} = \frac{k(N-k)!k!}{N!} \binom{N+1}{k+1} = \frac{k(N+1)}{k+1}$$