Evaluate $$L=\lim_{x \to -0.5^{-}} \left\lfloor\frac{1}{x} \left\lfloor \frac{-1}{x} \right\rfloor\right\rfloor $$
My try:
Let $t=\frac{1}{x}$ Now when $ t \to -0.5^{-}$ we have $t \to -2^{+}$ we get
$$L=\lim_{t \to -2^{+}} \left\lfloor t \left\lfloor -t \right\rfloor \right\rfloor =\lim_{h \to 0}\left\lfloor (-2+h) \left\lfloor (2-h) \right\rfloor \right\rfloor$$
How can we proceed now since we cannot take limit inside greatest integer function?
Start by looking at the interior floor function. As $h \rightarrow 0^+$, we know that $(2-h)$ is slightly smaller than $2$, so $\lfloor (2-h) \rfloor$ will always evaluate to $1$. Similarly, $(-2+h)$ will be slightly greater than $-2$. After we multiply by $1$ (the evaluation of $\lfloor (2-h) \rfloor$), we can take the floor to get $-2$ for every small positive $h$.