I am looking for a proof of the following binomial identity. I encountered it in an article on Euler’s derivation of the gamma function. Euler begins by evaluating the integral:
$$\int_0^1 x^a(1-x)^n\,dx$$
He performs a binomial expansion on the integrand and makes use of the following identity involving alternating binomial coefficients:
$$\sum_{k=0}^{n} (-1)^k {n \choose k} \frac{1}{a+k+1} = n! \prod_{k=0}^{n}\left( \frac{1}{a+k+1} \right).$$
It is not obvious to me on inspection that this formula is true, but I have found it cited elsewhere in the mathematical literature, without proof. I have verified it by hand for the cases of n=2 and n=3, but I am unable to prove the identity in general. I am looking for a good combinatorial or inductive proof of this very interesting fact.
I am aware that this formula relates to the beta function, but I am trying to derive this relationship without reference to this topic.
Thank you for enlightening me.
I am not quite sure if this counts as a duplicate but I give three proofs of an identity equivalent to this identity here (one of which is the beta function proof). I think it is cleanest to write it as
$$\sum_{k=0}^n \frac{(-1)^k}{z + k} {n \choose k} = \frac{n!}{z(z + 1) \dots (z + n)}$$
(here $z$ is $a+1$) which makes it clearer that for $n$ fixed it is an equality between two rational functions of $z$; in particular it holds for all complex values of $z \neq 0, -1, \dots -n$, and written this way it can be proven by calculating the residues at each pole of the RHS and verifying that they line up with the coefficients of the LHS. I give another proof via thinking of the LHS as the $n^{th}$ finite difference of the sequence $a_k = \frac{1}{z + k}$, which can be computed by induction and verified to line up with the RHS.
If we substitute $z \mapsto -\frac{1}{z}$ and clear denominators we get the equivalent identity
$$\sum_{k=0}^n \frac{(-1)^k}{1 - kz} {n \choose k} = \frac{n! z^n}{(1 - z) \dots (1 - nz)}$$
which is an ordinary generating function identity for the Stirling numbers of the second kind, and which can be proven by proving an exponential generating function identity and then translating it over.