Step * 3 1 2 1 2 of Lemma before-upto


1. : ℕ
2. : ℕn
3. : ℕn
4. x < y
5. : ℤ
6. 1 ∈ ℤ
⊢ upto(n)[y] ∈ ℕn
BY
((InstLemma `select_upto` [⌜n⌝; ⌜y⌝])⋅ THEN Auto) }


Latex:


Latex:

1.  n  :  \mBbbN{}
2.  x  :  \mBbbN{}n
3.  y  :  \mBbbN{}n
4.  x  <  y
5.  j  :  \mBbbZ{}
6.  j  =  1
\mvdash{}  y  =  upto(n)[y]


By


Latex:
((InstLemma  `select\_upto`  [\mkleeneopen{}n\mkleeneclose{};  \mkleeneopen{}y\mkleeneclose{}])\mcdot{}  THEN  Auto)




Home Index