Step
*
1
2
of Lemma
constant-partition-sum
1. I : Interval
2. icompact(I)
3. p : partition(I)
4. f : I ⟶ℝ
5. z : ℝ
6. z ∈ I
⊢ (right-endpoint(I) - left-endpoint(I)) = |I|
BY
{ (Fold `i-length` 0 THEN Auto) }
Latex:
Latex:
1.  I  :  Interval
2.  icompact(I)
3.  p  :  partition(I)
4.  f  :  I  {}\mrightarrow{}\mBbbR{}
5.  z  :  \mBbbR{}
6.  z  \mmember{}  I
\mvdash{}  (right-endpoint(I)  -  left-endpoint(I))  =  |I|
By
Latex:
(Fold  `i-length`  0  THEN  Auto)
Home
Index