Erdős Problem 579
Let . If is sufficiently large and is a graph on vertices with no (the octahedron) and at least edges, must contain an independent set of size ?
Mathematical statement
Let . If is sufficiently large and is a graph on vertices with no (the octahedron) and at least edges, must contain an independent set of size ?
This is a problem of Erdős, Hajnal, Sós, and Szemerédi [EHSS83]. It is open; they proved
the statement for (see erdos_579.variants.ehss_large_delta), and the
difficulty is to push the edge-density threshold down to an arbitrary .
Here is the complete tripartite graph with all parts of size , encoded as
completeMultipartiteGraph (fun _ : Fin 3 => Fin 2); "contains no " 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
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