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
In [Er71] Erdős suggests that only many cycles and edges are required if we do not require them to be edge-disjoint.
True ↔ ∀ {V : Type} [inst : Fintype V] [DecidableEq V] [Nonempty V] (G : SimpleGraph V), ∃ D, (∀ H ∈ D, Erdos184.IsCycleOrEdge H.coe) ∧ ⋃ H ∈ D, H.edgeSet = G.edgeSet ∧ ↑D.card ≤ ↑(Fintype.card V) - 1OpenStatement only, no proof