Step
*
of Lemma
lifting-spread-decide
∀[a,F,G,H:Top].
  (let c,d = case a of inl(x) => F[x] | inr(x) => G[x] 
   in H[c;d] ~ case a of inl(x) => let c,d = F[x] in H[c;d] | inr(x) => let c,d = G[x] in H[c;d])
BY
{ ProveLiftingLemma }
Latex:
Latex:
\mforall{}[a,F,G,H:Top].
    (let  c,d  =  case  a  of  inl(x)  =>  F[x]  |  inr(x)  =>  G[x] 
      in  H[c;d]  \msim{}  case  a  of  inl(x)  =>  let  c,d  =  F[x]  in  H[c;d]  |  inr(x)  =>  let  c,d  =  G[x]  in  H[c;d])
By
Latex:
ProveLiftingLemma
Home
Index