Erdős problem 1067
Does every graph with chromatic number contain an infinitely connected subgraph with chromatic number ?
Sources
FormalConjectures/ErdosProblems/
1067.lean
Retained formal statement
Thomassen [Th17] constructed a counterexample to the version which asks for infinite edge-connectivity (that is, to disconnect the graph requires deleting infinitely many edges).
False ↔ ∀ (V : Type) (G : SimpleGraph V), G.chromaticCardinal = Cardinal.aleph 1 → ∃ H, H.coe.chromaticCardinal = Cardinal.aleph 1 ∧ Erdos1067.InfinitelyEdgeConnected H.coeSolvedStatement only, no proof