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 statement6 of 6

Membership in legalMoves: a legal move is a pool element whose insertion preserves primitiveness.

FormalConjectures/ErdosProblems/872.leanErdos872.mem_legalMoves2 linesExact file
∀ {n : ℕ} {p : Erdos872.GamePos n} {x : ℕ},  xErdos872.legalMoves pxp.poolErdos872.IsPrimitive n (insert x p.claimed)
APIStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page