Step * 2 2 1 of Lemma isqrt-convex


1. ∀a:ℕ. ∀b:ℕa.  ((isqrt(a) isqrt(b)) ≤ isqrt(a b))
2. : ℕ
3. : ℕ
4. ¬b < a
5. a < b
⊢ |isqrt(a) isqrt(b)| ≤ isqrt(|a b|)
BY
TACTIC:((InstHyp [⌜b⌝;⌜a⌝1⋅ THENA Auto) THEN InstLemma `isqrt-non-decreasing` [⌜a⌝;⌜b⌝]⋅ THEN Auto) }

1
1. ∀a:ℕ. ∀b:ℕa.  ((isqrt(a) isqrt(b)) ≤ isqrt(a b))
2. : ℕ
3. : ℕ
4. ¬b < a
5. a < b
6. (isqrt(b) isqrt(a)) ≤ isqrt(b a)
7. isqrt(a) ≤ isqrt(b)
⊢ |isqrt(a) isqrt(b)| ≤ isqrt(|a b|)


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.  a  <  b
\mvdash{}  |isqrt(a)  -  isqrt(b)|  \mleq{}  isqrt(|a  -  b|)


By


Latex:
TACTIC:((InstHyp  [\mkleeneopen{}b\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{}]  1\mcdot{}  THENA  Auto)
                THEN  InstLemma  `isqrt-non-decreasing`  [\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{}]\mcdot{}
                THEN  Auto)




Home Index