Step
*
of Lemma
imax_lb
∀[a,b,c:ℤ].  uiff(imax(a;b) ≤ c;{(a ≤ c) ∧ (b ≤ 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{}].    uiff(imax(a;b)  \mleq{}  c;\{(a  \mleq{}  c)  \mwedge{}  (b  \mleq{}  c)\})
By
Latex:
(Unfolds  ``imax  guard``  0
  THEN  (UnivCD  THENA  Auto)
  THEN  RepeatFor  2  ((CallByValueReduce  0  THENA  Auto))
  THEN  AutoSplit)
Home
Index