Add Erdős Problem 595 (K₄-free graph not union of triangle-free, $250 prize)#3775
Open
henrykmichalewski wants to merge 2 commits intogoogle-deepmind:mainfrom
Open
Add Erdős Problem 595 (K₄-free graph not union of triangle-free, $250 prize)#3775henrykmichalewski wants to merge 2 commits intogoogle-deepmind:mainfrom
henrykmichalewski wants to merge 2 commits intogoogle-deepmind:mainfrom
Conversation
…e-free ($250 prize) Adds formalization of Erdős Problem 595 (Erdős-Hajnal, $250 prize). Reference: https://www.erdosproblems.com/595 Asks whether there exists a K₄-free graph of chromatic number ℵ₁ which cannot be written as a countable union of triangle-free subgraphs. Includes IsCountableUnionOfTriangleFree definition, Folkman/Nešetřil-Rödl finite version, 4 proved lemmas, and edge-colouring reformulation. Assisted by Claude (Anthropic).
Member
Author
|
Closes #814 |
mo271
approved these changes
Apr 17, 2026
Collaborator
mo271
left a comment
There was a problem hiding this comment.
Thanks! Looks good to me and mathemtically correct, just some small suggestions...
| @@ -0,0 +1,264 @@ | |||
| /- | |||
| Copyright 2025 The Formal Conjectures Authors. | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| Copyright 2025 The Formal Conjectures Authors. | |
| Copyright 2026 The Formal Conjectures Authors. |
Collaborator
|
CLA bot is not happy -- should be fixed by rewriting history, removing authors that have not signed the CLA by amending the commit(s)... |
…e_colouring - Update copyright year to 2026 - Remove duplicate docstring on IsCountableUnionOfTriangleFree def - Update reformulation_edge_colouring docstring to reference c : G.edgeSet → ℕ - Change attribute to @[category test, AMS 5] - Prove reformulation_edge_colouring using EdgeLabeling.iSup_labelGraph and Sym2.ind Assisted by Claude (Anthropic).
9887014 to
bbb368b
Compare
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.
fixes #814
Problem
Erdős Problem 595: https://www.erdosproblems.com/595 ($250 prize)
Contents
erdos_595Assisted by Claude (Anthropic).