Step * 2 3 2 of Lemma partition-split-cons


1. Interval
2. icompact(I)
3. : ℝ
4. bs : ℝ List
5. frs-non-dec([a bs])
6. 0 < ||bs||
7. left-endpoint(I) ≤ [a bs][0]
8. last([a bs]) ≤ right-endpoint(I)
⊢ last(bs) ≤ right-endpoint([a, right-endpoint(I)])
BY
(NthHypEq (-1) THEN EqCD THEN Auto) }


Latex:


Latex:

1.  I  :  Interval
2.  icompact(I)
3.  a  :  \mBbbR{}
4.  bs  :  \mBbbR{}  List
5.  frs-non-dec([a  /  bs])
6.  0  <  ||bs||
7.  left-endpoint(I)  \mleq{}  [a  /  bs][0]
8.  last([a  /  bs])  \mleq{}  right-endpoint(I)
\mvdash{}  last(bs)  \mleq{}  right-endpoint([a,  right-endpoint(I)])


By


Latex:
(NthHypEq  (-1)  THEN  EqCD  THEN  Auto)




Home Index