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 second question with all subgraphs.
∀ (ω : Ordinal.{u}), ¬∃ V G, Cardinal.mk V = Cardinal.aleph (ω + 1) ∧ G.chromaticCardinal = Cardinal.aleph 1 ∧ ∀ (H : G.Subgraph), Cardinal.mk ↑H.verts = Cardinal.aleph ω → H.coe.chromaticCardinal = Cardinal.aleph0TextbookStatement only, no proof