Fill 12 sorry's across 6 Erdos problem files (42, 340, 494, 730, 868,…#3525
Open
hjyuh wants to merge 1 commit intogoogle-deepmind:mainfrom
Open
Fill 12 sorry's across 6 Erdos problem files (42, 340, 494, 730, 868,…#3525hjyuh wants to merge 1 commit intogoogle-deepmind:mainfrom
hjyuh wants to merge 1 commit intogoogle-deepmind:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
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 fills 12
sorryplaceholders across 6 Erdős problem files with machine-verified Lean proofs. All files passlake env leanwith only pre-existing sorry warnings for untouched theorems.Changes by file
42.lean (3 theorems)
example_maximal_sidon: {1,2,4} is a maximal Sidon set in Icc 1 4example_difference_set: {1,2,4} is a difference set (pairwise differences cover nonzero residues mod 7)maximal_sidon_contains_zero: 0 ∈ A - A for any nonempty Sidon set340.lean (1 theorem)
_22_mem_sub: 22 ∈ greedySidon(A) - greedySidon(A), via witness greedySidon(14) - greedySidon(13) = 204 - 182 = 22494.lean (4 theorems)
product: counterexample construction for Erdos494Uniquek_eq_card: rotation-based counterexample using negImage transportcard_eq_2k: Tao's A-vs-(-A) counterexample engine (~200 lines)k_eq_2_card_pow_two: recursive power-of-two witness construction proving ¬Erdos494Unique 2 card for card = 2^l730.lean (1 theorem)
explicit_pairs: explicit witness pairs (87,88) and (607,608) for central binomial coefficient prime factor properties868.lean (1 theorem + helpers)
sum_mod_eq_sum_indicator_mod,sum_range_lt_indicator,sum_range_prefix_const) and proof infrastructure for the Härtter-Nathanson theorem on additive bases with no minimal subbasis1054.lean (2 theorems)
f_undefined_at_2: divisor prefix sums skip 2f_undefined_at_3: divisor prefix sums skip 3Methods
native_decide/decidefor finite computations (42, 340, 730)omega/simpfor arithmetic (1054)Verification
All 6 files pass
lake env leanindividually. Tested on the current main branch.Pipeline
Proofs produced via multi-AI pipeline: Claude for orchestration/analysis, GPT-5.4 for mathematical strategy, Codex for Lean compilation/debugging, Axle for proof verification.