Improve C10c lower bound to 5/3#86
Open
bangoz wants to merge 2 commits into
Open
Conversation
Add a new certificate for the $5/3$ lower bound and update references.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates
constants/10c.mdwith a finite-dimensional certificate givingThe certificate uses a$9$ by $9$ sign matrix $A$ with exact discrepancy
Thus
This improves the lower bound$4/\sqrt{6}\approx 1.632993$ .
Certificate
Use the following$9$ by $9$ sign matrix:
Let$T_i\subseteq{1,\ldots,9}$ be the set of columns where row $i$ has entry $-1$ :
The ninth row is a duplicate of the first row; duplicate rows are allowed, and here it simply makes the displayed certificate square.
For$x\in{\pm 1}^9$ , let $S\subseteq{1,\ldots,9}$ be the set of columns where $x_j=-1$ . Then
Hence$\lvert (Ax)_i\rvert\ge 5$ if either
or
where complements are taken in${1,\ldots,9}$ . It is therefore enough to prove that every vertex $S$ of the full $9$ -cube is within Hamming distance $2$ of some $T_i$ or some complement $T_i^{c}$ .
Full 9-cube covering proof
Although the useful structure is six-dimensional, the covering statement below is for all$2^9$ vertices of the $9$ -cube.
Write
where
Let$w=\lvert W\rvert$ . Since all the sets $T_i$ above are contained in ${1,\ldots,6}$ , for $i=1,\ldots,8$ we may write $T_i=C_i$ , where
Let$C_i^{\ast}$ denote the complement of $C_i$ inside ${1,\ldots,6}$ . Then the complement of $T_i$ inside ${1,\ldots,9}$ is
Therefore the two relevant distances in the full$9$ -cube are exactly
and
So the last three coordinates are not being ignored; they appear through the terms$w$ and $3-w$ .
We now record the finite$6$ -cube fact used in the four cases below. The eight radius-1 balls around
miss exactly the eight complements
Indeed, the codewords in$C$ have mutual Hamming distance at least $3$ , so their radius-1 balls are disjoint and contain $8(1+6)=56$ vertices. Each listed vertex in $C^{\ast}$ has distance at least $2$ from every codeword in $C$ , so none is in these balls. Since the $6$ -cube has $64$ vertices, these are exactly the $8$ missed vertices.
The missed vertices are nevertheless within radius$2$ of $C$ ; respectively, one may use the following centers:
Now consider the four possible values of$w=\lvert W\rvert$ .
If$w=0$ , then $d_9(S,T_i)=d_6(U,C_i)$ . The radius-2 covering of the $6$ -cube by $C$ gives some $i$ with $d_9(S,T_i)\le 2$ .
If$w=1$ , then $d_9(S,T_i)=d_6(U,C_i)+1$ and $d_9(S,T_i^{c})=d_6(U,C_i^{\ast})+2$ . By the radius-1 statement above, either $U$ is within distance $1$ of some $C_i$ , which gives $d_9(S,T_i)\le 2$ , or $U=C_i^{\ast}$ for some $i$ , which gives $d_9(S,T_i^{c})=2$ .
If$w=2$ , apply the previous $w=1$ case to the complement of $S$ . Equivalently, either $U=C_i$ for some $i$ , giving $d_9(S,T_i)=2$ , or $U$ is within distance $1$ of some $C_i^{\ast}$ , giving $d_9(S,T_i^{c})\le 2$ .
If$w=3$ , then $d_9(S,T_i^{c})=d_6(U,C_i^{\ast})$ . By applying the radius-2 covering of the $6$ -cube by $C$ to the complement of $U$ , the complements $C_i^{\ast}$ also form a radius-2 covering of the $6$ -cube. Hence some $i$ satisfies $d_9(S,T_i^{c})\le 2$ .
Thus every vertex$S$ of the full $9$ -cube is within Hamming distance $2$ of some $T_i$ or some $T_i^{c}$ . Consequently every sign vector $x\in{\pm 1}^9$ satisfies
Equality is attained. For example, with
one obtains
Therefore$\mathrm{disc}(A)=5$ , and consequently
Verification
The certificate was also checked by exhaustive enumeration of all$2^9=512$ sign vectors. A minimal verification script is:
It returns
Changed file
constants/10c.mdAI assistance disclosure
Codex was used to search for and verify the certificate and to draft this PR text.