Erdős problem 619
Erdős Problem 619 [EGR98, Er99]: For a triangle-free graph let be the smallest number of edges that need to be added to so that it has diameter (while preserving the property of being triangle-free). Is it true that there exists a constant such that if is a connected graph on vertices then ?
Sources
FormalConjectures/ErdosProblems/
619.lean
Retained formal statement
Erdős, Gyárfás and Ruszinkó [EGR98]: there is a constant such that for every there exist connected triangle-free graphs on vertices with .
∃ c > 0, ∀ (n : ℕ), 0 < n → ∃ V x G, Fintype.card V = n ∧ G.Connected ∧ G.CliqueFree 3 ∧ ↑n - c ≤ ↑(Erdos619.minNewEdges 3 G)SolvedStatement only, no proof