Step
*
2
1
2
1
of Lemma
least-upper-bound
1. [A] : Set(ℝ)
2. a : ℝ
3. a ∈ A
4. bounded-above(A)
5. ∀x,y:ℝ.  ((x < y) 
⇒ ((∃a:ℝ. ((a ∈ A) ∧ (x < a))) ∨ A ≤ y))
6. b : ℝ
7. b ∈ closure(A)
8. b ∈ closure(strict-upper-bounds(A))
⊢ A ≤ b
BY
{ (((InstLemma `upper-bounds-closed` [⌜A⌝])⋅ THENA Auto) THEN (UnfoldTopAb (-1)) THEN (InstHyp [⌜b⌝] (-1))⋅ THEN Auto) }
1
.....antecedent..... 
1. [A] : Set(ℝ)
2. a : ℝ
3. a ∈ A
4. bounded-above(A)
5. ∀x,y:ℝ.  ((x < y) 
⇒ ((∃a:ℝ. ((a ∈ A) ∧ (x < a))) ∨ A ≤ y))
6. b : ℝ
7. b ∈ closure(A)
8. b ∈ closure(strict-upper-bounds(A))
9. ∀y:ℝ. (y ∈ closure(upper-bounds(A)) 
⇒ (upper-bounds(A) y))
⊢ b ∈ closure(upper-bounds(A))
Latex:
Latex:
1.  [A]  :  Set(\mBbbR{})
2.  a  :  \mBbbR{}
3.  a  \mmember{}  A
4.  bounded-above(A)
5.  \mforall{}x,y:\mBbbR{}.    ((x  <  y)  {}\mRightarrow{}  ((\mexists{}a:\mBbbR{}.  ((a  \mmember{}  A)  \mwedge{}  (x  <  a)))  \mvee{}  A  \mleq{}  y))
6.  b  :  \mBbbR{}
7.  b  \mmember{}  closure(A)
8.  b  \mmember{}  closure(strict-upper-bounds(A))
\mvdash{}  A  \mleq{}  b
By
Latex:
(((InstLemma  `upper-bounds-closed`  [\mkleeneopen{}A\mkleeneclose{}])\mcdot{}  THENA  Auto)
  THEN  (UnfoldTopAb  (-1))
  THEN  (InstHyp  [\mkleeneopen{}b\mkleeneclose{}]  (-1))\mcdot{}
  THEN  Auto)
Home
Index