Erdős problem 1175
Let be an uncountable cardinal. Must there exist a cardinal such that every graph with chromatic number contains a triangle-free subgraph with chromatic number ?
Sources
FormalConjectures/ErdosProblems/
1175.lean
Retained formal statement
Every graph has a triangle-free subgraph: the bottom subgraph (with no edges) witnesses triangle-freeness, so the existential ∃ H : G.Subgraph, H.coe.CliqueFree 3 in erdos_1175 is non-vacuous.
∀ (V : Type u_1) (G : SimpleGraph V), ∃ H, H.coe.CliqueFree 3TestStatement only, no proof