Step * of Lemma rsqrt_functionality_wrt_rleq

[x:{x:ℝr0 ≤ x} ]. ∀[y:ℝ].  rsqrt(x) ≤ rsqrt(y) supposing x ≤ y
BY
(Auto THEN (BLemma `rleq-iff-not-rless` THENA Auto) THEN (D THENA Auto)) }

1
1. {x:ℝr0 ≤ x} 
2. : ℝ
3. x ≤ y
4. rsqrt(y) < rsqrt(x)
⊢ False


Latex:


Latex:
\mforall{}[x:\{x:\mBbbR{}|  r0  \mleq{}  x\}  ].  \mforall{}[y:\mBbbR{}].    rsqrt(x)  \mleq{}  rsqrt(y)  supposing  x  \mleq{}  y


By


Latex:
(Auto  THEN  (BLemma  `rleq-iff-not-rless`  THENA  Auto)  THEN  (D  0  THENA  Auto))




Home Index