Step * 1 6 of Lemma convex-comb_wf


1. y1 : ℝ
2. x3 : ℝ
3. : ℝ
4. y1 < x
5. x ≤ x3
6. : ℝ
7. y1 < y
8. y ≤ x3
9. : ℝ
10. r0 ≤ r
11. : ℝ
12. r0 ≤ s
13. r0 < (r s)
14. y1 < ((r x) (s y)/r s)
⊢ ((r x) (s y)) ≤ ((r x3) (s x3))
BY
((Assert (r x) ≤ (r x3) BY
          (nRMul ⌜r⌝ 5⋅ THEN Auto))
   THEN (Assert (s y) ≤ (s x3) BY
               (nRMul ⌜s⌝ 8⋅ THEN Auto))
   THEN RWO "-1 -2" 0
   THEN Auto) }


Latex:


Latex:

1.  y1  :  \mBbbR{}
2.  x3  :  \mBbbR{}
3.  x  :  \mBbbR{}
4.  y1  <  x
5.  x  \mleq{}  x3
6.  y  :  \mBbbR{}
7.  y1  <  y
8.  y  \mleq{}  x3
9.  r  :  \mBbbR{}
10.  r0  \mleq{}  r
11.  s  :  \mBbbR{}
12.  r0  \mleq{}  s
13.  r0  <  (r  +  s)
14.  y1  <  ((r  *  x)  +  (s  *  y)/r  +  s)
\mvdash{}  ((r  *  x)  +  (s  *  y))  \mleq{}  ((r  *  x3)  +  (s  *  x3))


By


Latex:
((Assert  (r  *  x)  \mleq{}  (r  *  x3)  BY
                (nRMul  \mkleeneopen{}r\mkleeneclose{}  5\mcdot{}  THEN  Auto))
  THEN  (Assert  (s  *  y)  \mleq{}  (s  *  x3)  BY
                          (nRMul  \mkleeneopen{}s\mkleeneclose{}  8\mcdot{}  THEN  Auto))
  THEN  RWO  "-1  -2"  0
  THEN  Auto)




Home Index