Prove the following identity for the signless Stirling numbers of the first kind: $$\sum_{m=k}^n c(n,m){m \choose k}=c(n+1,k+1)$$ I'm trying to rewrite the sum as follows $$c(n,k){k \choose k}+c(n,k+1){k+1 \choose k}+...+c(n,n){n \choose k}$$ using the recurrence of the signless Stirling numbers of the first kind, I want to condense this sum to get $$c(n,k)+nc(n,k+1)=c(n+1,k+1)$$ but I am unsure how. Any thoughts?
Note: we cannot use EGFs, so an alternative combinatoric proof would also be helpful!
I’ll get you started on a combinatorial proof.
Consider a permutation $\sigma$ of $[n]$ that has $m$ cycles, where $k\le m\le n$; we can write $\sigma$ in the standard form
$$\sigma=(a_1\ldots a_{\ell_1})(a_{\ell_1+1}\ldots a_{\ell_2})\ldots(a_{\ell_{m-1}+1}\ldots a_m)\,,\tag{1}$$
where the leading elements $a_1,a_{\ell_1+1},\ldots,a_{\ell_{m-1}+1}$ are the largest elements of their respective cycles, and $a_1<a_{\ell_1+1}<\ldots<a_{\ell_{m-1}+1}$. There are $\binom{m}k$ ways to choose $k$ of those cycles and amalgamate the remaining $m-k$ cycles into a single cycle headed by $n+1$ to get a permutation of $[n+1]$ with $k+1$ cycles.
There are $c(n,m)$ such permutations $\sigma$, and each gives rise in this fashion to $\binom{m}k$ permutations of $[n+1]$ with $k+1$ cycles, so to complete the combinatorial proof you need only show that these permutations of $[n+1]$ are distinct, and that every permutation of $[n+1]$ with $k+1$ cycles can be produced in this fashion.