Step * 1 1 of Lemma rabs-partition-sum


1. Interval
2. icompact(I)
3. I ⟶ℝ
4. partition(I)
5. partition-choice(full-partition(I;p))
6. : ℕ||p|| 1 ⟶ {x:ℝx ∈ I} 
7. a ∈ (ℕ||p|| 1 ⟶ {x:ℝx ∈ I} )
8. ||full-partition(I;p)|| (||p|| 2) ∈ ℤ
9. : ℤ
10. 0 ≤ i
11. i ≤ (||full-partition(I;p)|| 2)
⊢ |(f (a i)) (full-partition(I;p)[i 1] full-partition(I;p)[i])|
(|f (a i)| (full-partition(I;p)[i 1] full-partition(I;p)[i]))
BY
((Assert frs-non-dec(full-partition(I;p)) BY
          EAuto 1)
   THEN (Assert r0 ≤ (full-partition(I;p)[i 1] full-partition(I;p)[i]) BY
               (nRAdd ⌜full-partition(I;p)[i]⌝ 0⋅ THEN Auto))
   THEN MoveToConcl (-1)
   THEN (GenConclTerms Auto [⌜(a i)⌝;⌜full-partition(I;p)[i 1] full-partition(I;p)[i]⌝]⋅ THENA Auto)) }

1
1. Interval
2. icompact(I)
3. I ⟶ℝ
4. partition(I)
5. partition-choice(full-partition(I;p))
6. : ℕ||p|| 1 ⟶ {x:ℝx ∈ I} 
7. a ∈ (ℕ||p|| 1 ⟶ {x:ℝx ∈ I} )
8. ||full-partition(I;p)|| (||p|| 2) ∈ ℤ
9. : ℤ
10. 0 ≤ i
11. i ≤ (||full-partition(I;p)|| 2)
12. frs-non-dec(full-partition(I;p))
13. : ℝ
14. (f (a i)) v ∈ ℝ
15. v1 : ℝ
16. (full-partition(I;p)[i 1] full-partition(I;p)[i]) v1 ∈ ℝ
⊢ (r0 ≤ v1)  (|v v1| (|v| v1))


Latex:


Latex:

1.  I  :  Interval
2.  icompact(I)
3.  f  :  I  {}\mrightarrow{}\mBbbR{}
4.  p  :  partition(I)
5.  y  :  partition-choice(full-partition(I;p))
6.  a  :  \mBbbN{}||p||  +  1  {}\mrightarrow{}  \{x:\mBbbR{}|  x  \mmember{}  I\} 
7.  y  =  a
8.  ||full-partition(I;p)||  =  (||p||  +  2)
9.  i  :  \mBbbZ{}
10.  0  \mleq{}  i
11.  i  \mleq{}  (||full-partition(I;p)||  -  2)
\mvdash{}  |(f  (a  i))  *  (full-partition(I;p)[i  +  1]  -  full-partition(I;p)[i])|
=  (|f  (a  i)|  *  (full-partition(I;p)[i  +  1]  -  full-partition(I;p)[i]))


By


Latex:
((Assert  frs-non-dec(full-partition(I;p))  BY
                EAuto  1)
  THEN  (Assert  r0  \mleq{}  (full-partition(I;p)[i  +  1]  -  full-partition(I;p)[i])  BY
                          (nRAdd  \mkleeneopen{}full-partition(I;p)[i]\mkleeneclose{}  0\mcdot{}  THEN  Auto))
  THEN  MoveToConcl  (-1)
  THEN  (GenConclTerms  Auto  [\mkleeneopen{}f  (a  i)\mkleeneclose{};\mkleeneopen{}full-partition(I;p)[i  +  1]  -  full-partition(I;p)[i]\mkleeneclose{}]\mcdot{}
              THENA  Auto
              ))




Home Index