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

l:Base. l ∈ Base List supposing (||l||)↓
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. : ℤ
2. 0 < j
3. ∀l:Base
     ((λlist_ind,L. eval in
                    if is pair then let a,b 
                                        in (list_ind b) otherwise if Ax then otherwise ⊥^j 
       ⊥ 
       l)↓
      (l ∈ Base List))
4. Base@i
5. ((λlist_ind,L. eval in
                  if is pair then let a,b 
                                      in (list_ind b) otherwise if Ax then otherwise ⊥^j 
     ⊥ 
     (snd(l)))
1)↓@i
6. 0 ≤ 0
7. ~ <fst(l), snd(l)>
⊢ <fst(l), snd(l)> ∈ Base List

2
1. : ℤ
2. 0 < j
3. ∀l:Base
     ((λlist_ind,L. eval in
                    if is pair then let a,b 
                                        in (list_ind b) otherwise if Ax then otherwise ⊥^j 
       ⊥ 
       l)↓
      (l ∈ Base List))
4. Base@i
5. (if Ax then otherwise ⊥)↓@i
6. (l)↓
7. ∀a,b:Top.  (if is pair then otherwise b)
⊢ l ∈ Base List


Latex:


Latex:
\mforall{}l:Base.  l  \mmember{}  Base  List  supposing  (||l||)\mdownarrow{}


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