Step * 1 2 1 2 of Lemma split-tuple-append-tuple

.....falsecase..... 
1. Type
2. Type List
3. ||v|| 1 ≠ 1
4. ||v|| 1 ≠ 0
5. ∀[L2:Type List]
     ∀[x:tuple-type(v)]. ∀[y:tuple-type(L2)].  (split-tuple(append-tuple(||v||;||L2||;x;y);||v||) ~ <x, y>supposing \000C< ||L2||
6. L2 Type List
7. 0 < ||L2||
8. u × tuple-type(v)
9. tuple-type(L2)
10. ¬(v [] ∈ (Type List))
⊢ let a,b split-tuple(snd(if ||v|| 1 ≤0
  then y
  else let a,b 
       in <a, append-tuple((||v|| 1) 1;||L2||;b;y)>
  fi );(||v|| 1) 1) 
  in <<fst(if ||v|| 1 ≤then else let a,b in <a, append-tuple((||v|| 1) 1;||L2||;b;y)> fi ), a>b> ~ <x
                                                                                                                     y
                                                                                                                     >
BY
AutoSplit }

1
1. Type
2. Type List
3. ||v|| 1 ≠ 1
4. ||v|| 1 ≠ 0
5. ∀[L2:Type List]
     ∀[x:tuple-type(v)]. ∀[y:tuple-type(L2)].  (split-tuple(append-tuple(||v||;||L2||;x;y);||v||) ~ <x, y>supposing \000C< ||L2||
6. L2 Type List
7. 0 < ||L2||
8. u × tuple-type(v)
9. tuple-type(L2)
10. ¬(v [] ∈ (Type List))
11. (||v|| 1) ≤ 0
⊢ let a,b split-tuple(snd(y);(||v|| 1) 1) 
  in <<fst(y), a>b> ~ <x, y>

2
1. Type
2. Type List
3. ¬((||v|| 1) ≤ 0)
4. ||v|| 1 ≠ 1
5. ||v|| 1 ≠ 0
6. ∀[L2:Type List]
     ∀[x:tuple-type(v)]. ∀[y:tuple-type(L2)].  (split-tuple(append-tuple(||v||;||L2||;x;y);||v||) ~ <x, y>supposing \000C< ||L2||
7. L2 Type List
8. 0 < ||L2||
9. u × tuple-type(v)
10. tuple-type(L2)
11. ¬(v [] ∈ (Type List))
⊢ let a,b split-tuple(snd(let a,b 
                            in <a, append-tuple((||v|| 1) 1;||L2||;b;y)>);(||v|| 1) 1) 
  in <<fst(let a,b in <a, append-tuple((||v|| 1) 1;||L2||;b;y)>), a>b> ~ <x, y>


Latex:


Latex:
.....falsecase..... 
1.  u  :  Type
2.  v  :  Type  List
3.  ||v||  +  1  \mneq{}  1
4.  ||v||  +  1  \mneq{}  0
5.  \mforall{}[L2:Type  List]
          \mforall{}[x:tuple-type(v)].  \mforall{}[y:tuple-type(L2)].
              (split-tuple(append-tuple(||v||;||L2||;x;y);||v||)  \msim{}  <x,  y>) 
          supposing  0  <  ||L2||
6.  L2  :  Type  List
7.  0  <  ||L2||
8.  x  :  u  \mtimes{}  tuple-type(v)
9.  y  :  tuple-type(L2)
10.  \mneg{}(v  =  [])
\mvdash{}  let  a,b  =  split-tuple(snd(if  ||v||  +  1  \mleq{}z  0
    then  y
    else  let  a,b  =  x 
              in  <a,  append-tuple((||v||  +  1)  -  1;||L2||;b;y)>
    fi  );(||v||  +  1)  -  1) 
    in  <<fst(if  ||v||  +  1  \mleq{}z  0
              then  y
              else  let  a,b  =  x 
                        in  <a,  append-tuple((||v||  +  1)  -  1;||L2||;b;y)>
              fi  )
            ,  a
            >
          ,  b
          >  \msim{}  <x,  y>


By


Latex:
AutoSplit




Home Index