Erdős problem 918
A question of Erdős and Hajnal [ErHa68b], who proved that for every finite there is a graph with chromatic number and vertices where each subgraph on less than vertices has chromatic number .
Sources
FormalConjectures/ErdosProblems/
918.lean
Retained formal statement
In [ErHa69] the questions are stated with rather than . This is a likely typo since it can be shown that no such graph exists in this case.
This is the first question with induced subgraphs.
¬∃ V G, Cardinal.mk V = Cardinal.aleph 2 ∧ G.chromaticCardinal = Cardinal.aleph 2 ∧ ∀ (W : Set V), Cardinal.mk ↑W = Cardinal.aleph 1 → (SimpleGraph.induce W G).chromaticCardinal = Cardinal.aleph0TextbookStatement only, no proof