Audit missing positivity assumptions in Lander–Parkin–Selfridge - #267
Draft
DomTheDeveloper wants to merge 3 commits into
Draft
Audit missing positivity assumptions in Lander–Parkin–Selfridge#267DomTheDeveloper wants to merge 3 commits into
DomTheDeveloper wants to merge 3 commits into
Conversation
|
👋 This is an automated welcome message. 🤖 A few friendly reminders while the review gets started:
Thanks again for helping improve Formal Conjectures. |
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.
Finding
The canonical Lean declaration omits the positivity assumptions for
k,n, andmthat are stated in the prose.As a regression witness,
k = 1,n = 0, andm = 0make both sums empty and equal while forcing the false conclusion1 ≤ 0.This is a formalization defect, not a counterexample to the mathematical Lander–Parkin–Selfridge conjecture.
Verification
Focused audit run
30209679826passed:sorryAx.Corrective action
The canonical declaration should add explicit positivity hypotheses for
k,n, andm, matching its prose. The correction is now tracked under_PRs/queue/lander-parkin-selfridge-statement-fix.mdin PR #270.Keep this PR as draft regression evidence; do not treat it as a solved-conjecture or upstream-ready submission.