REVIEW 3 major objections 4 minor 22 references
New Nonexistence Results on Circulant Weighing Matrices
T0 review · 3 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read Twelve parameter pairs long open in the small-order table for circulant weighing matrices are proven to admit no such matrix.
desk verdict Solid incremental progress on Strassler's table; the hand proofs are the real contribution, but the computer-eliminated cases need code and logs before the headline twelve nonexistence claims are fully auditable. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is the orbit table for the multiplier group acting on $\mathbb{Z}_n\cong\mathbb{Z}_d\times\mathbb{Z}_m$. Each cell lists the full-group orbits that project onto a given orbit in each factor; assigning an orbit to the positive set $P$, the negative set $N$, or neither fixes row sums $r_i$ and column sums $c_j$, which Lemma 2.5 requires to satisfy $\sum b_i=s$ and $\sum b_i^2=k=s^2$. The equations are small enough to solve by hand or short exhaust, and the table then shows that every alleged solution lifts to something whose group-ring product $A(X)A(X^{-1})$ is not $k$. When the multiplier group is too small for hand work but the search space is still finite, Algorithm 1 performs the same assignment exhaustively by recursing over orbits with the three options 'skip, add to $P$, add to $N$' and pruning partial row and column sums.
What would settle it
Exhibit a $0,\pm1$ circulant matrix with $WW^T=kI_n$ for any of the twelve parameter pairs, for instance a $\mathrm{CW}(144,49)$, and that nonexistence claim falls. For the classification, a proper $\mathrm{CW}(n,16)$ with $n\notin\{21,31,63\}\cup\{14m:m\ge2\}$ would refute Theorem 6.2. A reader can also rerun an independent implementation of Algorithm 1: finding any matrix among the five computer-eliminated cases would overturn them.
Extended reading notes
Core claim
The central discovery is a set of twelve nonexistence theorems: no circulant weighing matrix exists for $\mathrm{CW}(110,81)$, $\mathrm{CW}(154,81)$, $\mathrm{CW}(130,81)$, $\mathrm{CW}(143,81)$, $\mathrm{CW}(143,36)$, $\mathrm{CW}(132,81)$, $\mathrm{CW}(144,49)$, $\mathrm{CW}(152,49)$, $\mathrm{CW}(160,49)$, $\mathrm{CW}(104,81)$, $\mathrm{CW}(160,81)$, or $\mathrm{CW}(182,64)$. The arguments model a putative matrix as $A(X)$ in the integer group ring of the cyclic group, where the condition is $A(X)A(X^{-1})=k$; multiplier theorems turn the support into a union of orbits, and folding by coprime divisors $d,m$ of $n$ yields equations $\sum b_i=s$ and $\sum b_i^2=k=s^2$ that the orbit structure must satisfy. Several of these cases are eliminated by hand from those equations, while the remaining five are eliminated by the paper's exhaustive orbit search. The classification result is that every proper $\mathrm{CW}(n,16)$—one whose group-ring element is not a multiple of a smaller circulant weighing matrix—has order $21$, $31$, $63$, or $14m$ for some $m\ge2$, and all of those orders occur.
Load-bearing premise
The load-bearing premise is that Algorithm 1's backtracking search is exhaustive and its implementation is free of false negatives, because the five cases $\mathrm{CW}(144,49)$, $\mathrm{CW}(152,49)$, $\mathrm{CW}(160,49)$, $\mathrm{CW}(104,81)$, and $\mathrm{CW}(160,81)$ are settled only by that search, whose code, logs, and certificate outputs are not included in the paper.
Editorial extensions
If this is right
- The 2018 open-case table for $n\le200$, $k\le100$ goes from 34 unresolved parameter pairs down to 22, with no existence entry disturbed.
- The infinite family statement in Proposition 3.2 rules out every $\mathrm{CW}(11m,81)$ with $\gcd(33,m)=1$ and $3$ self-conjugate modulo $m$, not just the tabulated cases.
- Every proper $\mathrm{CW}(n,16)$ now has a known order: $21$, $31$, $63$, or $14m$ for $m\ge2$, so orders outside this set are either improper or nonexistent.
- For parameters with a sufficiently large multiplier group, Algorithm 1 is a decision procedure: it either produces a circulant weighing matrix or proves none exists, as done for $\mathrm{CW}(144,49)$, $\mathrm{CW}(152,49)$, $\mathrm{CW}(160,49)$, $\mathrm{CW}(104,81)$, and $\mathrm{CW}(160,81)$.
Reading between the lines
- The same orbit-table and search machinery could be exported to the remaining open cases that have a nontrivial multiplier group; the bottleneck there is not search size but the absence of a multiplier theorem strong enough to start the table, so new multiplier results would have the largest effect.
- The weight-16 classification suggests a template for the next square weights: if the analogous complete classification for weight 25 were verified, the same Type II construction and finiteness results would determine exactly which orders are proper, and the same $14m$ pattern may reappear for other weights.
- Because the five computer-eliminated cases come with no code, logs, or certificates, an independent reimplementation of Algorithm 1 is a direct way to test the paper's computational claims; the reported 2.4-billion-case run for $\mathrm{CW}(144,49)$ gives a concrete scale for that check.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies circulant weighing matrices CW(n,k) with n ≤ 200 and k ≤ 100, using group-ring methods and multiplier theorems. It claims nonexistence for twelve open cases in Strassler's table: seven by hand using orbit tables and folding arguments, and five more (CW(144,49), CW(152,49), CW(160,49), CW(104,81), CW(160,81), plus CW(182,64) via an ICW search) by a backtracking computer search over orbit assignments. The paper also characterizes the proper CW(n,16), proving that their orders are exactly 21, 31, 63, and 14m for all m ≥ 2.
Significance. If the proofs are correct, the paper resolves twelve previously open cases and completes the classification of proper circulant weighing matrices of weight 16. The orbit-table method is a useful systematic framework, and the hand proofs in Sections 3–4 are largely checkable. The claimed computer-eliminated cases, however, are not independently verifiable from the manuscript alone, which limits the reproducibility of the headline results.
major comments (3)
- [Section 5, Algorithm 1 and Table 9] The nonexistence of CW(144,49), CW(152,49), CW(160,49), CW(104,81), CW(160,81), and CW(182,64) rests entirely on the unreleased backtracking implementation described in Section 5. The manuscript provides pseudocode and node counts (e.g., 2.4 billion for CW(144,49)) but no code, input orbit tables, branch order, or logs, and the assertion that "Algorithm 1 will find all CW(n,k)" is not accompanied by a formal completeness proof. A false negative in any of these searches would invalidate six of the twelve headline nonexistence claims, so this is a load-bearing gap. Please make the implementation and search logs available, or provide a machine-checkable certificate and a rigorous completeness argument for the exact search space used.
- [Section 5, Algorithm 1 pseudocode] The pruning condition `else if rj = 0` appears to test the row-sum vector r at the moment column j is completed; based on the initialization and on Table 1, this should be `cj`. If the executed code follows the printed pseudocode, the search may prune incorrectly and be incomplete; if it does not, the pseudocode does not describe the computation actually performed. This inconsistency must be corrected before the computational results can be assessed.
- [Section 3.5, Proposition 3.5] The proof states that the first two Z13 solutions, (0,3,3,0,-3) and (0,4,1,1,-3), "may be quickly eliminated" because a column sum of -9 is impossible, and then for the third solution it checks only one representative of the 12 choices. Since this proposition is presented as a hand proof, these finite checks should be written out explicitly; as it stands, the elimination is asserted rather than demonstrated, leaving the argument incomplete at a point that is load-bearing for the nonexistence of CW(143,81).
minor comments (4)
- [Section 5, Proposition 5.1] The proof line "Since there is no ICW_2(91,81)" contradicts Table 9, which records zero for ICW_2(91,64); the weight 81 should be 64.
- [Section 5, opening paragraph] The sentence "The seven cases resolved above leave 27 open cases" is arithmetically inconsistent: Sections 3–4 resolve six cases (CW(110,81), CW(154,81), CW(130,81), CW(143,81), CW(143,36), and CW(132,81)). The count should be 28 open cases, or a seventh resolved case should be identified.
- [Section 3.4, Proposition 3.4] The phrase "N has order 36 ≡ 0 (mod 1)2" contains a typographical error; it should read "(mod 12)".
- [Table 11 caption] The caption ending "Entries cm are for all m such that cm ≥ k" is garbled; please clarify the notation for infinite families such as 2m, 7 and 14m, 21, 31, 63.
Circularity Check
No significant circularity: the nonexistence proofs are direct contradictions derived from the defining equation and cited multiplier theorems, with no fitted parameter renamed as a prediction.
full rationale
The derivation chain for the twelve nonexistence results starts from the defining identity AA^(-1)=k, then applies external multiplier theorems (Lander's Theorem 2.2, the classical multiplier theorem Theorem 2.4, McFarland's Theorem 4.1, and the Arasu-Xiang multiplier theorem for CW(143,36)). Each hand proof reduces the orbit structure to the intersection-number equations of Lemma 2.5 and derives an algebraic contradiction; the computer searches in Section 5 enumerate orbit assignments against the exact dot-product condition and are therefore not fitting a parameter from the sought conclusion. The Section 6 classification of proper CW(n,16) relies on the published prior classification [8] for odd orders and the Type II dichotomy; although [8] shares an author with this paper, it is an external published theorem invoked as such, and the new even-order argument is an independent construction and proof rather than a restatement of the conclusion. The main caveats—the lack of shipped code and logs for Algorithm 1 and the apparent ICW_2(91,64) typo in Proposition 5.1—are reproducibility and correctness risks, not circularity. No step renames an empirical pattern, defines an input in terms of the claimed output, or imports a forced choice from an unverified self-citation.
Assumptions & free parameters
assumptions (3)
- standard math Lander/Jungnickel self-conjugacy theorem (Theorem 2.2) and multiplier theorems (Theorems 2.4 and 4.1) apply to the parameter pairs considered.
- ad hoc to paper Algorithm 1's backtracking search is complete and correctly implemented for the five computer-eliminated cases.
- standard math The Type II characterization from [8] is complete for even-order proper CW(n,16).
Cite this review
Pith. "Pith review of New Nonexistence Results on Circulant Weighing Matrices." pith.science (2026). https://pith.science/paper/WG2QBMDZ
@misc{pith2026190808447,
author = {Pith},
title = {Pith review of: New Nonexistence Results on Circulant Weighing Matrices},
year = {2026},
howpublished = {\url{https://pith.science/paper/WG2QBMDZ}},
note = {Machine review of arXiv:1908.08447}
}
abstract
A circulant weighing matrix $W = (w_{i,j})$ is a square matrix of order $n$ and entries $w_{i,j}$ in $\{0, \pm 1\}$ such that $WW^T=kI_n$. In his thesis, Strassler gave a table of existence results for such matrices with $n \leq 200$ and $k \leq 100$. In the latest version of Strassler's table given by Tan \cite{arXiv:1610.01914} there are 34 open cases remaining. In this paper we give nonexistence proofs for 12 of these cases, report on preliminary searches outside Strassler's table, and characterize the known proper circulant weighing matrices.
Reference graph
Works this paper leans on
- [1]
-
[2]
K. T. Arasu and J. R. Hollon. Group developed weighing matr ices. Australas. J. Combin. , 55:205–233, 2013
work page 2013
-
[3]
K. T. Arasu and J. Seberry. Circulant weighing designs. J. Combin. Des. , 4:439–447, 1996
work page 1996
-
[4]
K. T. Arasu and J. Seberry. On circulant weighing matrices . Australas. J. Combin. , 17:21–37, 1998
work page 1998
-
[5]
K. T. Arasu and Q. Xiang. Multiplier theorems. J. Combin. Des. , 3:257–268, 1995
work page 1995
-
[6]
K.T. Arasu and J.F. Dillon. Perfect ternary arrays. In Difference Sets, Sequences and their Correlation Propertie s, pages 1–15. Kluwer, 1999
work page 1999
-
[7]
K.T. Arasu, J.F. Dillon, K.H. Leung, and S.L. Ma. Cyclic re lative difference sets with classical parameters. JCT A , 94:118–126, 2002
work page 2002
-
[8]
K.T. Arasu, K.H. Leung, S.L. Ma, A. Nabavi, and D.K.Ray-Ch audhuri. Circulant weighing matrices of weight 2 2t. Designs, Codes and Cryptography , 41:111–123, 2006
work page 2006
Show all 22 references
-
[9]
Arasu and A
K.T. Arasu and A. Nabavi. Nonexistence of CW(154,36) and C W(170,64). Disc. Math. , 311:769–779, 2011
2011
-
[10]
Dokovi´ c and I.S
D.Z. Dokovi´ c and I.S. Kotsireas. Compression of period ic complementary sequences and applications. Designs, Codes and Cryptography, 74:365–377, 2015
2015
-
[11]
Eades and R.M
P. Eades and R.M. Hain. On circulant weighing matrices. Ars Combin. , 2:265–284, 1976
1976
-
[12]
D. M. Gordon. La Jolla Combinatorics Repository. https://www.dmgordon.org/, 2021
2021
-
[13]
J. Iiams. Lander’s tables are complete! In Difference Sets, Sequences and their Correlation Propertie s, pages 239–257. Kluwer, 1999
1999
-
[14]
Jungnickel
D. Jungnickel. On Lander’s multiplier theorem for differ ence lists. J. Comb. Info. and Syst. Sci. , 17:123–129, 1992
1992
-
[15]
Leung and S.L
K.H. Leung and S.L. Ma. Proper circulant weighing matric es of weight 25. preprint, 2011
2011
-
[16]
Leung and S.L
K.H. Leung and S.L. Ma. Proper circulant weighing matric es of weight p2. Designs, Codes and Cryptography , 72:539–550, 2014
2014
-
[17]
Leung and B
K.H. Leung and B. Schmidt. Finiteness of circulant weigh ing matrices of fixed weight. JCT A , 118:908–919, 2011
2011
-
[18]
McFarland
R.L. McFarland. On multipliers of abelian difference sets . PhD thesis, The Ohio State University, 1970
1970
-
[19]
A. Pott. Finite Geometry and Character Theory , volume 1601 of Lecture Notes in Mathematics . Springer, 1995
1995
-
[20]
Schmidt and K.W
B. Schmidt and K.W. Smith. Circulant weighing matrices w hose order and weight are products of powers of 2 and 3. JCT A, 120:275–287, 2013
2013
-
[21]
Strassler
Y. Strassler. The Classification of Circulant Weighing Matrices of Weight 9. PhD thesis, Bar-Ilan University, 1997
1997
-
[22]
M.M. Tan. Group invariant weighing matrices. Designs, Codes and Cryptography , 86:2677–2702, 2018
2018
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.