For any real number $x$, let $[x]$ denote the largest integer which is less than or equal to $x$. Let $N_1=2$, $N_2=3$, $N_3=5$, and so on be the sequence of non-square positive integers. If the $n$th non-square positive integer satisfies $ m²<N_n<(m+1)² $, then show that $ m=[\sqrt{n}+(1/2)] $.
I searched, this site, and found this question answered. It was answered by the user, Christian Blatter. But I never, understood the solution. I am a new user, and I don't yet have the privilege to comment everywhere as of yet. (So, I thought about asking for clarification, here in the hope that this doesn't violate the site policy). I hereby, post his answer :
There are $(m+1)^2-m^2-1=2m$ integers $N_n$ strictly between $m^2$ and $(m+1)^2$. It follows that there are $$2+4+\ldots+2(m-1)=(m-1)m$$ such integers $<m^2$. This means that $m^2<N_n<(m+1)^2$ implies $$(m-1)m<n<m(m+1)\ .\tag{1}$$ Since all entries in $(1)$ are integers we then also have $$(m-1)m<n+{1\over4}<m(m+1)\ ,$$ or $$\left(m-{1\over2}\right)^2<n<\left(m+{1\over2}\right)^2\ .$$ From this we conclude that $$m<\sqrt{n}+{1\over2}<m+1\ ,$$ or $$m=\left\lfloor \sqrt{n}+{1\over2}\right\rfloor\ .$$
Now, I don't understand, how did he claim, " $m^2<N_n<(m+1)^2$ implies $$(m-1)m<n<m(m+1)\ .\tag{1}$$ "? Moreover, I feel
From this we conclude that $$m<\sqrt{n}+{1\over2}<m+1\ ,$$ or $$m=\left\lfloor \sqrt{n}+{1\over2}\right\rfloor\ .$$
is an incorrect implication as this is not in agreement with the definition of $[x],$ as:
$[x]=n$ iff, $n\leq x \leq n+1$ (where $n$ is an integer.)
So, we can't really say, $$m=\left\lfloor \sqrt{n}+{1\over2}\right\rfloor\ ,$$ unless $$m\leq\sqrt{n}+{1\over2}<m+1\ ,$$ is true, instead of $$m<\sqrt{n}+{1\over2}<m+1\ .$$ Am I missing something important ?
For reference: Prove that $m=[\sqrt{n}+(1/2)]$ for a given conditions.