For $x\in \mathbb{R}$ let's define $[x]$ as: $$ [x] = max \{ k\in \mathbb{Z}: k\leq x \} $$ and $[x]^{*}$ as: $$ [x]^{*} = min \{ k\in \mathbb{Z}: k\geq x \}. $$ Show that: $$ [x]^{*} = -[-x]. $$
So far I have managed to notice that: $$ [x]^{*} -1 \leq x < [x]^{*} $$ so: $$ -[x]^{*} \leq -x < 1- [x]^{*} $$ I believe that it might be the right direction here, but I have a problem to manipulate it further to get the $-[-x]$ form.
Note that for a subset of integers $A$ the following holds $$\min A=-\max\{-x:x\in A\}$$ Therefore $$[x]^*=-\max\{-k:k\ge x\}\cap\mathbb Z=-\max\{-k:-k\le -x\}\cap\mathbb Z\\ =-\max\{k:k\le -x\}\cap\mathbb Z=-[-x]$$