Step * of Lemma lifting-callbyvalue-atom_eq

[a,b,c,d,H:Top].
  (eval if a=b then else fi  in
   H[x] if a=b then eval in H[x] else eval in H[x] fi )
BY
ProveLiftingLemma }


Latex:


Latex:
\mforall{}[a,b,c,d,H:Top].
    (eval  x  =  if  a=b  then  c  else  d  fi    in
      H[x]  \msim{}  if  a=b  then  eval  x  =  c  in  H[x]  else  eval  x  =  d  in  H[x]  fi  )


By


Latex:
ProveLiftingLemma




Home Index