Step * of Lemma lifting-callbyvalueall-isaxiom

[a,b,c,H:Top].
  (let x ⟵ if Ax then otherwise c
   in H[x] if Ax then let x ⟵ b
                            in H[x] otherwise let x ⟵ c
                                              in H[x])
BY
ProveLiftingLemma⋅ }


Latex:


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


By


Latex:
ProveLiftingLemma\mcdot{}




Home Index