Step
*
2
of Lemma
tl_nth_tl
1. n : ℕ
2. L : Top List
3. nth_tl(1;nth_tl(n;L)) ~ nth_tl(1 + n;L)
⊢ nth_tl(n;tl(L)) ~ nth_tl(1 + n;L)
BY
{ (RW (AddrC [2] RecUnfoldTopAbC) 0 THEN AutoSplit) }
Latex:
Latex:
1.  n  :  \mBbbN{}
2.  L  :  Top  List
3.  nth\_tl(1;nth\_tl(n;L))  \msim{}  nth\_tl(1  +  n;L)
\mvdash{}  nth\_tl(n;tl(L))  \msim{}  nth\_tl(1  +  n;L)
By
Latex:
(RW  (AddrC  [2]  RecUnfoldTopAbC)  0  THEN  AutoSplit)
Home
Index