Disturbing the $q$-Dyson Conjecture
Andrew V. Sills

TL;DR
This paper explores computational approaches to formulate and analyze conjectures related to variants of Andrews' $q$-Dyson conjecture, aiming to advance understanding in this area of combinatorics.
Contribution
It introduces computational methods for formulating and investigating conjectures on variants of the $q$-Dyson conjecture, providing new tools for research.
Findings
Development of computational techniques for conjecture formulation
Identification of new conjectural variants related to the $q$-Dyson conjecture
Potential pathways for proving or disproving these conjectures
Abstract
I discuss the computational methods behind the formulation of some conjectures related to variants on Andrews' -Dyson conjecture.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Algebra and Geometry · Algebraic Geometry and Number Theory · Advanced Combinatorial Mathematics
Disturbing the -Dyson Conjecture
Andrew V. Sills
Department of Mathematical Sciences
Georgia Southern Univeristy
Statesboro, GA 30460
(Date: December 7, 2007)
Abstract.
I discuss the computational methods behind the formulation of some conjectures related to variants on Andrews’ -Dyson conjecture.
Key words and phrases:
Experimental Mathematics; Dyson conjecture; Constant terms
2000 Mathematics Subject Classification:
Primary 05-04; Secondary 05A19
1. Introduction
In 1962 [D2], Freeman Dyson made the following conjecture:
Dyson’s Conjecture**.**
For positive integers and , the constant term in the expansion of the Laurent polynomial
[TABLE]
is the multinomial coëfficient
[TABLE]
Dyson’s conjecture was settled independently by Gunson [Gu] and Wilson [W]. In 1970, Good [Go] supplied a particularly compact and elegant proof.
In 1975, George Andrews conjectured a -analog of Dyson’s conjecture [A]:
Andrews’ -Dyson Conjecture**.**
For nonnegative integers and , the constant term in the expansion of the Laurent polynomial
[TABLE]
is the -multinomial coëfficient
[TABLE]
where
[TABLE]
is the usual -analog of the nonnegative integer and
[TABLE]
is the -factorial. Clearly, the case of the -Dyson conjecture is the original Dyson conjecture. The -Dyson conjecture remained unsettled for a decade until it was proved by Zeilberger and Bressoud [ZB]. Two additional decades passed before a shorter proof was found by Gessel and Xin [GX].
In [SZ], Zeilberger and I set out to “disturb” the Dyson conjecture111In the interest of full disclosure, it is my esteemed coauthor for [SZ] who deserves full credit for the double pun in our title based on [D2] and [Go]. by programming the computer to conjecture, and then provide proofs modeled after Good’s proof [Go], for closed form expressions of coefficients of terms in the expansion of (1.1) other than the constant term. Using our Maple package GoodDyson, available for free download from our home pages [SZ2], the computer can (up to the limits imposed by time and memory) conjecture and prove a closed form expression for the coefficient of in the expansion of (1.1) for any fixed and any fixed .
At this point, we should introduce some more notation. For a positive integer, we define the following symbols:
[TABLE]
and let denote the coefficient of in the expression , thus the Dyson conjecture is
[TABLE]
while the -Dyson conjecture is
[TABLE]
Using the output from many applications of the GoodDyson program for various values of and , I was able to conjecture and prove the following “disturbed” versions of the Dyson conjecture [Si1]:
Theorem 1.1**.**
Let and be fixed integers with and . Then
[TABLE]
Theorem 1.2**.**
Let , , and be distinct fixed integers with and . Then
[TABLE]
Theorem 1.3**.**
Let , , , and be distinct fixed integers with and . Then
[TABLE]
2. -analogs of Theorems 1.1–1.3
Given that the Dyson conjecture has such a natural -analog, it seemed reasonable to look for comparable -analogs of Theorems 1.1–1.3.
2.1. Statements of the conjectures
Conjecture 2.1** (-analog of Theorem 1.1).**
Let and be fixed integers with and . Then
[TABLE]
where
[TABLE]
Conjecture 2.2** (-analog of Theorem 1.2).**
Let , , and be distinct fixed integers with and . Without loss of generality we may assume that . Then
[TABLE]
where
[TABLE]
and
[TABLE]
Conjecture 2.3** (-analog of Theorem 1.3).**
Let , , and be distinct fixed integers with and . Without loss of generality we may assume that and . Then
[TABLE]
where
[TABLE]
and
[TABLE]
2.2. How the conjectures were formed
Conjecture 2.1 was found first since it is the simplest. It is straightforward to program a Maple procedure which extracts the coefficient of of for specific values of , , , , and to divide out the multinomial coefficient from the resulting -expression. Furthermore, the qfactor procedure in Frank Garvan’s qseries.m Maple package [Ga] was helpful for putting the result in a tractable form. For and and various small values of , it became clear that to move from Theorem 1.1 to its -analog, all that was necessary was to replace each factor by , and multiply the resulting expression by , where was an (as yet unknown) function of the ’s that depended on and . Upon examining the data, I was led to the working hypothesis that was piecewise linear in the ’s with different pieces arising from some condition on and .
At this point, I began to create the “qDysonConj” package [Si2]. I programmed the “Conj1m1” procedure in Maple, which takes as input the ordered pair and , and finds the linear function
[TABLE]
which fits the internally generated data.
(The name “Conj1m1” is meant to suggest that we wish to conjecture the missing exponent for the coefficient of in the -Dyson product (for a specific ) where one of the is 1, one of the is and the rest are zero.)
The idea behind the Conj1m1 is quite simple. Based on the assumption
[TABLE]
the Conj1m1 procedure, for a given , , and effectively computes
[TABLE]
for linearly independent values of the vector and solves the resulting linear system for .
Let us recreate a Maple session to guess using the case .
read "qDysonConj"; Generalized qDyson conjecture package by A.V. Sills Enter ’ez()’ for a list of procedures C:=combinatpermute; C := [[1, 2], [1, 3], [1, 4], [1, 5], [1, 6], [2, 1], [2, 3], [2, 4], [2, 5], [2, 6], [3, 1], [3, 2], [3, 4], [3, 5], [3, 6], [4, 1], [4, 2], [4, 3], [4, 5], [4, 6], [5, 1], [5, 2], [5, 3], [5, 4], [5, 6], [6, 1], [6, 2], [6, 3], [6, 4], [6, 5]]
In order to have Maple run the Conj1m1 procedure on all ordered pairs with , we use the built-in combinat[permute] procedure, and have Maple loop through all 30 permutations of length on the set .
for k from 1 to nops(C) do Conj1m1( op(C[k]), 6) od; [1, 2], 1 + a3 + a4 + a5 + a6 [1, 3], 1 + a4 + a5 + a6 [1, 4], 1 + a5 + a6 [1, 5], 1 + a6 [1, 6], 1 [2, 1], 0 [2, 3], 1 + a1 + a4 + a5 + a6 [2, 4], 1 + a1 + a5 + a6 [2, 5], 1 + a1 + a6 [2, 6], 1 + a1 [3, 1], a2 [3, 2], 0 [3, 4], 1 + a1 + a2 + a5 + a6 [3, 5], 1 + a1 + a2 + a6 [3, 6], 1 + a1 + a2 [4, 1], a2 + a3 [4, 2], a3 [4, 3], 0 [4, 5], 1 + a1 + a2 + a3 + a6 [4, 6], 1 + a1 + a2 + a3 [5, 1], a2 + a3 + a4 [5, 2], a3 + a4 [5, 3], a4 [5, 4], 0 [5, 6], 1 + a1 + a2 + a3 + a4 [6, 1], a2 + a3 + a4 + a5 [6, 2], a3 + a4 + a5 [6, 3], a4 + a5 [6, 4], a5 [6, 5], 0
The above output shows the conjectured form of for each of the thirty possible values of in the case . Notice that when ,
[TABLE]
while if ,
[TABLE]
The data above, combined with the analogous data for many different values of led me to conjecture as given in Conjecture 2.1.
Once I had Conjecture 2.1, it seemed reasonable to guess that the -analog of Theorem 1.2 would have an analogous form, noting that this time the expression broke down neatly into a sum of two terms. I guessed that each of the two terms included a factor of the form , where again, is a piecewise linear function of the ’s that depended on , , and ; piecewise according to the ordering of , , and from smallest to largest. This time I programmed the Conj2m1m1 procedure which works similarly to the Conj1m1 procedure except that now two piecewise linear functions must be found simultaneously. By extracting the coefficient of from the expanded -Dyson product for a given , , , and , and dividing through by
[TABLE]
what remains is a four-term polynomial in which we presume to be of the form
[TABLE]
Evaluating the above expression at linearly independent values of allows us to conjecture and . Furthermore, the data revealed that inevitably , so was factored out front of the expression, and we renamed by . Conjecture 2.3 was obtained similarly.
3. Status of the conjectures
As of this writing, the conjectures remain open. Some twenty years ago, J. Stembridge [St, p. 347, Corollary 7.4], in a different context, proved that in the special case where , and , for and satisfying and ,
[TABLE]
where . One can check that Conjectures 2.1–2.3 do in fact agree with (3.1) in the instances where they overlap.
It would of course be natural to investigate whether either or both proofs of the -Dyson conjecture ([ZB] and [GX]) could be adapted to prove Conjectures 2.1–2.3.
4. Possibilities for additional results
It is likely that tractable formulas for additional coëfficients in the Dyson and -Dyson products exist. It seems quite plausible that the methods of this paper would be sufficient for finding such formulas. In particular, the next simplest case would likely be the coëfficient of in the -Dyson product, where , , and are distinct integers between and , with Note added in proof: After the submission of this paper, Lv, Xin, and Zhou announced a proof of Conjectures 2.1–2.3 in “A family of -Dyson style constant term identities,” arXiv:0706.1009.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1[A] G. E. Andrews, Problems and prospects for basic hypergeometric functions , in: R. Askey (Ed.), The Theory and Application of Special Functions , Academic Press, New York, 1975, pp. 191–224.
- 2[D 1] F. J. Dyson, Statistical theory of the energy levels of complex systems I , J. Math. Phys. 3 (1962) 140–156.
- 3[D 2] F. J. Dyson, Disturbing the Universe , Harper and Row, 1979.
- 4[Ga] F. Garvan, A q 𝑞 q -product tutorial for a q 𝑞 q -series MAPLE package , The Andrews Festschrift (Maratea, 1998), Sm. Lothar. Combin. 42 (1999), Art. B 42d, 27 pp.
- 5[GX] I. M. Gessel and G. Xin, A short proof of the Zeilberger-Bressoud q 𝑞 q -Dyson theorem , Proc. Amer. Math. Soc. 134 (2006) 2179–2187.
- 6[Go] I. J. Good, Short proof of a conjecture of Dyson , J. Math. Phys. 11 (1970) 1884.
- 7[Gu] J. Gunson, Proof of a conjecture of Dyson in the statistical theory of energy levels , J. Math. Phys. 3 (1962) 752–753.
- 8[Si 1] A. V. Sills, Disturbing the Dyson Conjecture, in a generally GOOD way , J. Combin.Theory Ser. A 113 (2006) 1368–1380.
