All open problems
Source labels openChecked July 26, 2026

Erdős ProblemsCombinatorics

Erdős Problem 579

Let δ>0\delta > 0. If nn is sufficiently large and GG is a graph on nn vertices with no K2,2,2K_{2,2,2} (the octahedron) and at least δn2\delta n^2 edges, must GG contain an independent set of size δn\gg_\delta n?

Mathematical statement

Let δ>0\delta > 0. If nn is sufficiently large and GG is a graph on nn vertices with no K2,2,2K_{2,2,2} (the octahedron) and at least δn2\delta n^2 edges, must GG contain an independent set of size δn\gg_\delta n?

This is a problem of Erdős, Hajnal, Sós, and Szemerédi [EHSS83]. It is open; they proved the statement for δ>1/8\delta > 1/8 (see erdos_579.variants.ehss_large_delta), and the difficulty is to push the edge-density threshold down to an arbitrary δ>0\delta > 0.

Here K2,2,2K_{2,2,2} is the complete tripartite graph with all parts of size 22, encoded as completeMultipartiteGraph (fun _ : Fin 3 => Fin 2); "contains no K2,2,2K_{2,2,2}" is expressed via SimpleGraph.Free.

Statement source: Erdős Problems statement material

Statement terms: Source-specific

Source-specific terms. Therefore does not assert reuse rights beyond attributed display.

Statement artifacts, not proofs

These records expose exact Lean propositions and statement-only wrappers. Defining a proposition does not supply a proof of it. A placeholder-bearing target also contains no proof. Elaboration checks syntax and types; it does not certify that a formalization perfectly captures every nuance of the informal problem.

Pinned Lean formulation 1

erdos_579

Canonical source
Complete statement target, proof intentionally absentLean 4
theorem erdos_579 : answer(sorry)      δ : , 0 < δ   c : , 0 < c  ᶠ n :  in atTop,       G : SimpleGraph (Fin n), octahedron.Free G         δ * (n : ) ^ 2  G.edgeFinset.card           c * n  (G.indepNum : ) := by  sorry
Statement source
Formal Conjectures
Lean version
v4.27.0
Placeholder
Present; no proof artifact
Source evidence
Pinned source index
Fidelity review
Community formulation

References