Step * of Lemma lifting-apply-decide

[a,b,F,G:Top].  (case of inl(x) => F[x] inr(x) => G[x] case of inl(x) => F[x] inr(x) => G[x] b)
BY
ProveLiftingLemma }


Latex:


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


By


Latex:
ProveLiftingLemma




Home Index