Step
*
2
2
1
1
of Lemma
pseudo-positive-iff
.....antecedent..... 
1. x : ℝ
2. r0 ≤ x
3. ∀y:ℝ. ((¬(x = y)) ∨ (¬(y = r0)))
4. ∀y:ℝ. ((r0 ≤ y) 
⇒ (y ≤ x) 
⇒ ((¬¬(r0 < y)) ∨ (¬¬(y < x))))
5. y : ℝ
6. y ≤ x
⊢ rmax(r0;y) ≤ x
BY
{ (BLemma `rmax_lb` THEN Auto) }
Latex:
Latex:
.....antecedent..... 
1.  x  :  \mBbbR{}
2.  r0  \mleq{}  x
3.  \mforall{}y:\mBbbR{}.  ((\mneg{}(x  =  y))  \mvee{}  (\mneg{}(y  =  r0)))
4.  \mforall{}y:\mBbbR{}.  ((r0  \mleq{}  y)  {}\mRightarrow{}  (y  \mleq{}  x)  {}\mRightarrow{}  ((\mneg{}\mneg{}(r0  <  y))  \mvee{}  (\mneg{}\mneg{}(y  <  x))))
5.  y  :  \mBbbR{}
6.  y  \mleq{}  x
\mvdash{}  rmax(r0;y)  \mleq{}  x
By
Latex:
(BLemma  `rmax\_lb`  THEN  Auto)
Home
Index