[math-fun] Re: nonlinear constraints on hypergeometric parameters--threat or menace?
A couple of years ago on this list, Bill Gosper asked about hypergeometric identities in which the parameters are constrained nonlinearly, instead of linearly. The example he gave was the summation formula
c + b + a + 4 hyper_f ([c - a + 1, c + b, c - b + 1, c + a, -------------], 5, 4 3
3 c + b + a + 1 1 [b + a, c, c + -, -------------], -) 2 3 4
(b + a - 1)! (2 c + 1)! = -------------------------------------------, c (c + b + a + 1) (c + a - 1)! (c + b - 1)!
which holds if c = a*b. I've just written a paper on how Euler's transformation can be extended from the Gauss hypergeometric function to hypergeometric functions of higher order. It's at http://www.arxiv.org/math.CA/0302084 . The natural analogues of Euler's transformation turn out to involve, lo and behold, nonlinear parametric constraints. As a corollary, I've derived a curious nonlinearly parametrized summation formula for 2F1(-1), namely 2F1 (6t^2 - 11t + 6, 4; -6t^2 + 5t + 3; -1) = -t (6t+1) (6t^2 - 5t - 2). This can alternatively be derived from classical contiguous function relations, by uniformizing a genus-0 algebraic curve. But it certainly looks mysterious. In the course of writing the paper, I discovered an even more intriguing identity discovered by Niblett (a student of Chaundy's, I think) in the 1950s. The citation is J. D. Niblett, "Some Hypergeometric Identities", Pacific J. Math. 2 (1953), 219-224. Niblett's identity is a quadratic function transformation, which expresses 5F4(x) in terms of 3F2(-4x/(1-x)^2) whenever the hypergeometric parameters satisfy a certain nonlinear condition. There are three free parameters. Does anyone have any other examples of hypergeometric transformations or summation formulas with nonlinearly constrained parameters? How to verify any such identity algorithmically is an interesting problem. --Robert
rsm>Does anyone have any other examples of hypergeometric transformations or summation formulas with nonlinearly constrained parameters? On p122 of "A calculus of series rearrangements" in Algorithms and Complexity--New Directions and Recent Results, J. Traub & H. T. Kung, eds, Academic Press, 1976, I gave block([fancy_display:false], print(hyper_f[4,3]([1,a,b,c],[d+1,e+1,-e-d+c+b+a+1]) =(d*(-e-d+c+a)*(-e-d+c+b+a)*e*(1-((Gamma(d)*Gamma(-e-d+c+b+a)*Gamma(e)) /(Gamma(a)*Gamma(b)*Gamma(c)))))/((a-d)*(c-d)*(a-e)*(c-e))), print((-e-d+c+b+a)^2=-e^2-d^2+c^2+b^2+a^2),0)$ hyper_f ([1, a, b, c], [d + 1, e + 1, - e - d + c + b + a + 1]) = 4, 3 d (- e - d + c + a) (- e - d + c + b + a) e gamma(d) gamma(- e - d + c + b + a) gamma(e) (1 - --------------------------------------------) gamma(a) gamma(b) gamma(c) /((a - d) (c - d) (a - e) (c - e)) provided 2 2 2 2 2 2 (- e - d + c + b + a) = - e - d + c + b + a . Constraints on symmetric functions of parameters are typically equivalent to simpler constraints on the coefficients of the term ratio polynomials, which equally well characterize the series. For identities imposing nonlinear constraints on the coefficients themselves, see "Decision procedure for indefinite hypergeometric summation," Proc. Natl. Acad. Sci., Jan 1978, p 42. --Bill Gosper
participants (2)
-
R. William Gosper -
Robert S. Maier