Step
*
1
1
of Lemma
strat2play-invariant
1. g : SimpleGame
2. n : ℕ
3. s : win2strat(g;n)
4. moves : strat2play(g;n;s)
5. moves[0] = InitialPos(g) ∈ Pos(g)
6. ∀i:ℕn + 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. i : ℕ(2 * n) + 1
8. i = (((i ÷ 2) * 2) + (i rem 2)) ∈ ℤ
9. (0 ≤ (i rem 2)) ∧ i rem 2 < 2
10. 0 ≤ (i ÷ 2)
⊢ (((i mod 2) = 0 ∈ ℤ) 
⇒ (↓Legal1(moves[i];moves[i + 1]))) ∧ (((i mod 2) = 1 ∈ ℤ) 
⇒ (↓Legal2(moves[i];moves[i + 1])))
BY
{ (InstHyp [⌜i ÷ 2⌝] 6⋅ THENA Auto) }
1
1. g : SimpleGame
2. n : ℕ
3. s : win2strat(g;n)
4. moves : strat2play(g;n;s)
5. moves[0] = InitialPos(g) ∈ Pos(g)
6. ∀i:ℕn + 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. i : ℕ(2 * n) + 1
8. i = (((i ÷ 2) * 2) + (i rem 2)) ∈ ℤ
9. (0 ≤ (i rem 2)) ∧ i rem 2 < 2
10. 0 ≤ (i ÷ 2)
11. (↓Legal1(moves[2 * (i ÷ 2)];moves[(2 * (i ÷ 2)) + 1]))
∧ (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))))
⊢ (((i mod 2) = 0 ∈ ℤ) 
⇒ (↓Legal1(moves[i];moves[i + 1]))) ∧ (((i mod 2) = 1 ∈ ℤ) 
⇒ (↓Legal2(moves[i];moves[i + 1])))
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))  \mwedge{}  i  rem  2  <  2
10.  0  \mleq{}  (i  \mdiv{}  2)
\mvdash{}  (((i  mod  2)  =  0)  {}\mRightarrow{}  (\mdownarrow{}Legal1(moves[i];moves[i  +  1])))
\mwedge{}  (((i  mod  2)  =  1)  {}\mRightarrow{}  (\mdownarrow{}Legal2(moves[i];moves[i  +  1])))
By
Latex:
(InstHyp  [\mkleeneopen{}i  \mdiv{}  2\mkleeneclose{}]  6\mcdot{}  THENA  Auto)
Home
Index