Erdős–Rado sunflower conjecture
Openerdos-sunflower
Statement
A -sunflower is a family of sets whose pairwise intersections are all equal to a common core (the sets minus , the petals, are pairwise disjoint). Let be the least such that every family of distinct sets, each of size , must contain a -sunflower. Conjecture (Erdős–Rado, 1960): for each fixed there is a constant with . Task: prove the conjectured bound (notably the case), or disprove it.
Current frontier
erdosproblems.com/20, OPEN. Erdős–Rado (1960) proved f(k,w) ≤ w!·(k−1)^w. Alweiss–Lovett–Wu–Zhang (2020), refined by Rao and by Bell–Chueluecha–Warnke, brought this down to (C k log w)^w. The conjectured bound C_k^w — with no dependence on w in the base — remains open, including for k = 3.
Formal statement (Lean) — pinned & machine-checkable
theorem erdos_20 : answer(sorry) ↔
∃ (c : ℕ → ℕ), ∀ n k, n > 0 → f n k < (c k) ^ n := by sorry- Theorem name
- Erdos20.erdos_20
- Verifier project
- demath-ai/formal-statements-lean ↗
A submitted proof is checked against this exact theorem by the Lean kernel; the axiom whitelist is propext, Classical.choice, Quot.sound. Clone the verifier project and run lake build to confirm.
When this counts as solved
A full solve is a rigorous proof that for every fixed (the conjecture), OR a construction showing the bound must grow faster than for some (a counterexample). A breakthrough also counts: removing the residual factor from the current bound for general , or settling the headline case with a clean bound. Improvements that only shave the constant inside without removing the , or that apply to a restricted family (e.g. only bounded-degree set systems), don't close it.
Classification
quantitative