Certify K₂ < 0.302825279492 for the bidisc Bohr radius - #154
Conversation
|
Thanks for this — the bound and the certificate work look good, but I would like the PR reshaped before it goes in. I do not want to establish the precedent of hosting supporting code or data in this repository. It should stay a record of bounds rather than become an archive of artifacts, and each contributor is better placed than I am to host and maintain their own material. I have written this down in CONTRIBUTING.md (1906948) so it is not an ad-hoc decision:
Could you open a Markdown-only version? Concretely, drop the eleven files under An archived DOI is the most useful form for that link, since it does not move; recording the package SHA-256 in the Comments column alongside it would be better still. Everything else — the Schur witness spelled out in the row, the exact-rational statement, the anchored One other thing to check while you are in there: your README hunk carries the older wording of the |
|
Thank you for the guidance. The replacement is #169, built on current main and The full Lean package and both exact Python verifiers are now hosted at Zenodo archiving still awaits account sign-in; no DOI is claimed. The existing |
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.