I'm studying calculus right now but I'm stuck at solving a limit involving floor function.
The problem is to find $$\lim_{x\to 0}x \left\lfloor\frac{1}{x} \right\rfloor$$ where $\lfloor\cdot\rfloor$ denotes the floor function.
My first thought was to let $x=1/t$ so when ${x\to 0+}$ then ${t\to \infty}$ so it seems $\lim_{t\to \infty}[t]/t$ doesn't exist. But I can't go any further and don't know whether my thought is correct. It seems $t=N+\delta$ doesn't help because t goes to infinity. Can it be proved by the epsilon-delta method or something else? Thank you for your help.
$\frac {t-1} t \leq \frac {[t]} t \leq \frac t t$ so $\lim_{t \to \infty} \frac {[t]} t =1$. So $\lim_{x \to 0+} x[\frac 1 x]=1$. But $\lim_{t \to -\infty} \frac {[t]} t$ is also $1$ so $\lim_{x \to 0} x[\frac 1 x]=1$.