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
Erdős and Gallai [EGP66] proved that many cycles and edges suffices.
∃ f, (f =O[Filter.atTop] fun n => ↑n * Real.log ↑n) ∧ ∀ {V : Type u_1} [inst : Fintype V] [DecidableEq V] (G : SimpleGraph V), ∃ D, (∀ H ∈ D, Erdos184.IsCycleOrEdge H.coe) ∧ Erdos184.IsDecomposition G D ∧ ↑D.card ≤ f (Fintype.card V)SolvedStatement only, no proof