Step * 2 3 of Lemma sqeq-copath3


1. : ℤ
2. : ℤ
3. Base
4. Base
5. Base
6. Base
7. Base
8. is-exception(if (x) < (m)  then if x=n then a[x] else b[x]  else c[x])
9. is-exception(x)
10. Base
11. Base
12. exception(u; v)
⊢ if (x) < (m)  then if x=n then a[x] else b[x]  else c[x] ≤ if (x) < (m)
                                                                  then if x=n then a[x] else (f b[x])
                                                                  else c[x]
BY
(RWO "-1" THEN Reduce THEN Auto) }


Latex:


Latex:

1.  n  :  \mBbbZ{}
2.  m  :  \mBbbZ{}
3.  x  :  Base
4.  c  :  Base
5.  b  :  Base
6.  a  :  Base
7.  f  :  Base
8.  is-exception(if  (x)  <  (m)    then  f  if  x=n  then  a[x]  else  b[x]    else  c[x])
9.  is-exception(x)
10.  u  :  Base
11.  v  :  Base
12.  x  \msim{}  exception(u;  v)
\mvdash{}  if  (x)  <  (m)    then  f  if  x=n  then  a[x]  else  b[x]    else  c[x]  \mleq{}  if  (x)  <  (m)
                                                                                                                                    then  if  x=n
                                                                                                                                              then  f  a[x]
                                                                                                                                              else  (f  b[x])
                                                                                                                                    else  c[x]


By


Latex:
(RWO  "-1"  0  THEN  Reduce  0  THEN  Auto)




Home Index