Step
*
1
2
1
of Lemma
firstn_upto
1. n : ℕ
2. m : ℕ
3. n ≤ m
⊢ firstn(n;upto(n)) ~ upto(n)
BY
{ (RWO "firstn_all" 0 THEN Auto THEN RWO "length_upto" 0 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