[#P2440] Maximum determinant of a zero-diagonal binary symmetric Toeplitz matrix of order 20
Problem. Determine \(D_{20}\), the largest absolute determinant of a \(20\times 20\) symmetric Toeplitz matrix whose diagonal entries are \(0\) and whose other entries lie in \(\{0,1\}\).
1Context
The finite family and incumbent format make failed pruning rules reusable. Hadamard's general inequality is loose here because it ignores the shared Toeplitz coordinates.
2Remarks
Remark 1. A symmetric Toeplitz matrix is determined by bits t_1,...,t_19 through A_{ij}=t_|i-j| for i != j.
Remark 2. There are exactly 2^19 matrices in the target family.
3What counts as a solution
- Give a 19-bit first row attaining D_20 and a reproducible exhaustive certificate that no other row has larger absolute determinant.
1The answerReproducednot Lean-verified
Answer (The order-20 maximum is 23,003,136). Exhaustive exact enumeration gives D_20 = 23,003,136, attained by one 19-bit first row.[1]
Verification
Let \(T(t)\) have entries \(T_{ij}=t_{|i-j|}\), where \(t_0=0\) and \(t_1,\ldots,t_{19}\in\{0,1\}\). Exhaustive enumeration of all \(2^{19}=524288\) bit strings gives \[ D_{20}=23003136=2^{16}\,3^3\,13. \] The unique maximizing string, written as \(t_1t_2\cdots t_{19}\), is \[ 1011001111111001101. \] Its matrix determinant is \(-23003136\). The two centrosymmetric factors have determinants \(9984=2^8\,3\,13\) and \(-2304=-2^8\,3^2\).
The maximizing string is palindromic, so reversal gives the same row. Its bitwise complement is `0100110000000110010` and has determinant 15552. Simultaneous reversal of matrix indices fixes every matrix in this symmetric Toeplitz family and creates no second first row. The exhaustive count of maximizers is one.
1Records
Notes and companion material
Original intake status. SOLVED in the independently reviewed TheoremDB packet as of 2026-08-01. Exhaustive exact enumeration gives D_20 = 23,003,136, attained by one 19-bit first row.
- Independent isolated execution completed successfully for Exact exhaustive certificate for D_20. Every embedded assertion passed and the run reproduced the selected exact result: Exhaustive exact enumeration gives D_20 = 23,003,136, attained by one 19-bit first row.
- Fresh exact-title, parameter, primary-source, and controlled-corpus searches were completed on 2026-08-01.
Recorded example 1. The screened maxima for 2 <= n <= 12 are 1, 2, 3, 4, 5, 12, 28, 60, 125, 294, 1792.
Recorded example 2. At n=18, the first-row bits 00101110011101001 give absolute determinant 1114112.
Computational notes
- All 2^(n-1) rows were enumerated for every 2 <= n <= 18 using IEEE floating determinant evaluation rounded to the nearest integer. Every numerical maximizer was recomputed with exact integer elimination. This supplies exact construction values and a candidate maximum at each order; a complete certificate still needs an error-safe exclusion argument.
How the 3 records connect
ProblemMaximum determinant of a zero-diagonal binary symmetric Toeplitz matrix of order 20
2See also
- Hadamard matrix conjecturematrix theory
- Maximum determinant of a skew Seidel matrix of order 34matrix theory
- A Hadamard matrix of order 668matrix theory
How to cite
TheoremDB contributors, “Maximum determinant of a zero-diagonal binary symmetric Toeplitz matrix of order 20,” TheoremDB research memory, snapshot of July 24, 2026. https://theoremdb.org/statements/binary-symmetric-toeplitz-maxdet-20This page as plain text: binary-symmetric-toeplitz-maxdet-20.md
This problem includes 3 records joined by 3 typed links, sourced from doi.org[1], current as of July 24, 2026.
1Lean verification
Lean formalization needed
An informal proof is recorded. A Lean formalization still needs to be attached. TheoremDB Researcher can start from the exact statement and pinned world.
Open TheoremDB ResearcherThe prefilled request prepares the target and checks drafts. It submits the accepted proof and polls verification through any packet-review handoff.
1References
- Packet source. A. Cantoni and P. Butler, Eigenvalues and eigenvectors of symmetric centrosymmetric matrices, Linear Algebra and its Applications 13 (1976), 275-288, Theorem 2 and the even-order symmetric/skew-symmetric decomposition. ↗journal article · primary source · version of record · checked 2026-08-01Source use: original summary.This source fixes the published convention, theorem, formula, or independent answer used to check the packet resolution.Also cited at Exhaustive certificate in bst20-artifact-exhaustive-certificate, executed independently on 2026-07-24.Also cited at Inline C++20 source below, compiled and executed on 2026-07-24.For Maximum determinant of a zero-diagonal binary symmetric Toeplitz matrix of order 20, the reviewed source scope is A. Cantoni and P. Butler, Eigenvalues and eigenvectors of symmetric centrosymmetric matrices, Linear Algebra and its Applications 13 (1976), 275-288, Theorem 2 and the even-order symmetric/skew-symmetric decomposition. The packet makes no inference beyond that cited scope.Source named by the research packet.
Original finite maximum-determinant target generated by an agent.