so I came across the rather interesting identity
$$ \sum_{i = 0}^{\infty}\left[\sum_{j=0}^{i}\left[\frac{(-1)^j}{j!} \right] \prod_{j=0}^{i}\left[ (x-j)\right] \right] = x! $$
For positive integers $x$.
This expands to:
$$\left(\frac{1}{0!}\right) + \left(\frac{1}{0!}- \frac{1}{1!}\right)x + \left(\frac{1}{0!}- \frac{1}{1!} + \frac{1}{2!}\right) x(x-1) + \left(\frac{1}{0!}- \frac{1}{1!} + \frac{1}{2!} -\frac{1}{3!} \right)x(x-1)(x-2) ... = x!$$
How do you prove this in an elementary setting?
My current proof for this identity is pretty peculiar and uses a lot of non trivial tools from the calculus of finite differences.
Particularly it involves exploring the functional equation
$$f(x+1) = xf(x), \ f(0) = 1 \rightarrow f(x) = x!$$ Which can be refactored as
$$f(x+1) - f(x) = (x-1)f(x)$$
Now using my own "Q" notation such that
$$Q_w\left[ f(x) \right] = \lim_{h \rightarrow w} \frac{f(x+h) - f(x)}{h}$$
We write:
$$Q_1[f(x)] = (x-1)f(x)$$
Notice now a discrete analog of Taylor's theorem is trivial to prove in that
$$f(x) \approx \sum_{i=0}^{\infty}\left[ \frac{Q_w^i[f(x)](a)}{i!} \prod_{j=0}^{i}\left[(x -j - a) \right] \right] $$
in the neighborhood of $a$.
We can basically then generate a taylor series for this difference equation:
$$Q_1[f(x)] = (x-1)f(x)$$
By noting in general
$$Q_1^n[f(x)] = nQ_1^{n-1}[f(x)] + (n-1)Q_1^{n-2}[f(x)]$$
If we center ourselves around $x = 0$ and $f(0) = 1$. I leave the details of solving the recursion out though i'll happily elaborate if ya'll want more detail.
All in all the resulting expression I get from this Taylor's Theorem Analog is:
$$\left(\frac{1}{0!}\right) + \left(\frac{1}{0!}- \frac{1}{1!}\right)x + \left(\frac{1}{0!}- \frac{1}{1!} + \frac{1}{2!}\right) x(x-1) + \left(\frac{1}{0!}- \frac{1}{1!} + \frac{1}{2!} -\frac{1}{3!} \right)x(x-1)(x-2) ... = x!$$
After simplifying a ton.
I'm hoping there's an easier way to show this.
I think that your formula is a particular case of the Newton interpolation formula: Let $f(n)$ a fonction on $\mathbb{N}=\{0,1,\cdots\}$, put $\displaystyle a_n=\sum_{k=0}^n(-1)^k \binom{n}{k}f(n-k)$, and $\displaystyle g(x)=\sum_{n\geq 0}a_n\binom{x}{n}$, then we have $g(m)=f(m)$ for all $m \in \mathbb{N}$. (Also, look at your formula: for $i=0$, we get $x$, not $1/(0!)=1$).