Erdős problem 666
Let be the -dimensional hypercube graph (so that has vertices and edges). Is it true that, for every , if is sufficiently large, every subgraph of with many edges contains a ?
Sources
FormalConjectures/ErdosProblems/
666.lean
Retained formal statement
Let be the -dimensional hypercube graph (so that has vertices and edges). Is it true that, for every , if is sufficiently large, every subgraph of with many edges contains a ?
The answer to this problem is no: Chung [Ch92] and Brouwer, Dejter, and Thomassen [BDT93] constructed an edge-partition of into four subgraphs, each containing no .
False ↔ ∀ (ε : ℝ), 0 < ε → ∀ᶠ (n : ℕ) in Filter.atTop, ∀ H ≤ SimpleGraph.hypercube n, ε * ↑n * 2 ^ (n - 1) ≤ ↑H.edgeSet.ncard → (SimpleGraph.cycleGraph 6).IsContained H