Step * 1 of Lemma list-if-has-value-list_ind


1. Base@i
2. Base@i
3. ∀x:Base. strict(λu.f[x;u])
4. : ℤ
5. 0 < j
6. ∀l:Base
     ((λlist_ind,L. eval in
                    if is pair then let a,b 
                                        in f[a;list_ind b] otherwise if Ax then otherwise ⊥^j 
       ⊥ 
       l)↓
      (l ∈ Base List))
7. Base@i
8. (f[fst(l);λlist_ind,L. eval in
                          if is pair then let a,b 
                                              in f[a;list_ind b] otherwise if Ax then otherwise ⊥^j 
             ⊥ 
             (snd(l))])↓@i
9. 0 ≤ 0
10. ~ <fst(l), snd(l)>
⊢ <fst(l), snd(l)> ∈ Base List
BY
((Fold `cons` THEN MemCD) THEN Auto THEN BackThruSomeHyp) }

1
1. Base@i
2. Base@i
3. ∀x:Base. strict(λu.f[x;u])
4. : ℤ
5. 0 < j
6. ∀l:Base
     ((λlist_ind,L. eval in
                    if is pair then let a,b 
                                        in f[a;list_ind b] otherwise if Ax then otherwise ⊥^j 
       ⊥ 
       l)↓
      (l ∈ Base List))
7. Base@i
8. (f[fst(l);λlist_ind,L. eval in
                          if is pair then let a,b 
                                              in f[a;list_ind b] otherwise if Ax then otherwise ⊥^j 
             ⊥ 
             (snd(l))])↓@i
9. 0 ≤ 0
10. ~ <fst(l), snd(l)>
⊢ list_ind,L. eval in if is pair then let a,b in f[a;list_ind b] otherwise if Ax then otherwise ⊥^\000Cj 1 ⊥ 
   (snd(l)))↓


Latex:


Latex:

1.  b  :  Base@i
2.  f  :  Base@i
3.  \mforall{}x:Base.  strict(\mlambda{}u.f[x;u])
4.  j  :  \mBbbZ{}
5.  0  <  j
6.  \mforall{}l:Base
          ((\mlambda{}list$_{ind}$,L.  eval  v  =  L  in
                                      if  v  is  a  pair  then  let  a,b  =  v 
                                                                              in  f[a;list$_{ind}$  b]  otherwise  if  v  =  A\000Cx  then  b  otherwise  \mbot{}\^{}j  -  1 
              \mbot{} 
              l)\mdownarrow{}
          {}\mRightarrow{}  (l  \mmember{}  Base  List))
7.  l  :  Base@i
8.  (f[fst(l);\mlambda{}list$_{ind}$,L.  eval  v  =  L  in
                                                  if  v  is  a  pair  then  let  a,b  =  v 
                                                                                          in  f[a;list$_{ind}$  b]
                                                  otherwise  if  v  =  Ax  then  b  otherwise  \mbot{}\^{}j  -  1 
                          \mbot{} 
                          (snd(l))])\mdownarrow{}@i
9.  0  \mleq{}  0
10.  l  \msim{}  <fst(l),  snd(l)>
\mvdash{}  <fst(l),  snd(l)>  \mmember{}  Base  List


By


Latex:
((Fold  `cons`  0  THEN  MemCD)  THEN  Auto  THEN  BackThruSomeHyp)




Home Index