Step * of Lemma lifting-spread-ispair

[a,b,c,H:Top].
  (let x,y if is pair then otherwise 
   in H[x;y] if is pair then let x,y 
                                   in H[x;y] otherwise let x,y 
                                                       in H[x;y])
BY
ProveLiftingLemma }


Latex:


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


By


Latex:
ProveLiftingLemma




Home Index