Skip to content

Erdős problem 64

Does every finite graph with minimum degree at least 33 contain a cycle of length 2k2^k for some k2k \geq 2?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

64.lean

Retained formal statement1 of 1

Does every finite graph with minimum degree at least 33 contain a cycle of length 2k2^k for some k2k \geq 2?

FormalConjectures/ErdosProblems/64.leanErdos64.erdos_643 linesExact file
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.IsCyclec.length = 2 ^ k
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page