Step * of Lemma lifting-callbyvalueall-ispair

[a,b,c,H:Top].
  (let x ⟵ if is pair then otherwise c
   in H[x] if is pair 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  is  a  pair  then  b  otherwise  c
      in  H[x]  \msim{}  if  a  is  a  pair  then  let  x  \mleftarrow{}{}  b
                                                                  in  H[x]  otherwise  let  x  \mleftarrow{}{}  c
                                                                                                      in  H[x])


By


Latex:
ProveLiftingLemma




Home Index