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

.....antecedent..... 
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 rem 2) 1 ∈ ℤ
⊢ i ÷ 2 < n
BY
Auto }


Latex:


Latex:
.....antecedent..... 
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  rem  2)  =  1
\mvdash{}  i  \mdiv{}  2  <  n


By


Latex:
Auto




Home Index