Step
*
of Lemma
imax_ub
∀a,b,c:ℤ.  (a ≤ imax(b;c) 
⇐⇒ (a ≤ b) ∨ (a ≤ c))
BY
{ (Unfolds ``imax guard`` 0
   THEN (UnivCD THENA Auto)
   THEN RepeatFor 2 ((CallByValueReduce 0 THENA Auto))
   THEN AutoSplit) }
Latex:
Latex:
\mforall{}a,b,c:\mBbbZ{}.    (a  \mleq{}  imax(b;c)  \mLeftarrow{}{}\mRightarrow{}  (a  \mleq{}  b)  \mvee{}  (a  \mleq{}  c))
By
Latex:
(Unfolds  ``imax  guard``  0
  THEN  (UnivCD  THENA  Auto)
  THEN  RepeatFor  2  ((CallByValueReduce  0  THENA  Auto))
  THEN  AutoSplit)
Home
Index