erdős #857 · weak sunflower problem
Let be minimal such that in any collection of sets there must exist a sunflower of size - that is, some collection of of the which pairwise have the same intersection.Estimate , or even better, give an asymptotic formula.
Worked, still open.
combinatorics · open · possible · formalized (Lean) · 0 attempts
use this record
vela registry pull vfr_37aec80d874a0239vela reproduce examples/erdos-problemsevidence
unverified AI candidates (2)
gpt-erdos · GPT-5.2 Pro + Deep Research · unverified
[ F_k(n):=\max{|\mathcal F|:\ \mathcal F\subseteq 2^{[n]}\text{ contains no (k)-sunflower}}. ]
candidate solution ↗llm-hunter · gpt pro 5.2 · unverified
1 LLM attack(s) recorded (gpt pro 5.2); unverified.
candidate solution ↗formal
AMS 5 · open (literature)
theorem erdos_857 :
let f : ℕ → ℕ → ℝ := answer(sorry)
∀ k : ℕ, 3 ≤ k → Tendsto (fun n : ℕ => (m n k : ℝ) / f k n) atTop (nhds 1)formal-conjectures/857.lean ↗status
open