Add Erdős Problem 1128 (Prikry-Mills counterexample for monochromatic countable boxes)#3782
Open
henrykmichalewski wants to merge 1 commit intogoogle-deepmind:mainfrom
Open
Conversation
Formalises Problem 1128 on monochromatic countable boxes in 2-colourings of ω × ω × ω₁. The main theorem answers False via the Prikry-Mills (1978) construction, recorded as the unpublished lemma prikryMills (with `sorry`). Includes variants.two_dimensional_false formally disproving the naturally-false two-dimensional variant via the ordering colouring, plus four proved helper lemmas establishing countability and boundedness properties of ω₁. Reference: https://www.erdosproblems.com/1128 Assisted by Claude (Anthropic).
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.
Formalises Erdős Problem 1128: whether every 2-colouring of$\omega \times \omega \times \omega_1$ admits a monochromatic product $A \times B \times C$ with $A, B, C$ countably infinite.
Contents
False): the problem is resolved negatively via the Prikry-Mills (1978, unpublished) construction.prikryMillslemma (sorry): records the unpublished 1978 Prikry-Mills counterexample colouring.variants.two_dimensional_false: a formal disproof of the naturally-false two-dimensional variant using the ordering colouring oncard_le_aleph0_of_lt_omega1,countable_toType_of_lt_omega1,countable_Iio_of_lt_omega1,countable_Iio_omega1,countable_subset_bdd) used for the supporting infrastructure.Assisted by Claude (Anthropic).