Step
*
of Lemma
lifting-spread-isaxiom
∀[a,b,c,H:Top].
  (let x,y = if a = Ax then b otherwise c 
   in H[x;y] ~ if a = Ax then let x,y = b 
                              in H[x;y] otherwise let x,y = c 
                                                  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