Improve lower bound for the Fourier Entropy-Influence constant to 6.514326913930565372 (n=17 certified construction)#124
Open
463464q435q43 wants to merge 1 commit into
Conversation
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.
Target:
teorth/optimizationproblems, problem 71a (constants/71a.md) —add lower-bound table row with reference tag
[MI2026b], plus the referenceentry given at the end. Upgrades our previous submission #94.
Verify — 60 seconds
One file, no other downloads (the certificate is inlined in the script):
pip install mpmath # only dependency (tested 1.3.0) curl -sLO https://zenodo.org/records/21113935/files/check_c71_n17.py python3 check_c71_n17.pyExpected output (exact):
Runtime: under five seconds. The script self-tests on known anchors (Maj₃ and
an independent recomputation of Hod's $\beta(1/2)$), then certifies the bound;
every verdict is an exact rational comparison of interval endpoints. Exit 0
iff certified.
--dps 240reruns at doubled precision (same digits).Deep check (optional, ~minutes): the public audit bundle
(DOI 10.5281/zenodo.21113935,
file
fei_c71_n17_bundle.zip) replays the full from-scratch adversarialaudit:
python3 audit_ridge_fourthline_n17.py certs/ridge_n17_g4_best2_iter14.json # expect exit 0, "ALL 18 CHECKS PASSED", stdout identical to the bundled run logWhat changed
constants/71a.mdonly: one lower-bound table row, the "best establishedrange" line, and one reference entry. Margin over the #94 certificate's
upper endpoint:
floor-truncated). Margin over Hod's
recomputed 41-digit enclosure). Like #94, the bound holds even restricted to
monotone functions.
Summary
An explicit balanced, logic-monotone Boolean function on$n = 17$ variables
(certificate pins the exact integer Fourier spectrum, 2,578 nonzero
coefficients, and the SHA-256 of the full 131,072-entry truth table), with
independent routes (spectral and Fourier-free edge-boundary count);
(40-digit floor; two independent routes, both enclosure width
combined outward);
identity) and exhaustive logic-monotonicity (0 violations over all
1,114,112 covering pairs, two independent routes).
The only theorem used is O'Donnell–Tan (arXiv:1304.1347, Lemma 5.1; Hod's$g$ with $H[g]>0$ ,
$C_{71} \ge H[g]/(I[g]-1)$ . Exact rational division gives
Prop 1.2): for balanced
(59-digit floor of the exact lower endpoint; the headline is its 18-digit
floor truncation).
This is one batched upgrade ($n=14 \to 17$ ; internal intermediates subsumed)
and is submitted as the terminal value of this construction family: a
dedicated saturation campaign over multiple independent ascent mechanisms
found zero candidates above the certified bar, so we do not expect to follow
this PR with small increments from the same family.
Verification chain (summary)
Four independently written verification lines, all passing: the producing$\beta(1/2)$
certificate pipeline; an independent checker (different Fourier and influence
routes); an independent exact rescore; and a from-scratch adversarial audit
(18 checks: dual WHT/influence/entropy routes, independent
recomputation with certified tail, exhaustive monotonicity by two routes,
digit-law verification of every quoted string, and 9 negative tamper controls
all correctly rejected). The audit re-ran reproducibly from the public bundle
alone. One formatting anomaly (stored 59-digit strings nearest-rounded at the
final digit by the v1 formatting path) was caught by the audit and is
disclosed rather than silently fixed; every digit string in this PR comes
from the audit's re-derivation, and the anomaly is ~55 orders of magnitude
below every margin quoted here.
Proposed page edit
constants/71a.md, "Known lower bounds" table — append:References — append (the existing
[MI2026]entry for the n=14 bound is keptintact; this PR adds a distinct
[MI2026b]tag):The "best established range" paragraph is updated to headline the new value
(the monotone-restriction remark still holds and is kept).
Attribution
Amplification rule: O'Donnell–Tan ([OT2013]). Record framework and the
$\beta$ benchmark: Hod ([Hod2017]). New-content tag:
[MI2026b], MosaicIntelligence (@111111) — same attribution as our
submissions #92/#93/#94/#95.
AI assistance disclosure
This is a fully AI-derived result: the construction was found and certified
by Mosaic Intelligence's automated search-and-verification system, and the
submission text was AI-prepared. All numerical results and references were
independently re-run and verified before submission.