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
In [Er71] Erdős revises the conjecture to , and notes is trivial.
∃ c > 0, ∀ (V : Type) [Fintype V] (G : SimpleGraph V), ∃ H ≤ G, (SimpleGraph.cycleGraph 4).Free H ∧ c * ↑G.edgeSet.ncard ^ (1 / 2) ≤ ↑H.edgeSet.ncardSolvedStatement only, no proof