Add Erdős Problem 1171 (ω₁² multicolor partition)#3789
Open
henrykmichalewski wants to merge 3 commits intogoogle-deepmind:mainfrom
Open
Add Erdős Problem 1171 (ω₁² multicolor partition)#3789henrykmichalewski wants to merge 3 commits intogoogle-deepmind:mainfrom
henrykmichalewski wants to merge 3 commits intogoogle-deepmind:mainfrom
Conversation
Paul-Lez
reviewed
Apr 19, 2026
Collaborator
Paul-Lez
left a comment
There was a problem hiding this comment.
Thanks for the contribution! A few comments:
Paul-Lez
reviewed
Apr 19, 2026
Collaborator
Paul-Lez
left a comment
There was a problem hiding this comment.
One tiny follow-up nit:
Per review on PR google-deepmind#3789: - Copyright year → 2026 - Add [Va99, 7.84] reference per Erdős citation policy - Use `answer(sorry) ↔` pattern for the open main theorem - Change `mono_k` category from `research solved` to `API` (local lemma) - Remove `baumgartner_under_MA` theorem — `True → …` was vacuous. Replaced with a block comment documenting the result as deferred until a faithful Lean predicate for Martin's Axiom is available. Assisted by Claude (Anthropic).
Mirrors the Round C docstring pass from the private repo's phase1-infrastructure branch. Each Lean file now carries the canonical source statement and upstream URL inline so reviewers can verify formalization against the source without navigating away from the diff.
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.
Problem
Erdős Problem 1171: https://www.erdosproblems.com/1171
Multicolor partition relation concerning ω₁² and open questions about which partition relations hold.
Contents
OrdinalMultiColorRamsey α β γ kdefinition generalizing the binary ordinal partition relation tok+1colorsCloses #1993
Assisted by Claude (Anthropic).