Step * of Lemma lifting-callbyvalueall-less

[a,b,c,d,H:Top].
  (let x ⟵ if (a) < (b)  then c  else d
   in H[x] if (a) < (b)  then let x ⟵ in H[x]  else let x ⟵ in H[x])
BY
ProveLiftingLemma }


Latex:


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


By


Latex:
ProveLiftingLemma




Home Index