Skip to content

Commit

Permalink
fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin committed Nov 28, 2024
1 parent 92432a2 commit aa800ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pdl/Game.lean
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ theorem winning_strategy_of_all_next_when_others_turn (g : Game) [DecidableEq g.
-- remaining two cases are with no moves at nextP
· exfalso
-- no moves at nextP, and it is the turn of i, should contradict assumptions!
rcases win_all_next nextP (by aesop) with ⟨s2, winning_s2⟩
rcases win_all_next nextP nextP.prop with ⟨s2, winning_s2⟩
unfold winning winner at winning_s2
specialize winning_s2 sJ
simp_all
Expand Down

0 comments on commit aa800ce

Please sign in to comment.