$1)$ Find $\lim_{x \to 0} x \big [\frac{1}{x}]$
I was asked the problem in an interview. I tried to think it intuitively. As $x$ tends to $0$ from right (say $x=0.001$) then $\big [\frac{1}{x}]$ will be equal to $1000$. Multiplying with $x=0.001$ it gives $1$. So, I said that though $x$ is tending to $0$(but not equal to zero) eventually $\big [\frac{1}{x}]$ will be a large number. If this large number is multiplied with a very small number it will tend to $1$.
But the interviewer was not satisfied with my explanation and pointed that I am just considering a particular case and asked if I have any fact that holds true for all $x$ tending to zero. According to them, though my answer is correct , it is not clear as a mathematical proof.
Is their any other way of doing it?

(1) $x>0$
If $\lfloor \frac{1}{x}\rfloor=n$, $n\le\frac{1}{x}<n+1$ and hence $\frac{1}{n+1}<x\le\frac{1}{n}$.
$$\frac{n}{n+1}<x\lfloor \frac{1}{x}\rfloor<\frac{n+1}{n}$$
As $x\to0^+$, $n\to\infty$ and $x\lfloor\frac{1}{x}\rfloor\to1$
(2) $x<0$
If $\lfloor \frac{1}{x}\rfloor=-n$, $-n\le\frac{1}{x}<-n+1$ and hence $\frac{-1}{n-1}<x\le\frac{-1}{n}$.
$$\frac{n}{n-1}>x\lfloor \frac{1}{x}\rfloor>\frac{n-1}{n}$$
As $x\to0^-$, $n\to\infty$ and $x\lfloor\frac{1}{x}\rfloor\to1$