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

b,f:Base.
  ∀l:Base. l ∈ Base List supposing (rec-case(l) of [] => a::b => r.f[a;r])↓ supposing ∀x:Base. strict(λu.f[x;u])
BY
((UnivCD THENA Auto)
   THEN All(RepUR ``length list_ind``)
   THEN Compactness (-1)
   THEN Unhide
   THEN Thin (-3)
   THEN MoveToConcl (-3)
   THEN NatInd (-1)
   THEN Reduce 0
   THEN Strictness
   THEN (UnivCD THENA Auto)
   THEN BotDiv
   THEN (RWO "fun_exp_unroll_1" (-1) THENA Auto)
   THEN Reduce (-1)
   THEN HasValueD (-1)
   THEN HVimplies2 (-2) [1]) }

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)>
⊢ <fst(l), snd(l)> ∈ Base List

2
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. (if Ax then otherwise ⊥)↓@i
9. (l)↓
10. ∀a,b:Top.  (if is pair then otherwise b)
⊢ l ∈ Base List


Latex:


Latex:
\mforall{}b,f:Base.
    \mforall{}l:Base.  l  \mmember{}  Base  List  supposing  (rec-case(l)  of  []  =>  b  |  a::b  =>  r.f[a;r])\mdownarrow{} 
    supposing  \mforall{}x:Base.  strict(\mlambda{}u.f[x;u])


By


Latex:
((UnivCD  THENA  Auto)
  THEN  All(RepUR  ``length  list\_ind``)
  THEN  Compactness  (-1)
  THEN  Unhide
  THEN  Thin  (-3)
  THEN  MoveToConcl  (-3)
  THEN  NatInd  (-1)
  THEN  Reduce  0
  THEN  Strictness
  THEN  (UnivCD  THENA  Auto)
  THEN  BotDiv
  THEN  (RWO  "fun\_exp\_unroll\_1"  (-1)  THENA  Auto)
  THEN  Reduce  (-1)
  THEN  HasValueD  (-1)
  THEN  HVimplies2  (-2)  [1])




Home Index