Skip to content

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

Browse retained paths and inspect the exact material available for this Problem.

6 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

872.lean

Retained formal statement5 of 6

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.

FormalConjectures/ErdosProblems/872.leanErdos872.gameValueAux_le2 linesExact file
∀ {n : ℕ} (fuel : ℕ) (turn : Bool) (p : Erdos872.GamePos n),  Erdos872.gameValueAux fuel turn pp.claimed.card + p.pool.card
APIStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page