Step * of Lemma lifting-spread-isaxiom

[a,b,c,H:Top].
  (let x,y if Ax then otherwise 
   in H[x;y] if Ax 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  =  Ax  then  b  otherwise  c 
      in  H[x;y]  \msim{}  if  a  =  Ax  then  let  x,y  =  b 
                                                            in  H[x;y]  otherwise  let  x,y  =  c 
                                                                                                    in  H[x;y])


By


Latex:
ProveLiftingLemma




Home Index