Find $$\lim_{x\rightarrow 0^{+}}x\cdot \bigg(\bigg\lfloor \frac{1}{x}\bigg\rfloor+\bigg\lfloor \frac{2}{x}\bigg\rfloor+\bigg\lfloor \frac{3}{x}\bigg\rfloor+\cdots \cdots +\bigg\lfloor \frac{15}{x}\bigg\rfloor\bigg)$$ where $\lfloor x\rfloor$ is an integer part of $x$.
I have solved it using squeeze theorem. Could some help me how to solve it without squeeze theorem thanks
Observe that $\lfloor y\rfloor = y+\theta(y)$ where $\theta(y)$ is bounded. Hence $$ x\cdot\left \lfloor\frac nx\right \rfloor = n+x\theta(n/x) $$ As $\theta $ is bounded, we have $x\theta(n/x)\to 0$ as $x\to 0$, whence the result - but then again, this last step is still squeezing in disguise.