Step * of Lemma lifting-isaxiom-less

[a,b,c,d,e,f:Top].
  (if if (a) < (b)  then c  else Ax then otherwise if (a) < (b)
                                                                then if Ax then otherwise f
                                                                else if Ax then otherwise f)
BY
ProveLiftingLemma }


Latex:


Latex:
\mforall{}[a,b,c,d,e,f:Top].
    (if  if  (a)  <  (b)    then  c    else  d  =  Ax  then  e  otherwise  f  \msim{}  if  (a)  <  (b)
                                                                                                                                then  if  c  =  Ax  then  e  otherwise  f
                                                                                                                                else  if  d  =  Ax  then  e  otherwise  f)


By


Latex:
ProveLiftingLemma




Home Index