Skip to content

Erdős problem 533

Let δ>0\delta > 0. If nn is sufficiently large and GG is a graph on nn vertices with no K5K_5 and at least δn2\delta n^2 edges, must GG contain a set of δn\gg_\delta n vertices spanning no triangle?

Sources

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

6 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

533.lean

Retained formal statement4 of 6

The upper bound δ3(5)1/12\delta_3(5) \leq 1/12 of Erdős, Hajnal, Simonovits, Sós, and Szemerédi [EHSSS94]: for every ϵ>0\epsilon > 0 there is a δ>0\delta > 0 such that for all sufficiently large nn, every K5K_5-free graph GG on nn vertices in which every triangle-free vertex set has at most δn\delta n vertices has at most (1/12+ϵ)n2(1/12 + \epsilon)n^2 edges.

FormalConjectures/ErdosProblems/533.leanErdos533.erdos_533.variants.ehsss_upper9 linesExact file
∀ (ε : ℝ),  0 < ε →    ∃ δ,      0 < δ ∧        ∀ᶠ (n : ℕ) in Filter.atTop,          ∀ (G : SimpleGraph (Fin n)),            G.CliqueFree 5 →              (∀ (S : Finset (Fin n)), G.CliqueFreeOn (↑S) 3 → ↑S.card ≤ δ * ↑n) →G.edgeFinset.card ≤ (1 / 12 + ε) * ↑n ^ 2
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page