Having trouble proving this equality for all real numbers. I understand that the left side simplifies to $\lceil x \rceil$ - $\lceil y \rceil$, however I cannot for the life of me get the right side simplified to equal the left side.
$\lceil x-\lceil y \rceil \rceil =\lfloor \lceil x \rceil - y \rfloor$
Building on Daniel Fischer's comment: \begin{align}\lfloor\lceil x\rceil-y\rfloor&=\lceil x\rceil+\lfloor-y\rfloor\\ &=\lceil x\rceil-\lceil y\rceil\end{align}