$$\lfloor x \rfloor \leq n \iff x < n+1, \\\\\\\ \lfloor x\rfloor < n \iff x <n .$$ These are the two inequalities given by my book. But why are they so?
Suppose $x = 2.3\quad \& \quad n = 3$, then of course $\lfloor x\rfloor < n \iff x <n$. But $\lfloor x \rfloor < n+1 \implies 2.3< 3+1$ which is true. So, why only $\lfloor x\rfloor < n \iff x <n$ but not also $\lfloor x\rfloor < n \iff x <n +1$?? Can anyone please explain me why the inequalities are what they are? What is the reason?? Isn't my approach correct? Plz help.
If $x\geqslant n$ then $[x]\geqslant n$. Contradiction