Skip to content

Erdős problem 184

Any graph on nn vertices can be decomposed into O(n)O(n) many edge-disjoint cycles and edges.

Sources

Browse retained paths and inspect the exact material available for this Problem.

6 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

184.lean

Retained formal statement5 of 6

The graph K3,n3K_{3,n-3} shows that at least (1+c)n(1+c)n many cycles and edges are required, for some constant c>0c>0.

FormalConjectures/ErdosProblems/184.leanErdos184.erdos_184.variants.lower_bound5 linesExact file
c > 0,  ∀ᶠ (n : ℕ) in Filter.atTop,    have G := SimpleGraph.fromRel fun i j => ↑i < 3 ∧ 3 ≤ ↑j;    ∀ (D : Finset G.Subgraph),      (∀ HD, Erdos184.IsCycleOrEdge H.coe) → Erdos184.IsDecomposition G D → (1 + c) * ↑n ≤ ↑D.card
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page