Erdős problem 60
Does every graph on vertices with edges contain many copies of ?
Sources
FormalConjectures/ErdosProblems/
60.lean
Retained formal statement
He, Ma, and Yang [HeMaYa21] proved the conjecture when for some even integer .
∃ c > 0, ∀ (q : ℕ), Even q → ∀ (G : SimpleGraph (Fin (q ^ 2 + q + 1))) [inst : DecidableRel G.Adj], SimpleGraph.extremalNumber (q ^ 2 + q + 1) (SimpleGraph.cycleGraph 4) < G.edgeFinset.card → c * √(↑q ^ 2 + ↑q + 1) ≤ ↑{H' | Nonempty (H'.coe ≃g SimpleGraph.cycleGraph 4)}.ncardSolvedStatement only, no proof