Step * of Lemma lifting-decide-ispair

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


Latex:


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


By


Latex:
ProveLiftingLemma




Home Index