Step
*
1
2
of Lemma
upto_decomp2
1. n : ℕ+
2. upto(n) ~ upto(1) @ map(λx.(x + 1);upto(n - 1))
⊢ [0] @ map(λx.(x + 1);upto(n - 1)) ~ [0 / map(λi.(i + 1);upto(n - 1))]
BY
{ (Reduce 0 THEN Auto) }
Latex:
Latex:
1.  n  :  \mBbbN{}\msupplus{}
2.  upto(n)  \msim{}  upto(1)  @  map(\mlambda{}x.(x  +  1);upto(n  -  1))
\mvdash{}  [0]  @  map(\mlambda{}x.(x  +  1);upto(n  -  1))  \msim{}  [0  /  map(\mlambda{}i.(i  +  1);upto(n  -  1))]
By
Latex:
(Reduce  0  THEN  Auto)
Home
Index