$[x]$ is defined as the biggest integer which is $\leq x$. I don't know how I can prove this because I don't know how I can write the assignment rule. $x\rightarrow \text{ integer a for which: } x-1<a\leq x$.
I have to Show if $a>b$ then $[a]\geq[b]$ I have first tried a contradiction proof by assuming that $[a]<[b]$. But it resulted to nothing.
I have tried a constructive proof then:
We know $a>b$. Then we can directly say that $b-1<a-1<[a]\leq a$ Also we know that $ [b]<a$. I know that if $b-1<[b]\leq a-1$. Then $[b]<[a]$, but how can I proof that if $a-1<b<a$ then $[a]=[b]$? Is there an easy proof that there can not be two integers at the same time in this interval?
So, according to your definition, $$[x] = \max \{ n \in \Bbb{Z} : n \le x \}$$ Note that if $x \le y$, then $$\{ n \in \Bbb{Z} : n \le x \} \subseteq \{ n \in \Bbb{Z} : n \le y \}.$$ (Prove this for yourself!). Therefore, the max of the RHS, $[y]$, is an upper bound on the LHS. Since $[x]$ is the least upper bound on the LHS, we have $[x] \le [y]$.