In reading about A polarization identity for multilinear maps by Erik G F Thomas, I am led to prove the following combinatorial identity, which I cannot find anywhere, nor do I have any idea how to prove it.
$$\sum\limits_{j=1}^k(-1)^{k-j}j^k\binom{k}{j}=k!.$$
After some reductions (including $\binom{k+1}{j}=\binom{k}{j}+\binom{k}{j-1}$) and "simplifications", I am still stuck and have no clues how to proceed.
I do not know if this is true, either, though I think it should be.
Any help or reference is sincerely welcomed, thanks in advance.
Let $L$ be the collection of sequences indexed by $\mathbb{N}$ taking values in $\mathbb{R}$. $$L = \{ (x_0, x_1, x_2, \ldots ) : x_i \in \mathbb{R} \}$$ $L$ will be a vector space with respect to componentwise addition and scalar multiplication.
Define a linear map $D$ on $L$ by $$L \ni x = (x_0, x_1, x_2, \ldots ) \quad\mapsto\quad Dx = (x_1, x_2, \ldots ) \in L$$ The result of applying $D - 1$ to a sequence $x$ is the finite difference of $x$. $$\left[ (D-1)x \right]_n = x_{n+1} - x_n$$
If you apply $(D-1)^k$ to the sequence $u = (n^k)_{n=0}^\infty$, you will find
$$\left[ (D-1)^k u \right]_n = \sum_{j=0}^{k}(-1)^{k-j}\binom{k}{j} \left[D^j u\right]_n = \sum_{j=0}^{k}(-1)^{k-j}\binom{k}{j} u_{n+j} = \sum_{j=0}^{k}(-1)^{k-j}\binom{k}{j}(j+n)^k $$ When $n = 0$, this is the LHS of the equality at hand.
To see LHS of your equality is indeed equal to the RHS, you can use following fact:
Apply these $k$ times to the sequence $u = (n^k)_{n=0}^\infty$, you find $$\sum_{j=0}^{k}(-1)^{k-j}\binom{k}{j}(j+n)^k = \left[ (D-1)^k u \right]_n = (D-1)^k n^k = k! n^0 = k!$$ which is a constant independent of $n$ and equal to RHS of the equality at hand.