Step * of Lemma lifting-ispair-decide

[a,b,c,F,G:Top].
  (if case of inl(x) => F[x] inr(x) => G[x] is pair then otherwise case a
   of inl(x) =>
   if F[x] is pair then otherwise c
   inr(x) =>
   if G[x] is pair then otherwise c)
BY
ProveLiftingLemma }


Latex:


Latex:
\mforall{}[a,b,c,F,G:Top].
    (if  case  a  of  inl(x)  =>  F[x]  |  inr(x)  =>  G[x]  is  a  pair  then  b  otherwise  c  \msim{}  case  a
      of  inl(x)  =>
      if  F[x]  is  a  pair  then  b  otherwise  c
      |  inr(x)  =>
      if  G[x]  is  a  pair  then  b  otherwise  c)


By


Latex:
ProveLiftingLemma




Home Index