Step * 1 1 1 1 2 of Lemma partition-split-cons-mesh


1. Interval
2. icompact(I)
3. : ℝ
4. bs : ℝ List
5. partitions(I;[a bs])
6. partitions([left-endpoint(I), a];[])
7. partitions([a, right-endpoint(I)];bs)
8. partitions([left-endpoint(I), a];[])
9. partitions([a, right-endpoint(I)];bs)
10. left-endpoint(I) ≤ a
11. ∀j:ℕ||bs||. ((λx,y. (x ≤ y)) [a bs][j] [a bs][||bs||])
12. ¬0 < ||bs||
⊢ a ≤ last([a bs])
BY
(DVar `bs' THEN All Reduce THEN Auto') }

1
1. Interval
2. icompact(I)
3. : ℝ
4. partitions(I;[a])
5. partitions([left-endpoint(I), a];[])
6. partitions([a, right-endpoint(I)];[])
7. partitions([left-endpoint(I), a];[])
8. partitions([a, right-endpoint(I)];[])
9. left-endpoint(I) ≤ a
10. ∀j:ℕ0. ([a][j] ≤ a)
11. ¬0 < 0
⊢ a ≤ last([a])


Latex:


Latex:

1.  I  :  Interval
2.  icompact(I)
3.  a  :  \mBbbR{}
4.  bs  :  \mBbbR{}  List
5.  partitions(I;[a  /  bs])
6.  partitions([left-endpoint(I),  a];[])
7.  partitions([a,  right-endpoint(I)];bs)
8.  partitions([left-endpoint(I),  a];[])
9.  partitions([a,  right-endpoint(I)];bs)
10.  left-endpoint(I)  \mleq{}  a
11.  \mforall{}j:\mBbbN{}||bs||.  ((\mlambda{}x,y.  (x  \mleq{}  y))  [a  /  bs][j]  [a  /  bs][||bs||])
12.  \mneg{}0  <  ||bs||
\mvdash{}  a  \mleq{}  last([a  /  bs])


By


Latex:
(DVar  `bs'  THEN  All  Reduce  THEN  Auto')




Home Index