Step * 1 of Lemma eq-Game_weakening


1. Game
2. ∀m:Game. ((left-option{i:l}(g;m) ∨ right-option{i:l}(g;m))  (∀H:Game. ((m H ∈ Game)  m ≡ H)))
3. Game
4. H ∈ Game
5. left-indices(H)
⊢ (∃x:left-indices(g). (left-move(H;i) left-move(g;x) ∈ Game))
∨ (∃x:right-indices(g). (left-move(H;i) right-move(g;x) ∈ Game))
BY
(HypSubst' (-2) THEN Auto) }


Latex:


Latex:

1.  g  :  Game
2.  \mforall{}m:Game.  ((left-option\{i:l\}(g;m)  \mvee{}  right-option\{i:l\}(g;m))  {}\mRightarrow{}  (\mforall{}H:Game.  ((m  =  H)  {}\mRightarrow{}  m  \mequiv{}  H)))
3.  H  :  Game
4.  g  =  H
5.  i  :  left-indices(H)
\mvdash{}  (\mexists{}x:left-indices(g).  (left-move(H;i)  =  left-move(g;x)))
\mvee{}  (\mexists{}x:right-indices(g).  (left-move(H;i)  =  right-move(g;x)))


By


Latex:
(HypSubst'  (-2)  0  THEN  Auto)




Home Index