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
The best bound available is due to Bucić and Montgomery [BM22], who prove that many cycles and edges suffice, where is the iterated logarithm function.
∃ f, (f =O[Filter.atTop] fun n => ↑n * ↑(↑n).iteratedLog) ∧ ∀ {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