I'm trying to show the following inequality, for $x\geq0$:
$$ \lfloor30x\rfloor+\lfloor x\rfloor\geq\lfloor15x\rfloor+\lfloor10x\rfloor+\lfloor6x\rfloor. $$
Intuitively this statement looks like it should be true because the LHS has two terms and the RHS has three terms - but I don't know how to formalize it. I am aware that $\lfloor a\rfloor+\lfloor b\rfloor\leq \lfloor a+b\rfloor$, but I don't know I can directly apply that here. Any help would be appreciated!
Let $x=A+a,6x=B+b,10x=C+c,15x=D+d,30x=E+e$ where big letter is the integer part and small letter is the decimal part.
(1) If $a<{1\over30}$ we have $$b=6a\implies B=6A$$ $$c=10a\implies C=10A$$ and so on $D=15A,E=30A$. So $A+E=B+C+D$.
(2) If ${1\over30}\leq a<{1\over 15}$ then we have $B=6A,C=10A,D=15A$ $$e=30a-1\implies E=30A+1$$ so $A+E>B+C+D$
(3) If ${1\over 15}\leq a<{1\over 10}$ then we have $B=6A,C=10A$ $$d=15a-1\implies D=15A+1$$ $$e=30a-2\implies E=30A+2$$ so $A+E>B+C+D$
Can you finish off the remaining two cases?