Step * of Lemma band-simple-decide

[a,b:Top].  (case of inl(y) => inl ⋅ inr(z) => inr ⋅  ∧b case of inl(y) => inr(z) => inr ⋅ )
BY
(RW (BasicSymbolicComputeC []) THEN Auto) }


Latex:


Latex:
\mforall{}[a,b:Top].
    (case  a  of  inl(y)  =>  inl  \mcdot{}  |  inr(z)  =>  inr  \mcdot{}    \mwedge{}\msubb{}  b  \msim{}  case  a  of  inl(y)  =>  b  |  inr(z)  =>  inr  \mcdot{}  )


By


Latex:
(RW  (BasicSymbolicComputeC  [])  0  THEN  Auto)




Home Index