Step * 1 2 of Lemma l-last-cons


1. Base
2. Base
3. is-exception(eval in
                if is pair then let h,t 
                                    in rec-case(t) of [] => λx.x h::t => r.λx.(r h) h
                otherwise if Ax then otherwise ⊥)
4. (v)↓
⊢ eval in
  if is pair then let h,t 
                      in rec-case(t) of [] => λx.x h::t => r.λx.(r h) otherwise if Ax then otherwise ⊥ 
  ≤ if if is pair then ff otherwise if Ax then tt otherwise ⊥
  then u
  else eval in
       if is pair then let h,t 
                           in rec-case(t) of [] => λx.x h::t => r.λx.(r h) otherwise if Ax then ⊥ otherwise ⊥
  fi 
BY
((CallByValueReduce THENA Auto) THEN RepeatFor ((HVimplies2 [1] THEN (RWO "-1" THENA Auto)))) }


Latex:


Latex:

1.  u  :  Base
2.  v  :  Base
3.  is-exception(eval  v  =  v  in
                                if  v  is  a  pair  then  let  h,t  =  v 
                                                                        in  rec-case(t)  of  []  =>  \mlambda{}x.x  |  h::t  =>  r.\mlambda{}x.(r  h)  h
                                otherwise  if  v  =  Ax  then  u  otherwise  \mbot{})
4.  (v)\mdownarrow{}
\mvdash{}  eval  v  =  v  in
    if  v  is  a  pair  then  let  h,t  =  v 
                                            in  rec-case(t)  of  []  =>  \mlambda{}x.x  |  h::t  =>  r.\mlambda{}x.(r  h)  h  otherwise  if  v  =  Ax  then  u
                                                                                                                                                                        otherwise  \mbot{} 
    \mleq{}  if  if  v  is  a  pair  then  ff  otherwise  if  v  =  Ax  then  tt  otherwise  \mbot{}
    then  u
    else  eval  v  =  v  in
              if  v  is  a  pair  then  let  h,t  =  v 
                                                      in  rec-case(t)  of  []  =>  \mlambda{}x.x  |  h::t  =>  r.\mlambda{}x.(r  h)  h
              otherwise  if  v  =  Ax  then  \mbot{}  otherwise  \mbot{}
    fi 


By


Latex:
((CallByValueReduce  0  THENA  Auto)
  THEN  RepeatFor  2  ((HVimplies2  0  [1]  THEN  (RWO  "-1"  0  THENA  Auto)))
  )




Home Index