Step * 1 2 1 of Lemma firstn_upto


1. : ℕ
2. : ℕ
3. n ≤ m
⊢ firstn(n;upto(n)) upto(n)
BY
(RWO "firstn_all" THEN Auto THEN RWO "length_upto" THEN Auto') }


Latex:


Latex:

1.  n  :  \mBbbN{}
2.  m  :  \mBbbN{}
3.  n  \mleq{}  m
\mvdash{}  firstn(n;upto(n))  \msim{}  upto(n)


By


Latex:
(RWO  "firstn\_all"  0  THEN  Auto  THEN  RWO  "length\_upto"  0  THEN  Auto')




Home Index