Let $s\left(n,k\right)$ be the Stirling numbers of the first kind. Prove that \begin{align} \left(x\right)_n = \sum_{k=0}^n s\left(n,k\right) x^k , \end{align} where \begin{align} \left(x\right)_n = x\left(x-1\right)\left(x-2\right)\cdots\left(x-n+1\right) . \end{align}
I can prove this identity using induction but i was looking for a combinatorial proof for this identity regarding stirling numbers of first kind. How should i proceed?
That is equivalent to prove $x^\overline{n}=x(x+1)\ldots (x+n-1)=\sum |s(n,k)|x^k$, taking x=-y, and remembering $|s(n,k)|=(-1)^{n+k}s(n,k)$.
So, recall $|s(n,k)|=|\{\pi \in S_n:\pi = (a_{1,1}\ldots a_{1,b_1})_1\ldots (a_{k,1}\ldots a_{k,b_k})_k\}|$, the permutations of $S_n$ with exactly $k$ disjoint cycles. Also, recall that $x^k$ is the numbers of different functions from $[k]=\{1,2,\ldots ,k\}$ to $[x]=\{1,2,\ldots ,x\}$, and $x^\overline{n}$ is the numbers of different inyective functions from $[n]$ to $[x+n-1]$. So, you must find a factorization of an inyective function into a surjective function with some cyclic order ($\pi \in s(n,k)$) and a regular function $f\in [x]^{\left [k\right ]}$. So, i suppose that the representative elements of each cycle must go to the elements in $[x]$ and, as at least there is one cycle, the remaining elements (at most $n-1$) must go in some way to the elements $\{x+1,x+2,\ldots , x+n-1\}$.
Hope it helps.