If $x\lt y$ then we have to show $\lfloor x\rfloor \leq \lfloor y\rfloor $ for any real numbers $x,y$.
I have proceeded in the following way: for any real numbers $x,y$,
$x-1\lt \lfloor x\rfloor \leq x\lt \lfloor x\rfloor+1 $ and
$y-1\lt \lfloor y\rfloor \leq y \lt \lfloor y\rfloor+1 $. From these we have $ \lfloor x\rfloor \lt y$ and $ \lfloor y\rfloor \leq y$ .
I`m stuck here. What can I do after this to prove the result?
By definition, $\lfloor y\rfloor$ is the largest integer $\leq y$, and similarly for $\lfloor x\rfloor$.
Then $\lfloor x\rfloor$ is an integer $\leq x\leq y$. Since $\lfloor y\rfloor$ is the largest such, we get the result.