1

Prove that for any $a \in \mathbb{R}$
$$\sum_{k=0}^n (-1)^{k}\binom{n}{k}(a-k)^{n}=n!$$

I rewrote the sum as
$$\sum_{k=0}^n \left((-1)^{k}\binom{n}{k} \sum_{i=0}^n (-1)^{i}a^{n-i} k^{i} \right)$$
and then interchanged the summations, but that led me nowhere.

Any help will be appreciated.
Thanks!

Henry
  • 5,549
  • 1
    See http://math.stackexchange.com/questions/591350/factorial-as-difference-of-powers-sum-r-0n-binomnr-1rl-rn-n – lab bhattacharjee Jan 11 '15 at 16:29
  • This is not a duplicate, since it requires the result for all real $x$ The only reason that I'm not reopening it is that the answers to the earlier question may also be helpful. – Brian M. Scott Oct 04 '16 at 08:43

2 Answers2

3

Suppose that $a\ge n$ is an integer. For $k\in[n]$ let $A_k$ be the set of functions from $[n]$ to $[a]$ that do not have $k$ in their ranges. Then by a straightforward inclusion-exclusion argument

$$\sum_{k=0}^n(-1)^k\binom{n}k(a-k)^n\tag{1}$$

is the number of functions from $[n]$ to $[a]$ whose ranges include (and therefore are equal to) $[n]$. This, of course, is $n!$. Thus, $(1)$ is a polynomial function of the real variable $a$ that is equal to $n!$ for every integer $a\ge n$., so $(1)$ must be constant, and therefore

$$\sum_{k=0}^n(-1)^k\binom{n}k(a-k)^n=n!$$

for all $a\in\Bbb R$.

Brian M. Scott
  • 616,228
3

More generally if $p$ is any polynomial function of degree (at most)$~n$ with coefficient $c$ in degree$~n$, one has $$ \sum_{k=0}^n(-1)^k\binom nk p(x-k) = cn!, $$ independently of $x$. This applies here for $p:x\mapsto x^n$ with $c=1$. It easily follows by induction, given that $$ \sum_{k=0}^n(-1)^k\binom nk p(x-k) = \sum_{k=0}^{n-1}\binom{n-1}k (\Delta p)(x-k) \qquad\text{where $\Delta p:x\mapsto p(x)-p(x-1)$,} $$ because $\Delta p$ is a polynomial function of degree (at most)$~n-1$ with coefficient $nc$ in degree$~n-1$.