These are lemmas that were proved in the process of porting Data.Nat.Sqrt
.
theorem
Nat.sqrt.lt_iter_succ_sq
(n : ℕ)
(guess : ℕ)
(hn : n < (guess + 1) * (guess + 1))
:
n < (Nat.sqrt.iter n guess + 1) * (Nat.sqrt.iter n guess + 1)
These are lemmas that were proved in the process of porting Data.Nat.Sqrt
.