Step
*
2
of Lemma
list-at-combine-skips
1. n : ℤ
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. T : Type
5. u : ℤ
6. 0 < u
7. ∀v,ns:colist(ℕ). ∀k:ℕ. ∀L:colist(T).
     (L@combine-skips(ns;[u - 1 / v];k)
     = nth_tl(k;L)@ns@[u - 1 / v]
     ∈ (Unit ⋃ (T × primrec(n - 1;Top;λ,L. (Unit ⋃ (T × L))))))
8. v : colist(ℕ)
9. u1 : ℕ
10. v1 : colist(ℕ)
11. k : ℕ
12. L : colist(T)
13. ¬(u = 0 ∈ ℤ)
⊢ L@combine-skips([u1 / v1];[u / v];k)
= nth_tl(k;L)@[u1 / v1]@[u / v]
∈ (Unit ⋃ (T × primrec(n - 1;Top;λ,L. (Unit ⋃ (T × L)))))
BY
{ (Unfold `combine-skips` 0 THEN Reduce 0) }
1
1. n : ℤ
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. T : Type
5. u : ℤ
6. 0 < u
7. ∀v,ns:colist(ℕ). ∀k:ℕ. ∀L:colist(T).
     (L@combine-skips(ns;[u - 1 / v];k)
     = nth_tl(k;L)@ns@[u - 1 / v]
     ∈ (Unit ⋃ (T × primrec(n - 1;Top;λ,L. (Unit ⋃ (T × L))))))
8. v : colist(ℕ)
9. u1 : ℕ
10. v1 : colist(ℕ)
11. k : ℕ
12. L : colist(T)
13. ¬(u = 0 ∈ ℤ)
⊢ L@combine-skips(v1;[u - 1 / v];(k + 1) + u1)
= nth_tl(k;L)@[u1 / v1]@[u / 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.  T  :  Type
5.  u  :  \mBbbZ{}
6.  0  <  u
7.  \mforall{}v,ns:colist(\mBbbN{}).  \mforall{}k:\mBbbN{}.  \mforall{}L:colist(T).
          (L@combine-skips(ns;[u  -  1  /  v];k)  =  nth\_tl(k;L)@ns@[u  -  1  /  v])
8.  v  :  colist(\mBbbN{})
9.  u1  :  \mBbbN{}
10.  v1  :  colist(\mBbbN{})
11.  k  :  \mBbbN{}
12.  L  :  colist(T)
13.  \mneg{}(u  =  0)
\mvdash{}  L@combine-skips([u1  /  v1];[u  /  v];k)  =  nth\_tl(k;L)@[u1  /  v1]@[u  /  v]
By
Latex:
(Unfold  `combine-skips`  0  THEN  Reduce  0)
Home
Index