Step * 2 1 1 1 2 of Lemma nth_tl-partition


1. Interval
2. icompact(I)
3. : ℝ
4. : ℝ List
5. : ℕ||p||
6. p[i]
7. p1 : ℝ List
8. left-endpoint(I) ≤ p[0]
9. last(p) ≤ right-endpoint(I)
10. ¬↑null(p)
11. ∀j:ℕ||p|| 1. (p[j] ≤ p[||p|| 1])
12. ¬i < ||p|| 1
⊢ a ≤ last(p)
BY
(Unfold `last` THEN Subst' ||p|| THEN Auto) }


Latex:


Latex:

1.  I  :  Interval
2.  icompact(I)
3.  a  :  \mBbbR{}
4.  p  :  \mBbbR{}  List
5.  i  :  \mBbbN{}||p||
6.  a  =  p[i]
7.  p1  :  \mBbbR{}  List
8.  left-endpoint(I)  \mleq{}  p[0]
9.  last(p)  \mleq{}  right-endpoint(I)
10.  \mneg{}\muparrow{}null(p)
11.  \mforall{}j:\mBbbN{}||p||  -  1.  (p[j]  \mleq{}  p[||p||  -  1])
12.  \mneg{}i  <  ||p||  -  1
\mvdash{}  a  \mleq{}  last(p)


By


Latex:
(Unfold  `last`  0  THEN  Subst'  ||p||  -  1  \msim{}  i  0  THEN  Auto)




Home Index