Step * 1 2 1 1 1 1 2 1 of Lemma partition-sum-bound-no-mc


1. Interval
2. icompact(I)
3. partition(I)
4. partition-choice(full-partition(I;p))
5. ||full-partition(I;p)|| (||p|| 2) ∈ ℤ
⊢ (last([left-endpoint(I) (p [right-endpoint(I)])]) left-endpoint(I)) |I|
BY
(RWO "last-cons" THENA Auto) }

1
1. Interval
2. icompact(I)
3. partition(I)
4. partition-choice(full-partition(I;p))
5. ||full-partition(I;p)|| (||p|| 2) ∈ ℤ
⊢ (if null(p [right-endpoint(I)]) then left-endpoint(I) else last(p [right-endpoint(I)]) fi  left-endpoint(I))
|I|


Latex:


Latex:

1.  I  :  Interval
2.  icompact(I)
3.  p  :  partition(I)
4.  y  :  partition-choice(full-partition(I;p))
5.  ||full-partition(I;p)||  =  (||p||  +  2)
\mvdash{}  (last([left-endpoint(I)  /  (p  @  [right-endpoint(I)])])  -  left-endpoint(I))  =  |I|


By


Latex:
(RWO  "last-cons"  0  THENA  Auto)




Home Index