Step * of Lemma imax_strict_ub

a,b,c:ℤ.  (a < imax(b;c) ⇐⇒ a < b ∨ a < c)
BY
((D THENA Auto) THEN ((InstLemma `imax_ub` [⌜1⌝])⋅ THENA Auto) THEN RepeatFor (ParallelLast) THEN Auto) }


Latex:


Latex:
\mforall{}a,b,c:\mBbbZ{}.    (a  <  imax(b;c)  \mLeftarrow{}{}\mRightarrow{}  a  <  b  \mvee{}  a  <  c)


By


Latex:
((D  0  THENA  Auto)
  THEN  ((InstLemma  `imax\_ub`  [\mkleeneopen{}a  +  1\mkleeneclose{}])\mcdot{}  THENA  Auto)
  THEN  RepeatFor  2  (ParallelLast)
  THEN  Auto)




Home Index