Erdős problem 923
Is it true that, for every , there is some such that if has chromatic number then contains a triangle-free subgraph with chromatic number ?
Sources
FormalConjectures/ErdosProblems/
923.lean
Retained formal statement
Is it true that, for every , there is some such that if has chromatic number then contains a triangle-free subgraph with chromatic number ?
This is true, as shown by Rödl [Ro77].
True ↔ ∀ (V : Type u_1) (n : ℕ), ∃ k, ∀ (G : SimpleGraph V), ↑k ≤ G.chromaticNumber → ∃ H ≤ G, ↑n ≤ H.chromaticNumber ∧ H.CliqueFree 3