Erdős problem 1008
Does every graph with edges contain a subgraph with edges which contains no ?
Sources
FormalConjectures/ErdosProblems/
1008.lean
Retained formal statement
Originally asked by Bollobás and Erdős in 'a colloquium on graph theory at Tihany' with replaced by . Folkman showed this is false with the counterexample , which has edges, and yet every subgraph with edges contains a .
False ↔ ∃ c > 0, ∀ (V : Type) [Fintype V] (G : SimpleGraph V), ∃ H ≤ G, (SimpleGraph.cycleGraph 4).Free H ∧ c * ↑G.edgeSet.ncard ^ (3 / 4) ≤ ↑H.edgeSet.ncardSolvedStatement only, no proof