Prove the following identity: $$x^n = \sum^{n}_{k=0}S_{n,k}(x)_k \space \space \space\space\space\space\space\space\space\space\space\space\space (n \geq 0)$$.
We are talking clearly about Stirling numbers of the second kind here. I don't know what exactly $(x)_k$ means, but in my script I have something defined like this:
$$x_0 := 1$$
$$(x)_n := x(x-1)(x-2)\ldots(x-n+1) = \sum_{k=0}^{n}(-1)^{n+k}s_{n,k}x^k$$
Any ideas about what it exactly talks about and how can I prove this problem?
$(x)_k$ can be expressed as $\frac{x!}{(k-1)!} = \binom{x}{k}k!$
To distribute $n$ distinct objects into $x$ distinct boxes with empty boxes allowed, we have $$x^n \space \text{ways}$$
Or we could choose $k$ boxes to distribute the $n$ objects into with no empty boxes allowed, from $k=0$ to $k=n$
To choose the $k$ boxes we have $\binom{x}{k}$ ways.
To distribute $n$ objects into the $k$ boxes with no empty boxes allowed, we have: $$k!S_{n,k} \space \text{ways}$$
Therefore, the number of ways to $n$ distinct objects into $x$ distinct boxes with empty boxes allowed, we have:
$$x^n = \sum^{n}_{k=0}\binom{x}{k}k!S_{n,k} $$