I want to prove for any $x \in R$, then $2[x] ≤ [2x] ≤ 2[x] + 1$ where $[x]$ is the largest integer smaller than $x$.
Proof: By definition, $[x] ≤ x ≤ [x] + 1$. Multiplying everything by 2, we see that $2[x] ≤ 2x ≤ 2[x] + 2$, so $[2[x]] = 2[x] ≤ [2x]$. At this point, I'm not sure how to prove the other inequality.
I know that $[2x] ≤ 2x ≤ 2[x] + 2$ and similarly, $[2x] ≤ 2x ≤ [2x] + 1$. But how do I show $[2x] ≤ 2[x] + 1$?
Thank you!