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
The threshold variant threshold_formulation is stronger than the exact-equality form erdos_1175: if every graph with chromaticCardinal ≥ μ has the desired triangle-free subgraph, then in particular every graph with chromaticCardinal = μ does too.
(∀ (κ : Cardinal.{0}), Cardinal.aleph0 < κ → ∃ μ, ∀ (V : Type) (G : SimpleGraph V), μ ≤ G.chromaticCardinal → ∃ H, H.coe.CliqueFree 3 ∧ H.coe.chromaticCardinal = κ) → ∀ (κ : Cardinal.{0}), Cardinal.aleph0 < κ → ∃ μ, ∀ (V : Type) (G : SimpleGraph V), G.chromaticCardinal = μ → ∃ H, H.coe.CliqueFree 3 ∧ H.coe.chromaticCardinal = κTestStatement only, no proof