I need to prove, by induction, that for all $n$ there exists an $m$ with the property that $$m^2 \leq n \leq (m+1)^2$$
I can easily establish a base case (picking $n = m = 0$). I am finding it harder to assume this property holds and find an $m$ that makes it true for $n+1$.
Any hints very appreciated.