Erdős problem 60
Does every graph on vertices with edges contain many copies of ?
Sources
FormalConjectures/ErdosProblems/
60.lean
Retained formal statement
Does every graph on vertices with edges contain many copies of ?
∃ c > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (G : SimpleGraph (Fin n)) [inst : DecidableRel G.Adj], SimpleGraph.extremalNumber n (SimpleGraph.cycleGraph 4) < G.edgeFinset.card → c * √↑n ≤ ↑{H' | Nonempty (H'.coe ≃g SimpleGraph.cycleGraph 4)}.ncardOpenStatement only, no proof