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
The construction of Ma and Tang [MaTa25] of a graph with vertices and edges in which every triangle has at most vertices adjacent to at least two of its vertices shows that, for the threshold of erdos_1034.variants.lower_bound,
∀ (ε : ℝ), 0 < ε → ∀ᶠ (n : ℕ) in Filter.atTop, ∃ G, ↑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 - √(5 / 2) + ε) * ↑nSolvedStatement only, no proof