Step * of Lemma imax-list-lb

[L:ℤ List]. ∀[a:ℤ].  uiff(imax-list(L) ≤ a;(∀b∈L.b ≤ a)) supposing 0 < ||L||
BY
(Assert Assoc(ℤx,y. imax(x;y)) BY
         (D THEN Reduce THEN Auto)) }

1
1. Assoc(ℤx,y. imax(x;y))
⊢ ∀[L:ℤ List]. ∀[a:ℤ].  uiff(imax-list(L) ≤ a;(∀b∈L.b ≤ a)) supposing 0 < ||L||


Latex:


Latex:
\mforall{}[L:\mBbbZ{}  List].  \mforall{}[a:\mBbbZ{}].    uiff(imax-list(L)  \mleq{}  a;(\mforall{}b\mmember{}L.b  \mleq{}  a))  supposing  0  <  ||L||


By


Latex:
(Assert  Assoc(\mBbbZ{};\mlambda{}x,y.  imax(x;y))  BY
              (D  0  THEN  Reduce  0  THEN  Auto))




Home Index