Step
*
1
1
1
1
1
1
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. u : ℤ
5. T : Type
6. v : colist(ℕ)
7. u1 : ℤ
8. v1 : colist(ℕ)
9. k : ℤ
⊢ [] = [] ∈ (Unit ⋃ (T × primrec(n - 1;Top;λ,L. (Unit ⋃ (T × L)))))
BY
{ (Unfold `nil` 0 THEN BUnionLeft THEN Auto) }
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  :  \mBbbZ{}
8.  v1  :  colist(\mBbbN{})
9.  k  :  \mBbbZ{}
\mvdash{}  []  =  []
By
Latex:
(Unfold  `nil`  0  THEN  BUnionLeft  THEN  Auto)
Home
Index