Step * 1 2 2 1 of Lemma nth_tl-partition


1. Interval
2. icompact(I)
3. : ℝ
4. : ℝ List
5. : ℕ||p||
6. p[i]
7. left-endpoint(I) ≤ p[0]
8. last(p) ≤ right-endpoint(I)
9. 0 < ||p|| 1
10. ∀j:ℕ||p||. ((i ≤ j)  (p[i] ≤ p[j]))
11. p[i] ≤ p[i 1]
⊢ a ≤ p[(i 1) 0]
BY
(Subst' (i 1) 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.  left-endpoint(I)  \mleq{}  p[0]
8.  last(p)  \mleq{}  right-endpoint(I)
9.  0  <  ||p||  -  i  +  1
10.  \mforall{}j:\mBbbN{}||p||.  ((i  \mleq{}  j)  {}\mRightarrow{}  (p[i]  \mleq{}  p[j]))
11.  p[i]  \mleq{}  p[i  +  1]
\mvdash{}  a  \mleq{}  p[(i  +  1)  +  0]


By


Latex:
(Subst'  (i  +  1)  +  0  \msim{}  i  +  1  0  THEN  Auto)




Home Index