Step
*
of Lemma
decide-simple-less
∀[a,b,c,d:Top].
  (case if (a) < (b)  then inl ⋅  else (inr ⋅ ) of inl() => c | inr() => d ~ if (a) < (b)  then c  else d)
BY
{ (RW (BasicSymbolicComputeC []) 0 THEN Auto) }
Latex:
Latex:
\mforall{}[a,b,c,d:Top].
    (case  if  (a)  <  (b)    then  inl  \mcdot{}    else  (inr  \mcdot{}  )  of  inl()  =>  c  |  inr()  =>  d  \msim{}  if  (a)  <  (b)
                                                                                                                                                                then  c
                                                                                                                                                                else  d)
By
Latex:
(RW  (BasicSymbolicComputeC  [])  0  THEN  Auto)
Home
Index