i am trying to prove that $\lceil{x}\rceil=-\lfloor-x\rfloor$, but having difficulties to prove. the definitions are: $\lceil{x}\rceil:=m-1<x\leq m$ and $\lfloor{x}\rfloor:=n\leq x<n+1$.
how can i prove the statement above, if needed, by using the definitions? i dont know how to change the inequalities when i negate the $x$ back and forth. i am thankful for any hand for help

If $m < x \leq m+1$, where $m \in \mathbb{Z}$, then $\lceil x \rceil = m+1$. Now $-m-1 \leq -x <-m$.
Hence, $\lfloor -x \rfloor = -m-1$.
Hence, $-\lfloor -x \rfloor = m+1 = \lceil x \rceil$