Improve C_59 upper bound#75
Open
sebastian-griego 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 updates the upper bound for the Bohr radius of the bidisc from
to
The bound comes from a degree-$(250,250)$ polynomial obtained as a double Fejer mean of the rational-inner function
At
the exact verifier below proves
Since$B_s(p)$ is continuous in $s$ , the Bohr inequality fails at some $s<r$ , and hence $K_2<r$ .
Certificate
Let
Define
For$\lvert w\rvert=1$ ,
Here
so the minimum on$\lvert w\rvert=1$ occurs at $w=1$ . The exact integer check is
Thus$\lvert Dw-A\rvert<\lvert L-Cw\rvert$ on $\lvert w\rvert=1$ . Since $(Dw-A)/(L-Cw)$ is analytic on $\lvert w\rvert\le 1$ , the same strict inequality holds on $\lvert w\rvert\le 1$ . Hence $Q$ has no zero on the closed bidisc. On the torus,
Therefore$F=G/Q$ is analytic on the closed bidisc and satisfies $\lvert F\rvert=1$ on the torus, hence $\lvert F\rvert\le 1$ on the bidisc.
Write
The coefficient integers$\nu_{j,k}$ are defined by
and the recurrence
with missing-index terms taken to be zero, where
and all other$e_{j,k}$ are zero.
Define the polynomial
by
This is the double Fejer mean of$F$ . Since the Fejer kernel is a nonnegative probability kernel, $p$ is a convex average of boundary values of $F$ on the torus. Hence $\lvert p\rvert\le 1$ on the torus, and by the maximum principle $\lvert p\rvert\le 1$ on the bidisc.
Verification
The following script uses integer arithmetic for every assertion. Decimal arithmetic is used only for human-readable output. It also has an optional$p$ .
--write-coefficientsflag that writes the full rational coefficient list forExpected output includes:
Therefore
with$\lvert p\rvert\le 1$ on the bidisc, so
AI assistance disclosure
The construction, patch, PR text, and verification script were prepared with assistance from ChatGPT 5.5 Pro. The submitter rechecked the construction and arithmetic before submission.