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 statement3 of 6

Conlon, Fox, and Sudakov [CFS14] proved that Oϵ(n)O_\epsilon(n) cycles and edges suffice if GG has minimum degree at least ϵn\epsilon n, for any ϵ>0\epsilon>0.

FormalConjectures/ErdosProblems/184.leanErdos184.erdos_184.variants.conlon_fox_sudakov6 linesExact file
∀ ε > 0,f,    (f =O[Filter.atTop] fun n => ↑n) ∧      ∀ {V : Type u_1} [inst : Fintype V] [DecidableEq V] (G : SimpleGraph V),G.minDegree ≥ ε * ↑(Fintype.card V) →D, (∀ HD, Erdos184.IsCycleOrEdge H.coe) ∧ Erdos184.IsDecomposition G D ∧ ↑D.cardf (Fintype.card V)
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page