Step * 1 of Lemma compact-subinterval


1. Interval
2. {J:Interval| icompact(J)} 
3. J ⊆ 
4. icompact(J)
5. ∀r:ℝ(r ∈ ⇐⇒ left-endpoint(J)≤r≤right-endpoint(J))
6. (left-endpoint(J) ∈ J) ∧ (right-endpoint(J) ∈ J)
7. ∀r:ℝ(r ∈ ⇐⇒ ∃n:ℕ+(r ∈ i-approx(I;n)))
⊢ ∃n:{n:ℕ+icompact(i-approx(I;n))} J ⊆ i-approx(I;n) 
BY
((Assert ∃n:ℕ+(left-endpoint(J) ∈ i-approx(I;n)) BY
          Auto)
   THEN (Assert ∃n:ℕ+(right-endpoint(J) ∈ i-approx(I;n)) BY
               Auto)
   THEN ExRepD) }

1
1. Interval
2. {J:Interval| icompact(J)} 
3. J ⊆ 
4. icompact(J)
5. ∀r:ℝ(r ∈ ⇐⇒ left-endpoint(J)≤r≤right-endpoint(J))
6. left-endpoint(J) ∈ J
7. right-endpoint(J) ∈ J
8. ∀r:ℝ(r ∈ ⇐⇒ ∃n:ℕ+(r ∈ i-approx(I;n)))
9. n1 : ℕ+
10. left-endpoint(J) ∈ i-approx(I;n1)
11. : ℕ+
12. right-endpoint(J) ∈ i-approx(I;n)
⊢ ∃n:{n:ℕ+icompact(i-approx(I;n))} J ⊆ i-approx(I;n) 


Latex:


Latex:

1.  I  :  Interval
2.  J  :  \{J:Interval|  icompact(J)\} 
3.  J  \msubseteq{}  I 
4.  icompact(J)
5.  \mforall{}r:\mBbbR{}.  (r  \mmember{}  J  \mLeftarrow{}{}\mRightarrow{}  left-endpoint(J)\mleq{}r\mleq{}right-endpoint(J))
6.  (left-endpoint(J)  \mmember{}  J)  \mwedge{}  (right-endpoint(J)  \mmember{}  J)
7.  \mforall{}r:\mBbbR{}.  (r  \mmember{}  I  \mLeftarrow{}{}\mRightarrow{}  \mexists{}n:\mBbbN{}\msupplus{}.  (r  \mmember{}  i-approx(I;n)))
\mvdash{}  \mexists{}n:\{n:\mBbbN{}\msupplus{}|  icompact(i-approx(I;n))\}  .  J  \msubseteq{}  i-approx(I;n) 


By


Latex:
((Assert  \mexists{}n:\mBbbN{}\msupplus{}.  (left-endpoint(J)  \mmember{}  i-approx(I;n))  BY
                Auto)
  THEN  (Assert  \mexists{}n:\mBbbN{}\msupplus{}.  (right-endpoint(J)  \mmember{}  i-approx(I;n))  BY
                          Auto)
  THEN  ExRepD)




Home Index