Let $x$ and $y$ be positive numbers. Prove that $$\lfloor \log_{10}(xy)\rfloor \geq \lfloor \log_{10}(x)\rfloor+ \lfloor \log_{10}(y)\rfloor.$$
I thought about using the definition of floor functions but didn't see how to use that here.
Let $x$ and $y$ be positive numbers. Prove that $$\lfloor \log_{10}(xy)\rfloor \geq \lfloor \log_{10}(x)\rfloor+ \lfloor \log_{10}(y)\rfloor.$$
I thought about using the definition of floor functions but didn't see how to use that here.
Since $\log_{10}(xy)=\log_{10}(x)+\log_{10}(y)$, it's enough to prove that $\lfloor a+b\rfloor \geq \lfloor a\rfloor +\lfloor b\rfloor$ for all real numbers $a,b$.