Step
*
1
3
of Lemma
convex-comb_wf
1. x3 : ℝ
2. y1 : ℝ
3. x : ℝ
4. x3 ≤ x
5. x < y1
6. y : ℝ
7. x3 ≤ y
8. y < y1
9. r : ℝ
10. r0 ≤ r
11. s : ℝ
12. r0 ≤ s
13. r0 < (r + s)
⊢ ((r * x3) + (s * x3)) ≤ ((r * x) + (s * y))
BY
{ ((Assert (r * x3) ≤ (r * x) BY
          (nRMul ⌜r⌝ 4⋅ THEN Auto))
   THEN (Assert (s * x3) ≤ (s * y) BY
               (nRMul ⌜s⌝ 7⋅ THEN Auto))
   THEN RWO "-1 -2" 0
   THEN Auto) }
Latex:
Latex:
1.  x3  :  \mBbbR{}
2.  y1  :  \mBbbR{}
3.  x  :  \mBbbR{}
4.  x3  \mleq{}  x
5.  x  <  y1
6.  y  :  \mBbbR{}
7.  x3  \mleq{}  y
8.  y  <  y1
9.  r  :  \mBbbR{}
10.  r0  \mleq{}  r
11.  s  :  \mBbbR{}
12.  r0  \mleq{}  s
13.  r0  <  (r  +  s)
\mvdash{}  ((r  *  x3)  +  (s  *  x3))  \mleq{}  ((r  *  x)  +  (s  *  y))
By
Latex:
((Assert  (r  *  x3)  \mleq{}  (r  *  x)  BY
                (nRMul  \mkleeneopen{}r\mkleeneclose{}  4\mcdot{}  THEN  Auto))
  THEN  (Assert  (s  *  x3)  \mleq{}  (s  *  y)  BY
                          (nRMul  \mkleeneopen{}s\mkleeneclose{}  7\mcdot{}  THEN  Auto))
  THEN  RWO  "-1  -2"  0
  THEN  Auto)
Home
Index