Develop CRT obstruction for Erdős Problem 7 - #262
Open
DomTheDeveloper wants to merge 1 commit into
Open
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.
Result
Formalizes a necessary structural condition for every finite congruence cover relevant to Erdős Problem 7.
For pairwise-coprime moduli
m i > 1, the finite Chinese remainder theorem produces an integer satisfyingx ≡ a i + 1 [MOD m i]for every index
i. This integer avoids every original classa i (mod m i), so such classes cannot cover all natural numbers.The file also proves the direct corollary that every finite congruence cover with nontrivial moduli contains two distinct non-coprime moduli.
Scope
This is a genuine search-pruning lemma, not a solution of Erdős Problem 7. A strict odd covering system, if one exists, must have overlapping prime factors among its moduli.
Verification
The source contains no placeholders or trust shortcuts and prints the axioms of both theorems. It must pass Lean before being marked verified.