Step
*
1
2
1
of Lemma
rsqrt_functionality_wrt_rless
.....antecedent..... 
1. x : {x:ℝ| r0 ≤ x} 
2. y : ℝ
3. x < y
4. ∀a,b:ℝ.  ((r0 ≤ a) 
⇒ (a ≤ b) 
⇒ ((a * a) < (b * b)) 
⇒ (a < b))
⊢ (rsqrt(x) * rsqrt(x)) < (rsqrt(y) * rsqrt(y))
BY
{ (RWO "rsqrt_squared" 0 THEN Auto) }
Latex:
Latex:
.....antecedent..... 
1.  x  :  \{x:\mBbbR{}|  r0  \mleq{}  x\} 
2.  y  :  \mBbbR{}
3.  x  <  y
4.  \mforall{}a,b:\mBbbR{}.    ((r0  \mleq{}  a)  {}\mRightarrow{}  (a  \mleq{}  b)  {}\mRightarrow{}  ((a  *  a)  <  (b  *  b))  {}\mRightarrow{}  (a  <  b))
\mvdash{}  (rsqrt(x)  *  rsqrt(x))  <  (rsqrt(y)  *  rsqrt(y))
By
Latex:
(RWO  "rsqrt\_squared"  0  THEN  Auto)
Home
Index