Erdős problem 64
Does every finite graph with minimum degree at least contain a cycle of length for some ?
Sources
FormalConjectures/ErdosProblems/
64.lean
Retained formal statement
Does every finite graph with minimum degree at least contain a cycle of length for some ?
True ↔ ∀ (V : Type u_1) (G : SimpleGraph V) [inst : Fintype V] [inst_1 : DecidableRel G.Adj], G.minDegree ≥ 3 → ∃ k v c, k ≥ 2 ∧ c.IsCycle ∧ c.length = 2 ^ kOpenStatement only, no proof