Step * 1 of Lemma list-at-combine-skips


1. : ℤ
2. 0 < n
3. ∀ms,ns:colist(ℕ). ∀k:ℕ. ∀T:Type. ∀L:colist(T).
     (L@combine-skips(ns;ms;k) nth_tl(k;L)@ns@ms ∈ primrec(n 1;Top;λ,L. (Unit ⋃ (T × L))))
4. : ℤ
5. Type
6. colist(ℕ)
7. u1 : ℕ
8. v1 colist(ℕ)
9. : ℕ
10. colist(T)
⊢ L@combine-skips([u1 v1];[0 v];k)
nth_tl(k;L)@[u1 v1]@[0 v]
∈ (Unit ⋃ (T × primrec(n 1;Top;λ,L. (Unit ⋃ (T × L)))))
BY
(Unfold `combine-skips` THEN Reduce 0) }

1
1. : ℤ
2. 0 < n
3. ∀ms,ns:colist(ℕ). ∀k:ℕ. ∀T:Type. ∀L:colist(T).
     (L@combine-skips(ns;ms;k) nth_tl(k;L)@ns@ms ∈ primrec(n 1;Top;λ,L. (Unit ⋃ (T × L))))
4. : ℤ
5. Type
6. colist(ℕ)
7. u1 : ℕ
8. v1 colist(ℕ)
9. : ℕ
10. colist(T)
⊢ L@[k u1 combine-skips(v1;v;0)]
nth_tl(k;L)@[u1 v1]@[0 v]
∈ (Unit ⋃ (T × primrec(n 1;Top;λ,L. (Unit ⋃ (T × L)))))


Latex:


Latex:

1.  n  :  \mBbbZ{}
2.  0  <  n
3.  \mforall{}ms,ns:colist(\mBbbN{}).  \mforall{}k:\mBbbN{}.  \mforall{}T:Type.  \mforall{}L:colist(T).    (L@combine-skips(ns;ms;k)  =  nth\_tl(k;L)@ns@ms)
4.  u  :  \mBbbZ{}
5.  T  :  Type
6.  v  :  colist(\mBbbN{})
7.  u1  :  \mBbbN{}
8.  v1  :  colist(\mBbbN{})
9.  k  :  \mBbbN{}
10.  L  :  colist(T)
\mvdash{}  L@combine-skips([u1  /  v1];[0  /  v];k)  =  nth\_tl(k;L)@[u1  /  v1]@[0  /  v]


By


Latex:
(Unfold  `combine-skips`  0  THEN  Reduce  0)




Home Index