Erdős problem 184
Any graph on vertices can be decomposed into many edge-disjoint cycles and edges.
Sources
FormalConjectures/ErdosProblems/
184.lean
Retained formal statement
Conlon, Fox, and Sudakov [CFS14] proved that cycles and edges suffice if has minimum degree at least , for any .
∀ ε > 0, ∃ f, (f =O[Filter.atTop] fun n => ↑n) ∧ ∀ {V : Type u_1} [inst : Fintype V] [DecidableEq V] (G : SimpleGraph V), ↑G.minDegree ≥ ε * ↑(Fintype.card V) → ∃ D, (∀ H ∈ D, Erdos184.IsCycleOrEdge H.coe) ∧ Erdos184.IsDecomposition G D ∧ ↑D.card ≤ f (Fintype.card V)SolvedStatement only, no proof