Erdős problem 751
Let be a graph with chromatic number . If are the lengths of the cycles in then can be arbitrarily large? Can this happen if the girth of is large?
Sources
FormalConjectures/ErdosProblems/
751.lean
Retained formal statement
Let be a graph with chromatic number . If are the lengths of the cycles in then can be arbitrarily large?
The answer is no: Bondy and Vince [BoVi98] proved that every graph with minimum degree at least has two cycles whose lengths differ by at most , and hence the same is true for every graph with chromatic number .
False ↔ ∀ (k : ℕ), ∃ V G, G.chromaticNumber = 4 ∧ ∀ m ∈ G.cycleLengths, ∀ m' ∈ G.cycleLengths, m < m' → m + k ≤ m'SolvedStatement only, no proof