Skip to content

Erdős problem 1034

Let GG be a graph on nn vertices with >n2/4>n^2/4 many edges. Must there be a triangle TT in GG and vertices y1,,yty_1,\ldots,y_t, where t>(12o(1))nt>(\frac{1}{2}-o(1))n, such that every yiy_i is joined to at least two vertices of TT?

Sources

Browse retained paths and inspect the exact material available for this Problem.

4 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1034.lean

Retained formal statement4 of 4

The construction of Ma and Tang [MaTa25] of a graph with nn vertices and >n2/4>n^2/4 edges in which every triangle has at most (2(5/2)1/2+o(1))n(2-(5/2)^{1/2}+o(1))n vertices adjacent to at least two of its vertices shows that, for the threshold h(n)h(n) of erdos_1034.variants.lower_bound, h(n)(2(5/2)1/2+o(1))n.h(n) \leq (2-(5/2)^{1/2}+o(1))n.

FormalConjectures/ErdosProblems/1034.leanErdos1034.erdos_1034.variants.upper_bound7 linesExact file
∀ (ε : ℝ),  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) + ε) * ↑n
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page