Step * 1 1 1 1 1 1 of Lemma strat2play-invariant


1. SimpleGame
2. : ℕ
3. win2strat(g;n)
4. moves strat2play(g;n;s)
5. moves[0] InitialPos(g) ∈ Pos(g)
6. ∀i:ℕ1
     ((↓Legal1(moves[2 i];moves[(2 i) 1]))
     ∧ (i < n
        ((↓Legal2(moves[(2 i) 1];moves[2 (i 1)]))
          ∧ (moves[2 (i 1)] (s play-truncate(moves;2 (i 1))) ∈ Pos(g)))))
7. : ℕ(2 n) 1
8. (((i ÷ 2) 2) (i rem 2)) ∈ ℤ
9. 0 ≤ (i rem 2)
10. rem 2 < 2
11. 0 ≤ (i ÷ 2)
12. Legal1(moves[2 (i ÷ 2)];moves[(2 (i ÷ 2)) 1])
13. i ÷ 2 < n
 ((↓Legal2(moves[(2 (i ÷ 2)) 1];moves[2 ((i ÷ 2) 1)]))
   ∧ (moves[2 ((i ÷ 2) 1)] (s play-truncate(moves;2 ((i ÷ 2) 1))) ∈ Pos(g)))
14. (i rem 2) 0 ∈ ℤ
⊢ (2 (i ÷ 2)) ∈ ℕ(2 n) 1
BY
(HypSubst' (-1) THEN Auto) }


Latex:


Latex:

1.  g  :  SimpleGame
2.  n  :  \mBbbN{}
3.  s  :  win2strat(g;n)
4.  moves  :  strat2play(g;n;s)
5.  moves[0]  =  InitialPos(g)
6.  \mforall{}i:\mBbbN{}n  +  1
          ((\mdownarrow{}Legal1(moves[2  *  i];moves[(2  *  i)  +  1]))
          \mwedge{}  (i  <  n
              {}\mRightarrow{}  ((\mdownarrow{}Legal2(moves[(2  *  i)  +  1];moves[2  *  (i  +  1)]))
                    \mwedge{}  (moves[2  *  (i  +  1)]  =  (s  play-truncate(moves;2  *  (i  +  1)))))))
7.  i  :  \mBbbN{}(2  *  n)  +  1
8.  i  =  (((i  \mdiv{}  2)  *  2)  +  (i  rem  2))
9.  0  \mleq{}  (i  rem  2)
10.  i  rem  2  <  2
11.  0  \mleq{}  (i  \mdiv{}  2)
12.  Legal1(moves[2  *  (i  \mdiv{}  2)];moves[(2  *  (i  \mdiv{}  2))  +  1])
13.  i  \mdiv{}  2  <  n
{}\mRightarrow{}  ((\mdownarrow{}Legal2(moves[(2  *  (i  \mdiv{}  2))  +  1];moves[2  *  ((i  \mdiv{}  2)  +  1)]))
      \mwedge{}  (moves[2  *  ((i  \mdiv{}  2)  +  1)]  =  (s  play-truncate(moves;2  *  ((i  \mdiv{}  2)  +  1)))))
14.  (i  rem  2)  =  0
\mvdash{}  i  =  (2  *  (i  \mdiv{}  2))


By


Latex:
(HypSubst'  (-1)  8  THEN  Auto)




Home Index