How can I prove the following identity between a hypergeometric series and a polynomial (it has been changed meanwhile)
$$
\frac{(2k-2)!}{(k-1)!}{}_2F_1(1-2h,1-k,2-2k;2)=(-4)^{k-1}\prod_{j=1}^{k-1}(h-j)=(-4)^{k-1}\frac{(h)_k}{h}?
$$
If it can help, they both equal the sum
$$
-\frac{1}{4h}\sum_{j=1}^{\min(k,2h)}(-2)^{j}\frac{(2k-j-1)!(2h)!}{(j-1)!(k-j)!(2h-j)!}.$$
Also an advice on what tools can be helpful for this goal can be enough.
If needed, I can provide some additional context.
Thank you in advance for any help.
Express Hypergeometric series as polynomial
305 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail AtThere are 4 best solutions below
On
I'd like to use Mathematica
Clear["Global`*"];
expr = Hypergeometric2F1[1 - 2 h, 1 - k, 2 - 2 k,
2]*(2 k - 2)!/(k - 1)! - (-4)^(k - 1)*
Product[(h - j), {j, 1, k - 1}];
Table[FullSimplify@expr, {k, 2, 100}]
$$ \{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\} $$
On
The confusion you and I were discussing in comments comes down to the question of the meaning of ${}_2F_1(a,b,c;z)$ for certain kinds of parameters. In particular: if $c$ is not in $\mathbb{Z}_{\leq 0}$, then a hypergeometric series is unquestionably defined as a formal series, and converges in some appropriate neighborhood of $0$. If $c$ does belong to $\mathbb{Z}_{\leq 0}$ and neither $a$ nor $b$ is a nonpositive integer closer to $0$ than $c$ is, then ${}_2F_1(a,b,c;z)$ is unambiguously undefined (as either a formal or analytic object). When all of $a, b, c$ are nonpositive integers and $|c| \geq |a|, |b|$, then ${}_2F_1(a,b,c;z)$ is again unambiguously defined to be the polynomial $$ {}_2F_1(a,b,c;z) = \sum_{n = 0}^{\min(|a|, |b|)} \frac{(a)_n (b)_n}{(c)_n} \frac{z^n}{n!}. $$
However, when $a, c$ are nonpositive integers with $|a| \leq |c|$ but $b \not \in \mathbb{Z}_{\leq 0}$, there is a potential ambiguity in what the hypergeometric sum means: does it mean $\sum_{n = 0}^{|a|} \frac{(a)_n (b)_n}{(c)_n} \frac{z^n}{n!}$, or does it include also terms for $n > |c|$ with an appropriate cancellation between the $0$ in the numerator and the $0$ in the denominator? I am not sure what is "normal" in this area; my guess is that the "normal" thing to do would be to have the series continue, but that the identity you've asked about is valid (for $k \in \mathbb{Z}_{>0}$) under the definition $$ {}_2F_1(1-2h,1-k,2-2k;2)= \sum_{n = 0}^{k - 1} \frac{(1 - 2h)_n (1 - k)_n}{(2 - 2k)_n} \cdot \frac{2^n}{n!}, $$ which is transparently a polynomial in $h$ of degree $k - 1$. When $h$ is an integer with $0 < h < k$, we're in the case where both $a, b$ are nonpositive integers larger than $|c|$, everything is well behaved, and the fact you observed (that Pfaff says the sum is $0$) agrees with the problem: in this case, the right side also evaluates to $0$. (When $h$ is not an integer, your computation is not valid; when $h$ is an integer outside of that interval, I suspect the discrepancy comes down to going very carefully through the precise statement of the domain on which the Pfaff transformation is valid (especially places where people write things like "by analytic continuation" without going into details).) If you accept this Pfaff-based calculation for $h$ an integer between $1$ and $k - 1$, you're essentially done: you know you have a polynomial of degree $k - 1$, you've found its $k - 1$ roots, and so then you just need to evaluate at one additional point to get the leading coefficient; I recommend $h = \frac{1}{2}$ for this purpose.
On
By way of enrichment of the answer by @epi163sqrt observe that
$$(-1)^k 2^k [z^k] \frac{(1+z)^{2h+1}}{(1+z/2)^{k+1}} = (-1)^k 2^k \; \underset{z}{\mathrm{res}} \; \frac{1}{z^{k+1}} \frac{(1+z)^{2h+1}}{(1+z/2)^{k+1}}.$$
Now put $z(1+z/2) = w$ so that $z = -1 + \sqrt{1+2w}$ (taking the branch that maps zero to zero) and $dz = \frac{1}{\sqrt{1+2w}} \; dw$ to obtain
$$(-1)^k 2^k \; \underset{w}{\mathrm{res}} \; \frac{1}{w^{k+1}} \sqrt{1+2w}^{2h+1} \frac{1}{\sqrt{1+2w}} \\ = (-1)^k 2^k \; \underset{w}{\mathrm{res}} \; \frac{1}{w^{k+1}} (1+2w)^h = (-1)^k 2^k 2^k {h\choose k} = (-1)^k 2^{2k} {h\choose k}.$$
Here we prove OPs identity starting with the summation formula. We show the following is valid for $1\leq k\leq h$: \begin{align*} \color{blue}{-\frac{1}{4h}\sum_{j=1}^{k}(-2)^{j}\frac{(2k-j-1)!(2h)!}{(j-1)!(k-j)!(2h-j)!}=(-4)^{k-1}\prod_{j=1}^{k-1}(h-j)}\tag{1} \end{align*} The product on the right-hand side of (1) indicates the range $k\leq h$, since otherwise the product is zero. So we take $k$ as upper limit of the sum.
Binomial identity:
Comment:
In (2.1) we cancel the factor $2h$ and write factorials as binomial coefficient.
In (2.2) we also write the other factorials as binomial coefficient.
In (2.3) we shift the index to start with $j=0$.
We conclude from (2.3) and (2.4) that proving the identity (1) is equivalent with proving \begin{align*} \sum_{j=0}^{k-1}(-2)^j\binom{2h-1}{j}\binom{2k-j-2}{k-j-1}=(-4)^{k-1}\binom{h-1}{k-1}\qquad 1\leq k\leq h\tag{3} \end{align*}
Generating functions:
In the following we use the coefficient of operator $[z^k]$ to denote the coefficient of $z^k$ in a series. This way we can write for instance \begin{align*} \binom{n}{k}=[z^k](1+z)^n\tag{5.1} \end{align*}
Comment:
In (5.2) we use the binomial identity $\binom{-p}{q}=\binom{p+q-1}{q}(-1)^q$.
In (5.3) we change the order of summation $j\to k-j$.
In (5.4) we apply the coefficient of operator according to (5.1).
In (5.5) we do some rearrangements and use the rule $[z^{p-q}]A(z)=[z^p]z^qA(z)$. We also extend the upper limit of the series to $\infty$ which has no effect since powers of $z$ greater than $k$ are skipped thanks to the $[z^k]$ operator.
In (5.6) we apply the binomial series expansion.
Lagrange inversion:
Now it's time for a bit of magic. We follow the paper Lagrange Inversion: when and how by R. Sprugnoli, consider the generating function \begin{align*} F(u)=\sum_{k=0}^{\infty}a_ku^k =\sum_{k=0}^\infty[z^k]A(z)\phi(z)^ku^k \end{align*} and apply formula (G6) from the paper. This formula tells us that if there are functions $A(z)$ and $\phi(z)$, so that the coefficient $a_k$ admits a representation \begin{align*} a_k=[z^k]A(z)\phi(z)^k \end{align*} then the following is valid: \begin{align*} F(u)&=\sum_{k=0}^{\infty}[z^k]A(z)\phi(z)^ku^k\tag{6.1}\\ &=\left.\frac{A(z)}{1-u\phi^{\prime}(z)}\right|_{z=u\phi(z)}\tag{6.2} \end{align*}
Comment:
In (6.3) we arrange the expression according to (6.1).
In (6.4) we can now apply (6.2).
In (6.5) we substitute $u=z\left(1+\frac{z}{2}\right)$, do the derivation and some simplifications.
In (6.6) we do some more simplifications.
In (6.7) we consider again $u=z\left(1+\frac{z}{2}\right)$ noting that $z=z(u)$ is a quadratic equation in $z$ resulting in \begin{align*} z_{1,2}=-1\pm\sqrt{1+2u} \end{align*} We take the solution $-1+\sqrt{1+2u}$ which is admissible since it can be expanded as a power series.
Addendum: We close the circle and derive also from OPs summation formula the hypergeometric function.