Step
*
of Lemma
radd_functionality_wrt_rleq
∀[x,y,z,t:ℝ].  ((x + y) ≤ (z + t)) supposing ((y ≤ t) and (x ≤ z))
BY
{ (RepUR ``rleq`` 0
   THEN Auto
   THEN ((FLemma `rnonneg-radd` [-1; -2]) THENA Auto)
   THEN (nRNorm (-1))
   THEN nRNorm 0
   THEN Auto) }
Latex:
Latex:
\mforall{}[x,y,z,t:\mBbbR{}].    ((x  +  y)  \mleq{}  (z  +  t))  supposing  ((y  \mleq{}  t)  and  (x  \mleq{}  z))
By
Latex:
(RepUR  ``rleq``  0
  THEN  Auto
  THEN  ((FLemma  `rnonneg-radd`  [-1;  -2])  THENA  Auto)
  THEN  (nRNorm  (-1))
  THEN  nRNorm  0
  THEN  Auto)
Home
Index