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
Does every graph with edges contain a subgraph with edges which contains no ?
This problem was first solved in the affirmative by Conlon, Fox, and Sudakov [CFS14b]. A simple proof is given by Hunter in the comments.
True ↔ ∃ c > 0, ∀ (V : Type) [Fintype V] (G : SimpleGraph V), ∃ H ≤ G, (SimpleGraph.cycleGraph 4).Free H ∧ c * ↑G.edgeSet.ncard ^ (2 / 3) ≤ ↑H.edgeSet.ncard