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 graph shows that at least many cycles and edges are required, for some constant .
∃ c > 0, ∀ᶠ (n : ℕ) in Filter.atTop, have G := SimpleGraph.fromRel fun i j => ↑i < 3 ∧ 3 ≤ ↑j; ∀ (D : Finset G.Subgraph), (∀ H ∈ D, Erdos184.IsCycleOrEdge H.coe) → Erdos184.IsDecomposition G D → (1 + c) * ↑n ≤ ↑D.cardSolvedStatement only, no proof