Step * 2 1 1 1 of Lemma isqrt-convex

.....subterm..... T:t
1:n
1. ∀a:ℕ. ∀b:ℕa.  ((isqrt(a) isqrt(b)) ≤ isqrt(a b))
2. : ℕ
3. : ℕ
4. b < a
5. (isqrt(a) isqrt(b)) ≤ isqrt(a b)
⊢ |isqrt(a) isqrt(b)| (isqrt(a) isqrt(b)) ∈ ℤ
BY
TACTIC:(InstLemma `isqrt-non-decreasing` [⌜b⌝;⌜a⌝]⋅ THEN Auto) }


Latex:


Latex:
.....subterm.....  T:t
1:n
1.  \mforall{}a:\mBbbN{}.  \mforall{}b:\mBbbN{}a.    ((isqrt(a)  -  isqrt(b))  \mleq{}  isqrt(a  -  b))
2.  a  :  \mBbbN{}
3.  b  :  \mBbbN{}
4.  b  <  a
5.  (isqrt(a)  -  isqrt(b))  \mleq{}  isqrt(a  -  b)
\mvdash{}  |isqrt(a)  -  isqrt(b)|  =  (isqrt(a)  -  isqrt(b))


By


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




Home Index