Step * of Lemma rsqrt-rdiv

∀x:{x:ℝ| r0 ≤ x} . ∀y:{x:ℝ| r0 < x} .  ((rsqrt(x)/rsqrt(y)) = rsqrt((x/y)))
BY
{ Auto }

1
1. x : {x:ℝ| r0 ≤ x} 
2. y : {x:ℝ| r0 < x} 
⊢ (rsqrt(x)/rsqrt(y)) = rsqrt((x/y))


Latex:


Latex:
\mforall{}x:\{x:\mBbbR{}|  r0  \mleq{}  x\}  .  \mforall{}y:\{x:\mBbbR{}|  r0  <  x\}  .    ((rsqrt(x)/rsqrt(y))  =  rsqrt((x/y)))


By


Latex:
Auto




Home Index