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
Bondy and Vince [BoVi98] proved that every graph with minimum degree at least has two cycles whose lengths differ by at most .
∀ {V : Type u_1} [inst : Fintype V] (G : SimpleGraph V) [inst_1 : DecidableRel G.Adj], 3 ≤ G.minDegree → ∃ m ∈ G.cycleLengths, ∃ m' ∈ G.cycleLengths, m < m' ∧ m' ≤ m + 2SolvedStatement only, no proof