I already checked some questions about this statement, however I can't understand why the first inequality is true.
We know that $\lfloor x \rfloor \leq x$, then $2\lfloor x \rfloor \leq 2x$.
In various questions link1 and link2 they say that $2\lfloor x \rfloor \leq \lfloor 2x \rfloor$ because $2\lfloor x \rfloor$ is integer . I don't understand this conclusion that they made.
$\lfloor {2x}\rfloor$ is the largest integer less than or equal to $2x$. So any integer $n$ such that $n \leq 2x$ satisfies the inequality $n \leq \lfloor {2x}\rfloor$. In particular you can take $n=2\lfloor {x}\rfloor$.
Second inequality: if $n \leq x <n+1$ then $2n\leq 2x <2n+2$ which implies either $2n\leq 2x <2n+1$ or $2n+1\leq 2x <2n+2$. So $\lfloor {2x}\rfloor$ is either $2n$ or $2n+1$. In both cases $\lfloor {2x}\rfloor \leq 2n+1=2\lfloor {x}\rfloor+1$.