Partial result for Problem 411: r=2 first branch fully classified - #378
Partial result for Problem 411: r=2 first branch fully classified#378Tonycollatz wants to merge 12 commits into
Conversation
Updated informal and formal status for problem 411, marking it as 'proved' with a new last update date. Added a note regarding the solution.
|
The proof is available at Zenodo: https://doi.org/10.5281/zenodo.21991040 |
|
This PR resolves the special case r=2 only. The general case r > 2 remains open. |
This commit clarifies that the r=2 special case is solved, while the general r>2 remains open.
This commit clarifies that the r=2 special case is solved, while the general r>2 remains open.
This commit clarifies that the r=2 special case is solved, while the general r>2 remains open.
This commit clarifies that the r=2 special case is solved, while the general r>2 remains open.
Updated the notes for problem 411 to reference the corrected v2 proof on Zenodo (DOI: 10.5281/zenodo.21935849). Added proof completion date and notes update date.
Updated the notes for problem 411 to reference the final version of the proof (DOI: 10.5281/zenodo.21952572). Added completion date and notes update date. No Hercher-based argument used.
Updated the notes for problem 411 to reference the final version of the proof (DOI: 10.5281/zenodo.21952572). Added completion date and notes update date. No Hercher-based argument used.
Updated the status of problem 411 from 'proved' to 'open' to accurately reflect that only the first branch of Steinerberger's reduction has been verified. The second branch (8m+7 and 6m+5 forms) remains an open problem. The notes now clearly state that this is a partial result. The proof DOI has been updated to the latest version (v4.0). This aligns the GitHub record with the Zenodo metadata.
Updated the status of problem 411 from 'proved' to 'open' to accurately reflect that only the first branch of Steinerberger's reduction has been verified. The second branch (8m+7 and 6m+5 forms) remains an open problem. The notes now clearly state that this is a partial result. The proof DOI has been updated to the latest version (v4.0). This aligns the GitHub record with the Zenodo metadata.
|
To close the necessity part: for each m in {1,3,5,7,35,47}, we check the candidates with exponent a < a_m, where a_1=2 and a_m=1 for others. Direct computation shows: |
|
Thanks for this, and for the follow-up comments spelling out the Branch 1 argument. A few things need resolving before it can be merged. It fails schema validation. The PR adds a You won't have seen this in the PR checks: because this is your first contribution here, GitHub holds workflow runs pending maintainer approval, so The description and the diff disagree. The title says "Add proof for the r=2 case", and the body says the problem is being marked The The prose belongs on the problem page, not here. Even with So the shape that would work here is: post the mathematical content to the erdosproblems.com page for 411, and reduce the database change to whatever the status genuinely warrants — which, for a partial classification of one branch, may well be no change at all. Two smaller points: the diff removes the blank line before |
|
Partial result for Problem 411 (r=2): Steinerberger's first branch (odd part in S) is fully classified and verified; the second branch (8m+7/6m+5) remains open. Proof: https://doi.org/10.5281/zenodo.21991040. Status: open. |
Per Terry's review: changed notes to comments, restored status to open, and reverted last_update to 2025-08-31. Comments now reflect that this is a partial result for Branch 1 only; Branch 2 remains open. Proof DOI updated to v4.0.
|
I have verified the first branch of Steinerberger's reduction for the r=2 case. The solution set for this branch is: Verification:
The second branch of Steinerberger's reduction (8m+7 and 6m+5 forms) remains open. |
|
Thanks for taking the time to read through the argument and for the specific feedback. I’ve made the requested changes and left the detailed proof summary in the comments. Please let me know if anything still needs adjustment. |
Updated informal and formal status for problem 411, marking it as 'proved' with a new last update date. Added a note regarding the solution.