Step * 1 9 of Lemma convex-comb_wf


1. x2 : ℕ+ ⟶ ℤ
2. regular-seq(x2)
3. y1 Top
4. : ℝ
5. x2 ≤ x
6. : ℝ
7. x2 ≤ y
8. : ℝ
9. r0 ≤ r
10. : ℝ
11. r0 ≤ s
12. r0 < (r s)
⊢ ((r x2) (s x2)) ≤ ((r x) (s y))
BY
((Assert (r x2) ≤ (r x) BY
          (nRMul ⌜r⌝ 5⋅ THEN Auto))
   THEN (Assert (s x2) ≤ (s y) BY
               (nRMul ⌜s⌝ 7⋅ THEN Auto))
   THEN RWO "-1 -2" 0
   THEN Auto) }


Latex:


Latex:

1.  x2  :  \mBbbN{}\msupplus{}  {}\mrightarrow{}  \mBbbZ{}
2.  regular-seq(x2)
3.  y1  :  Top
4.  x  :  \mBbbR{}
5.  x2  \mleq{}  x
6.  y  :  \mBbbR{}
7.  x2  \mleq{}  y
8.  r  :  \mBbbR{}
9.  r0  \mleq{}  r
10.  s  :  \mBbbR{}
11.  r0  \mleq{}  s
12.  r0  <  (r  +  s)
\mvdash{}  ((r  *  x2)  +  (s  *  x2))  \mleq{}  ((r  *  x)  +  (s  *  y))


By


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




Home Index