Proof of `Arc Kayles is PSPACE-complete` (1st statement)

groundedproofs/Lax689614Proofs/Membership.lean · lax-689614

What this proof establishes

no assumptions

Assuming the claims on the left, the claim on the right holds — checked by the archive's pipeline. Proof code is not displayed here.

Read the Lean proof on GitHub

Description

Validate the graph word and evaluate the game tree by a depth-first stack. The encoded stack is cubically bounded, and each transition is compiled from a polynomially bounded word program. Reusing its cleared workspace gives a single polynomial space bound for the entire terminating search. The archived stack-to-tape compiler provides the required deterministic read-only-input work-tape machine.