Erdős problem 594
Erdős Problem 594 (Erdős–Hajnal [ErHa66], [Er69b]):
Sources
FormalConjectures/ErdosProblems/
594.lean
Retained formal statement
The earlier result of Erdős and Hajnal [ErHa66]: every graph with chromatic number contains all sufficiently large odd cycles.
Chromatic number is encoded as the nonexistence of a proper colouring with any set of at most colours.
∀ (V : Type) (G : SimpleGraph V), (∀ (α : Type), Cardinal.mk α ≤ Cardinal.aleph 1 → IsEmpty (G.Coloring α)) → ∃ N, ∀ (k : ℕ), N ≤ k → ∃ v w, w.IsCycle ∧ w.length = 2 * k + 1SolvedStatement only, no proof