Erdős problem 872
Each move claims exactly one pool element, so the minimax value never exceeds the number of already claimed elements plus the number of still unclaimed elements.
Sources
FormalConjectures/ErdosProblems/
872.lean
Retained formal statement
Erdős Problem 872, part (ii) (strong form): for every , the game length is at least for all sufficiently large .
Status note: the forum thread (April-May 2026) records Shortener strategies giving (described in the thread as accepted as correct, with a Lean formalization in progress) and a claimed , either of which would answer this question negatively under the Prolonger-first convention. Neither is published, so the statement is recorded here as the original Erdős question.
True ↔ ∀ ε > 0, ∀ᶠ (n : ℕ) in Filter.atTop, ↑(Erdos872.L n) ≥ (1 - ε) * ↑n / 2OpenStatement only, no proof