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

No Annotations
[l:Base]. l ∈ Base List supposing (||l||)↓
BY
(Auto
   THEN All(RepUR ``length list_ind``)
   THEN Compactness (-1)
   THEN Unhide
   THEN Auto
   THEN MoveToConcl 1
   THEN NatInd (-1)
   THEN Reduce 0
   THEN Strictness
   THEN RepeatFor ((At ⌜Type⌝ (D 0)⋅ THENA Auto))
   THEN Try (Complete ((InstLemma `bottom_diverge` [] THEN Auto)))
   THEN (RWO "fun_exp_unroll" (-1) THENA Auto)
   THEN SplitOnHypITE (-1)
   THEN Auto
   THEN RepUR ``compose`` (-2)) }

1
1. : ℤ
2. 0 < j
3. ∀l:Base
     ((fix((λlist_ind,L. eval in
                         if is pair then let a,b 
                                             in (list_ind b) otherwise if Ax then otherwise ⊥)) 
       l)↓
      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. (fix((λlist_ind,L. eval in
                      if is pair then let a,b 
                                          in (list_ind b) otherwise if Ax then otherwise ⊥)) 
    l)↓
6. (eval in
    if is pair then let a,b 
                        in list_ind,L. eval in
                                         if is pair then let a,b 
                                                             in (list_ind b) otherwise if Ax then otherwise ⊥^\000Cj 
                            ⊥ 
                            b)
                           otherwise if Ax then otherwise ⊥)↓
7. ¬(j 0 ∈ ℤ)
⊢ l ∈ Base List


Latex:


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


By


Latex:
(Auto
  THEN  All(RepUR  ``length  list\_ind``)
  THEN  Compactness  (-1)
  THEN  Unhide
  THEN  Auto
  THEN  MoveToConcl  1
  THEN  NatInd  (-1)
  THEN  Reduce  0
  THEN  Strictness
  THEN  RepeatFor  3  ((At  \mkleeneopen{}Type\mkleeneclose{}  (D  0)\mcdot{}  THENA  Auto))
  THEN  Try  (Complete  ((InstLemma  `bottom\_diverge`  []  THEN  Auto)))
  THEN  (RWO  "fun\_exp\_unroll"  (-1)  THENA  Auto)
  THEN  SplitOnHypITE  (-1)
  THEN  Auto
  THEN  RepUR  ``compose``  (-2))




Home Index