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 suggested that the answer is different if has no . In the comments Ma and Tang sketch a proof that the conjecture remains false even if we assume that contains no , constructing a graph with vertices, edges, and no , in which every triangle has at most vertices adjacent to at least two of its vertices (note that ).
∀ (ε : ℝ), 0 < ε → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ G, G.CliqueFree 4 ∧ ↑n ^ 2 / 4 < ↑G.edgeSet.ncard ∧ ∀ (T : Finset (Fin n)), G.IsNClique 3 T → ∀ (Y : Finset (Fin n)), Erdos1034.JoinedToTwo G T Y → ↑Y.card ≤ (2 * √3 - 3 + ε) * ↑nSolvedStatement only, no proof