Step * 1 2 of Lemma recode-tuple_wf


1. T:Type ⟶ (L:Type List × h:T ⟶ tuple-type(L) × {j:tuple-type(L) ⟶ T| ∀s:T. ((j (h s)) s ∈ T)} )
2. Type
3. Type List
4. L' Type List
5. tuple-type(v) ⟶ tuple-type(L')
6. v3 tuple-type(L') ⟶ tuple-type(v)
7. ∀s:tuple-type(v). ((v3 (h s)) s ∈ tuple-type(v))
8. Type List
9. h1 u ⟶ tuple-type(L)
10. v6 tuple-type(L) ⟶ u
11. ∀s:u. ((v6 (h1 s)) s ∈ u)
12. null(v) ff
13. ¬0 < ||L'||
⊢ <L'
  , λx.let a,b 
       in append-tuple(||L||;||L'||;h1 a;h b)
  if null(L') then λx.<v6 x, v3 ⋅> else λx.let a,b split-tuple(x;||L||) in <v6 a, v3 b> fi > ∈ L':Type List
  × h:(u × tuple-type(v)) ⟶ tuple-type(L')
  × {j:tuple-type(L') ⟶ (u × tuple-type(v))| ∀s:u × tuple-type(v). ((j (h s)) s ∈ (u × tuple-type(v)))} 
BY
(DVar `L\'' THEN All Reduce THEN Try (Complete (Auto'))) }

1
1. T:Type ⟶ (L:Type List × h:T ⟶ tuple-type(L) × {j:tuple-type(L) ⟶ T| ∀s:T. ((j (h s)) s ∈ T)} )
2. Type
3. Type List
4. tuple-type(v) ⟶ Unit
5. v3 Unit ⟶ tuple-type(v)
6. ∀s:tuple-type(v). ((v3 (h s)) s ∈ tuple-type(v))
7. Type List
8. h1 u ⟶ tuple-type(L)
9. v6 tuple-type(L) ⟶ u
10. ∀s:u. ((v6 (h1 s)) s ∈ u)
11. null(v) ff
12. ¬0 < 0
⊢ <[], λx.let a,b in append-tuple(||L||;0;h1 a;h b), λx.<v6 x, v3 ⋅>> ∈ L':Type List
  × h:(u × tuple-type(v)) ⟶ tuple-type(L')
  × {j:tuple-type(L') ⟶ (u × tuple-type(v))| ∀s:u × tuple-type(v). ((j (h s)) s ∈ (u × tuple-type(v)))} 


Latex:


Latex:

1.  f  :  T:Type  {}\mrightarrow{}  (L:Type  List
                                  \mtimes{}  h:T  {}\mrightarrow{}  tuple-type(L)
                                  \mtimes{}  \{j:tuple-type(L)  {}\mrightarrow{}  T|  \mforall{}s:T.  ((j  (h  s))  =  s)\}  )
2.  u  :  Type
3.  v  :  Type  List
4.  L'  :  Type  List
5.  h  :  tuple-type(v)  {}\mrightarrow{}  tuple-type(L')
6.  v3  :  tuple-type(L')  {}\mrightarrow{}  tuple-type(v)
7.  \mforall{}s:tuple-type(v).  ((v3  (h  s))  =  s)
8.  L  :  Type  List
9.  h1  :  u  {}\mrightarrow{}  tuple-type(L)
10.  v6  :  tuple-type(L)  {}\mrightarrow{}  u
11.  \mforall{}s:u.  ((v6  (h1  s))  =  s)
12.  null(v)  =  ff
13.  \mneg{}0  <  ||L'||
\mvdash{}  <L  @  L'
    ,  \mlambda{}x.let  a,b  =  x 
              in  append-tuple(||L||;||L'||;h1  a;h  b)
    ,  if  null(L')  then  \mlambda{}x.<v6  x,  v3  \mcdot{}>  else  \mlambda{}x.let  a,b  =  split-tuple(x;||L||)  in  <v6  a,  v3  b>  fi  >
    \mmember{}  L':Type  List
    \mtimes{}  h:(u  \mtimes{}  tuple-type(v))  {}\mrightarrow{}  tuple-type(L')
    \mtimes{}  \{j:tuple-type(L')  {}\mrightarrow{}  (u  \mtimes{}  tuple-type(v))|  \mforall{}s:u  \mtimes{}  tuple-type(v).  ((j  (h  s))  =  s)\} 


By


Latex:
(DVar  `L\mbackslash{}''  THEN  All  Reduce  THEN  Try  (Complete  (Auto')))




Home Index