Improve C42 upper bound to 0.6906538#85
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.
This PR records a proposed asymptotic certificate for Turan's pure power sum constant$C_{42}$ . It improves the recorded upper bound from
to
The proof is asymptotic and does not provide an explicit finite threshold$N$ . The exact verifier checks the limiting numerical certificate using rational interval arithmetic; the asymptotic reduction is proved in the accompanying note.
The proof note, exact verifier, exported certificate data, transcript, CI workflow, and optional exported-certificate consistency checker are available here:
https://github.com/sebastian-griego/turan-c42-certificate/tree/v1.0.0
I marked the bound with an asterisk because it is supported by a reviewable certificate but has not been independently reviewed or formalized.
AI assistance was used for formatting, exposition, and preparation of verification scripts. The mathematical claim, constants, references, and computations are provided for independent review.