Step * of Lemma strat2play_subtype_le

[g:SimpleGame]. ∀[n:ℕ]. ∀[s:win2strat(g;n)]. ∀[j:ℕ1].  (strat2play(g;n;s) ⊆strat2play(g;j;s))
BY
((InductionOnNat THEN Auto)
   THEN (Decide ⌜j < n⌝⋅ THEN Auto)
   THEN Using [`B',⌜strat2play(g;n 1;s)⌝(BLemma `subtype_rel_transitivity`)⋅
   THEN Auto) }

1
1. SimpleGame
2. : ℤ
3. 0 < n
4. ∀[s:win2strat(g;n 1)]. ∀[j:ℕ(n 1) 1].  (strat2play(g;n 1;s) ⊆strat2play(g;j;s))
5. win2strat(g;n)
6. : ℕ1
7. j < n
⊢ strat2play(g;n;s) ⊆strat2play(g;n 1;s)


Latex:


Latex:
\mforall{}[g:SimpleGame].  \mforall{}[n:\mBbbN{}].  \mforall{}[s:win2strat(g;n)].  \mforall{}[j:\mBbbN{}n  +  1].    (strat2play(g;n;s)  \msubseteq{}r  strat2play(g;j;s))


By


Latex:
((InductionOnNat  THEN  Auto)
  THEN  (Decide  \mkleeneopen{}j  <  n\mkleeneclose{}\mcdot{}  THEN  Auto)
  THEN  Using  [`B',\mkleeneopen{}strat2play(g;n  -  1;s)\mkleeneclose{}]  (BLemma  `subtype\_rel\_transitivity`)\mcdot{}
  THEN  Auto)




Home Index