Step * of Lemma lift-simple-decide-decide2

[X,F,G,M,N:Top].
  (case case of inl(x) => inl F[x] inr(x) => inr G[x]  of inl(a) => M[a] inr(b) => N[b] case X
   of inl(x) =>
   M[F[x]]
   inr(x) =>
   N[G[x]])
BY
((UnivCD THENA Auto) THEN RW LiftAllC THEN Auto) }


Latex:


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


By


Latex:
((UnivCD  THENA  Auto)  THEN  RW  LiftAllC  0  THEN  Auto)




Home Index