ErdosProblems/349: (3/2, 2) is not a good pair (mod-3 obstruction)#4234
Open
cepadugato wants to merge 2 commits into
Open
ErdosProblems/349: (3/2, 2) is not a good pair (mod-3 obstruction)#4234cepadugato wants to merge 2 commits into
cepadugato wants to merge 2 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. |
5336d19 to
e581c0a
Compare
… results) Adds six partial results assembling a complete characterization on positive integer pairs. Statements only; proofs recorded via the `formal_proof using formal_conjectures` mechanism (commit on the author's fork) per the proof-length guideline. Docstrings use LaTeX markdown.
Statement only; proof recorded via the `formal_proof using formal_conjectures` mechanism (commit on the author's fork) per the proof-length guideline. Docstring uses LaTeX markdown.
e581c0a to
8c0b7da
Compare
mo271
reviewed
Jun 27, 2026
mo271
left a comment
Collaborator
There was a problem hiding this comment.
thanks, LGTM only one nit:
most (all?) of those should be marked category textbook or possibly category test:
for instance the fact exists_finset_sum_two_pow that one can write numbers in binary expansion is rather textbook than research solved
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
Stacked on #4233 (its commits are included). Adds one further fully-proven partial result on the open Erdős Problem 349 — the negative companion of
dyadic_two_isGoodPair:Every term of
⌊(3/2)·2ⁿ⌋ = 1, 3, 6, 12, 24, …except the first is a multiple of 3, and the first is 1 — so every subset sum is ≡ 0 or 1 (mod 3), and the infinitely many integers ≡ 2 (mod 3) are never reached. Together withdyadic_two_isGoodPairthis pins the α = 2 fiber on both sides around the dyadic coefficients.Honesty notes
answer(sorry)and all pre-existing statements are untouched (pure addition, +61 lines on top of ErdosProblems/349: integer characterization and dyadic fiber (partial results) #4233, 0 deletions).Verification
lake env lean FormalConjectures/ErdosProblems/349.lean→ exit 0; only the pre-existing open statements emitsorrywarnings.#print axioms Erdos349.three_halves_two_not_isGoodPair→[propext, Classical.choice, Quot.sound](nosorryAx, nonative_decide).🤖 Generated with Claude Code