Step
*
1
2
of Lemma
firstn_upto
1. n : ℕ
2. m : ℕ
3. n ≤ m
⊢ firstn(n;upto(n) @ map(λx.(x + n);upto(m - n))) ~ upto(n)
BY
{ (RWO "firstn_append" 0 THENA Auto') }
1
1. n : ℕ
2. m : ℕ
3. n ≤ m
⊢ firstn(n;upto(n)) ~ upto(n)
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  m  :  \mBbbN{}
3.  n  \mleq{}  m
\mvdash{}  firstn(n;upto(n)  @  map(\mlambda{}x.(x  +  n);upto(m  -  n)))  \msim{}  upto(n)
By
Latex:
(RWO  "firstn\_append"  0  THENA  Auto')
Home
Index