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

In [Er71] Erdős suggests that only n1n-1 many cycles and edges are required if we do not require them to be edge-disjoint.

FormalConjectures/ErdosProblems/184.leanErdos184.erdos_184.variants.covering3 linesExact file
True  ∀ {V : Type} [inst : Fintype V] [DecidableEq V] [Nonempty V] (G : SimpleGraph V),D, (∀ HD, Erdos184.IsCycleOrEdge H.coe) ∧ ⋃ HD, H.edgeSet = G.edgeSet ∧ ↑D.card ≤ ↑(Fintype.card V) - 1
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page