Step * of Lemma general-partition-sum-no-mc

I:Interval
  (icompact(I)
   (∀f:{f:I ⟶ℝifun(f;I)} . ∀e:{e:ℝr0 < e} .
        ∃d:{d:ℝr0 < d} 
         ∀p,q:{p:partition(I)| partition-mesh(I;p) ≤ d} . ∀x:partition-choice(full-partition(I;p)).
         ∀y:partition-choice(full-partition(I;q)).
           (|S(f;full-partition(I;q)) S(f;full-partition(I;p))| ≤ e)))
BY
(Auto THEN Assert ⌜∃b:ℝ((r0 ≤ b) ∧ (∀x:ℝ((x ∈ I)  (|f x| ≤ b))))⌝⋅}

1
.....assertion..... 
1. Interval
2. icompact(I)
3. {f:I ⟶ℝifun(f;I)} 
4. {e:ℝr0 < e} 
⊢ ∃b:ℝ((r0 ≤ b) ∧ (∀x:ℝ((x ∈ I)  (|f x| ≤ b))))

2
1. Interval
2. icompact(I)
3. {f:I ⟶ℝifun(f;I)} 
4. {e:ℝr0 < e} 
5. ∃b:ℝ((r0 ≤ b) ∧ (∀x:ℝ((x ∈ I)  (|f x| ≤ b))))
⊢ ∃d:{d:ℝr0 < d} 
   ∀p,q:{p:partition(I)| partition-mesh(I;p) ≤ d} . ∀x:partition-choice(full-partition(I;p)).
   ∀y:partition-choice(full-partition(I;q)).
     (|S(f;full-partition(I;q)) S(f;full-partition(I;p))| ≤ e)


Latex:


Latex:
\mforall{}I:Interval
    (icompact(I)
    {}\mRightarrow{}  (\mforall{}f:\{f:I  {}\mrightarrow{}\mBbbR{}|  ifun(f;I)\}  .  \mforall{}e:\{e:\mBbbR{}|  r0  <  e\}  .
                \mexists{}d:\{d:\mBbbR{}|  r0  <  d\} 
                  \mforall{}p,q:\{p:partition(I)|  partition-mesh(I;p)  \mleq{}  d\}  .  \mforall{}x:partition-choice(full-partition(I;p)).
                  \mforall{}y:partition-choice(full-partition(I;q)).
                      (|S(f;full-partition(I;q))  -  S(f;full-partition(I;p))|  \mleq{}  e)))


By


Latex:
(Auto  THEN  Assert  \mkleeneopen{}\mexists{}b:\mBbbR{}.  ((r0  \mleq{}  b)  \mwedge{}  (\mforall{}x:\mBbbR{}.  ((x  \mmember{}  I)  {}\mRightarrow{}  (|f  x|  \mleq{}  b))))\mkleeneclose{}\mcdot{})




Home Index