Erdős problem 1034
Let be a graph on vertices with many edges. Must there be a triangle in and vertices , where , such that every is joined to at least two vertices of ?
Sources
FormalConjectures/ErdosProblems/
1034.lean
Retained formal statement
Erdős and Faudree asked about the threshold such that every graph with vertices and edges contained a triangle and other vertices which are connected to at least two vertices of the triangle. The fact that every graph with edges contains a book of size shows that
∀ (ε : ℝ), 0 < ε → ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (G : SimpleGraph (Fin n)), ↑n ^ 2 / 4 < ↑G.edgeSet.ncard → ∃ T, G.IsNClique 3 T ∧ ∃ Y, Erdos1034.JoinedToTwo G T Y ∧ (1 / 6 - ε) * ↑n ≤ ↑Y.cardSolvedStatement only, no proof