Step
*
1
of Lemma
nth_tl-partition
1. I : Interval
2. icompact(I)
3. a : ℝ
4. p : ℝ List
5. frs-non-dec(p)
6. i : ℕ||p||
7. a = p[i]
8. left-endpoint(I) ≤ p[0]
9. last(p) ≤ right-endpoint(I)
⊢ partitions([a, right-endpoint(I)];nth_tl(i + 1;p))
BY
{ (D 0 THEN Auto) }
1
1. I : Interval
2. icompact(I)
3. a : ℝ
4. p : ℝ List
5. frs-non-dec(p)
6. i : ℕ||p||
7. a = p[i]
8. left-endpoint(I) ≤ p[0]
9. last(p) ≤ right-endpoint(I)
⊢ frs-non-dec(nth_tl(i + 1;p))
2
1. I : Interval
2. icompact(I)
3. a : ℝ
4. p : ℝ List
5. frs-non-dec(p)
6. i : ℕ||p||
7. a = p[i]
8. left-endpoint(I) ≤ p[0]
9. last(p) ≤ right-endpoint(I)
10. 0 < ||nth_tl(i + 1;p)||
⊢ left-endpoint([a, right-endpoint(I)]) ≤ nth_tl(i + 1;p)[0]
3
1. I : Interval
2. icompact(I)
3. a : ℝ
4. p : ℝ List
5. frs-non-dec(p)
6. i : ℕ||p||
7. a = p[i]
8. left-endpoint(I) ≤ p[0]
9. last(p) ≤ right-endpoint(I)
10. 0 < ||nth_tl(i + 1;p)||
11. left-endpoint([a, right-endpoint(I)]) ≤ nth_tl(i + 1;p)[0]
⊢ last(nth_tl(i + 1;p)) ≤ right-endpoint([a, right-endpoint(I)])
Latex:
Latex:
1.  I  :  Interval
2.  icompact(I)
3.  a  :  \mBbbR{}
4.  p  :  \mBbbR{}  List
5.  frs-non-dec(p)
6.  i  :  \mBbbN{}||p||
7.  a  =  p[i]
8.  left-endpoint(I)  \mleq{}  p[0]
9.  last(p)  \mleq{}  right-endpoint(I)
\mvdash{}  partitions([a,  right-endpoint(I)];nth\_tl(i  +  1;p))
By
Latex:
(D  0  THEN  Auto)
Home
Index