Step
*
of Lemma
imax_strict_ub
∀a,b,c:ℤ.  (a < imax(b;c) 
⇐⇒ a < b ∨ a < c)
BY
{ ((D 0 THENA Auto) THEN ((InstLemma `imax_ub` [⌜a + 1⌝])⋅ THENA Auto) THEN RepeatFor 2 (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