Step * 1 2 1 1 of Lemma isqrt-convex


1. : ℕ@i
2. : ℕa@i
3. isqrt(b) ≤ isqrt(a)
4. ¬((isqrt(b) 2) ≤ isqrt(a))
5. 1 ≤ isqrt(a b)
⊢ (isqrt(a) isqrt(b)) ≤ isqrt(a b)
BY
TACTIC:Auto' }


Latex:


Latex:

1.  a  :  \mBbbN{}@i
2.  b  :  \mBbbN{}a@i
3.  isqrt(b)  \mleq{}  isqrt(a)
4.  \mneg{}((isqrt(b)  +  2)  \mleq{}  isqrt(a))
5.  1  \mleq{}  isqrt(a  -  b)
\mvdash{}  (isqrt(a)  -  isqrt(b))  \mleq{}  isqrt(a  -  b)


By


Latex:
TACTIC:Auto'




Home Index