Step
*
2
2
1
2
of Lemma
upto_decomp1
1. n : ℕ+
2. upto(n) ~ upto(n - 1) @ map(λx.(x + (n - 1));upto(n - n - 1))
3. 0 + (n - 1) < 1 + (n - 1)
⊢ [] ~ eval n' = (0 + (n - 1)) + 1 in
       [n', 1 + (n - 1))
BY
{ (CallByValueReduce 0 THENA Auto) }
1
1. n : ℕ+
2. upto(n) ~ upto(n - 1) @ map(λx.(x + (n - 1));upto(n - n - 1))
3. 0 + (n - 1) < 1 + (n - 1)
⊢ [] ~ [(0 + (n - 1)) + 1, 1 + (n - 1))
Latex:
Latex:
1.  n  :  \mBbbN{}\msupplus{}
2.  upto(n)  \msim{}  upto(n  -  1)  @  map(\mlambda{}x.(x  +  (n  -  1));upto(n  -  n  -  1))
3.  0  +  (n  -  1)  <  1  +  (n  -  1)
\mvdash{}  []  \msim{}  eval  n'  =  (0  +  (n  -  1))  +  1  in
              [n',  1  +  (n  -  1))
By
Latex:
(CallByValueReduce  0  THENA  Auto)
Home
Index