Step
*
2
2
2
1
of Lemma
isqrt-convex
1. ∀a:ℕ. ∀b:ℕa.  ((isqrt(a) - isqrt(b)) ≤ isqrt(a - b))
2. a : ℕ
3. b : ℕ
4. ¬b < a
5. ¬a < b
⊢ |isqrt(b) - isqrt(b)| ≤ isqrt(|b - b|)
BY
{ TACTIC:(RW IntNormC 0 THEN Auto) }
Latex:
Latex:
1.  \mforall{}a:\mBbbN{}.  \mforall{}b:\mBbbN{}a.    ((isqrt(a)  -  isqrt(b))  \mleq{}  isqrt(a  -  b))
2.  a  :  \mBbbN{}
3.  b  :  \mBbbN{}
4.  \mneg{}b  <  a
5.  \mneg{}a  <  b
\mvdash{}  |isqrt(b)  -  isqrt(b)|  \mleq{}  isqrt(|b  -  b|)
By
Latex:
TACTIC:(RW  IntNormC  0  THEN  Auto)
Home
Index