Skip to content

Add Erdős Problem 1171 (ω₁² multicolor partition)#3789

Open
henrykmichalewski wants to merge 2 commits intogoogle-deepmind:mainfrom
henrykmichalewski:add-problem-1171
Open

Add Erdős Problem 1171 (ω₁² multicolor partition)#3789
henrykmichalewski wants to merge 2 commits intogoogle-deepmind:mainfrom
henrykmichalewski:add-problem-1171

Conversation

@henrykmichalewski
Copy link
Copy Markdown
Member

Problem

Erdős Problem 1171: https://www.erdosproblems.com/1171

Multicolor partition relation concerning ω₁² and open questions about which partition relations hold.

Contents

  • Main open theorem capturing the central Erdős question on the ω₁² multicolor partition relation
  • New OrdinalMultiColorRamsey α β γ k definition generalizing the binary ordinal partition relation to k+1 colors
  • Baumgartner's result under Martin's Axiom as a variant

Closes #1993

Assisted by Claude (Anthropic).

@github-actions github-actions bot added the erdos-problems Erdős Problems label Apr 17, 2026
Copy link
Copy Markdown
Collaborator

@Paul-Lez Paul-Lez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! A few comments:

**Status**: Proved under MA(countable) by Baumgartner [Ba89b].
-/
@[category research solved, AMS 5]
theorem baumgartner_under_MA :
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we either remove this theorem for now, or replace True with a precise predicate for the form of Martin's Axiom being assumed? As written, True → ... does not record any extra set-theoretic assumption, so the declaration states the Baumgartner relation unconditionally. I think it would be better to keep this result in the docstring/TODO until the MA hypothesis has a faithful Lean predicate.

**Status**: OPEN.
-/
@[category research open, AMS 5]
theorem erdos_1171 : ∀ k : ℕ, OrdinalMultiColorRamsey (ω_ 1 ^ 2) (ω_ 1 * ω) 3 k := by
Copy link
Copy Markdown
Collaborator

@Paul-Lez Paul-Lez Apr 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we state the open yes/no question using answer(sorry)?

Something like:

Suggested change
theorem erdos_1171 : ∀ k : ℕ, OrdinalMultiColorRamsey (ω_ 1 ^ 2) (ω_ 1 * ω) 3 k := by
theorem erdos_1171 :
answer(sorry) ↔
∀ k : ℕ, OrdinalMultiColorRamsey (ω_ 1 ^ 2) (ω_ 1 * ω) 3 k := by

/-!
# Erdős Problem 1171

*Reference:* [erdosproblems.com/1171](https://www.erdosproblems.com/1171)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we include the original source [Va99, 7.84] in the module references? The Erdős page cites that as the source for this problem, and asks that original sources be used when referring to the problem.

provides a witness for the `j`-color version.
-/
@[category research solved, AMS 5]
theorem mono_k {j k : ℕ} (hjk : j ≤ k)
Copy link
Copy Markdown
Collaborator

@Paul-Lez Paul-Lez Apr 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: I think this should be @[category API] rather than research solved, since it is local API about the new multicolor relation rather than a cited research result.

Copy link
Copy Markdown
Collaborator

@Paul-Lez Paul-Lez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One tiny follow-up nit:

@@ -0,0 +1,167 @@
/-
Copyright 2025 The Formal Conjectures Authors.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: since this is a new file in 2026, could you update the copyright year to 2026?

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

erdos-problems Erdős Problems

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Erdős Problem 1171: Partition Properties of ω₁²

2 participants