Certify K₂ < 0.302825279492 for the bidisc Bohr radius - #154
Open
Shivamshaiv wants to merge 1 commit into
Open
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.
Summary
This PR updates the recorded upper bound for the bidisc Bohr radius
$C_{59}=K_2$ from $K_2<0.3174541$ to the certified strict bound
The exact value of$K_2$ remains open; this PR claims only the strict
upper bound above.
What changes
README.mdandconstants/59a.md;certificates/59a/patel-2026/.Mathematical certificate
Explicit Schur witness
Let
and define
The witness is the rational function
For every$z,w\in\mathbb C$ , direct algebra gives the exact identity
The right-hand side is strictly positive whenever$|z|<1$ and $|w|<1$ .$SQ+P\neq0$ on the open bidisc, $f$ is analytic there, and
Hence
Thus$f$ belongs to the bidisc Schur class.
Exact finite coefficient certificate
After multiplying the numerator and denominator by the Gaussian-integer
conjugate of the denominator's constant coefficient, the denominator has
real constant term
Write the normalized numerator and denominator as
If
then the exact Gaussian-integer recurrence used in the certificate is
where coefficients with a negative index are zero and
For$0\le j,k\le N=28$ , define the exact integer lower bounds
Set
and form the integers
Exact integer arithmetic proves
Consequently,
This is a finite lower bound: no estimate of an uncomputed Taylor tail is$1$ at some positive radius strictly smaller than $R/E$ . Monotonicity then
needed. The finite majorant is continuous in the radius, so it remains greater
than
gives
Two independent standard-library Python programs verify all$29^2=841$ coefficients:
verify_gaussian_certificate.pyuses the triangular Gaussian-integer recurrence;verify_multinomial_certificate.pyindependently extracts the coefficientsof
They agree on all coefficients, all norm floors, the integers$A$ and $B$ , and
the frozen SHA-256 digests recorded in the package.
Lean verification
The package contains two Lean files:
FiniteCertificate.leanverifies the 841 Gaussian-integer recurrences,every integer-square-root floor, the homogenized weighted sum, and the exact
inequality
EndToEnd.leanproves the global norm-square identity, denominatornonvanishing, analyticity, and the Schur bound; constructs the actual locally
convergent Taylor family; identifies its checked
the finite certificate; proves the finite Bohr violation; and derives the
strict supremal upper bound.
The final formal theorem is
Both files compile without
sorry,admit, or custom axioms. The final#print axiomsoutput isHere
Lean.ofReduceBoolis the explicit trust boundary introduced by thefinite
native_decidecomputations.This is an end-to-end Lean formalization of the stated Bohr-radius upper bound.$K_2$ .
It does not claim a Lean formalization of any broader structural-dominance
theorem, nor does it determine the exact value of
Reproduction
The Python verifiers require Python 3.9 or later and use only the standard library.
The Lean project pins Lean 4.19.0 and Mathlib commit
and can be checked with
File hashes are frozen in
certificates/59a/patel-2026/SHA256SUMS.The corresponding mathematical write-up is recorded in Shivam Patel’s MathDB contribution.
Scope and disclosure
The exact value of$K_2$ remains open, and the separate structural-dominance
theorem is not claimed as Lean verified.
This contribution is submitted by Shivam Patel. The mathematical
construction, proof presentation, exact verification programs, Lean certificate,
and repository submission were prepared with AI assistance. Shivam Patel
supplied the contribution and reviewed the mathematical claim, references,
proof artifacts, and submitted information.