Back to Problems
erdos_64
Specification
Does every finite graph with minimum degree at least $3$ contain a cycle of length $2^k$ for some $k \geq 2$?
Lean 4 Statement
theorem erdos_64 :
answer(sorry) ↔ ∀ (V : Type*) (G : SimpleGraph V) [Fintype V] [DecidableRel G.Adj],
G.minDegree ≥ 3 → ∃ (k : ℕ) (v : V) (c : G.Walk v v),
k ≥ 2 ∧ c.IsCycle ∧ c.length = 2^k
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.