The function f is defined $f(x)=\frac{\lfloor x^2\rfloor}{x^2}$ I need to find the limit of the function at an arbitrary point.
For the continuous parts it was fine, and also for right sided limit at positive points of discontinuity (and left sided for negatives, for all of which the lim is 1), and now I'm left with left sided limit of the function at positive points of discontinuity (and vice versa for the negative part).
I know the answer from intuition: $\frac{(x^2-1)}{x^2}$, but I can't find the key to the proof.
My attempt is as follows (letting the point of discontinuity be $x_0>0$)
First, I restrict delta such that $f(x)=\frac{(x_0^2-1)}{x^2}$
Then, if $x_0=1$ then $f(x)-L=0< \varepsilon$ (restricting $x>0$)
Otherwise, I restrict my neighborhood again to $1< x< x_0$, such that
$x<x_0 \rightarrow ... \rightarrow 1/x^2 - 1/x_0^2$
and therefore $f(x)-L=...=(x_0^2-1)(1/x^2 - 1/x_0^2)< \varepsilon$
And now I'm stuck... I can't seem to find the right combo to make the delta-epsilon magic to work.
Thanks for any help!
Note: We know the floor function $\lfloor x\rfloor$ fulfills $$\lfloor x\rfloor \leq x < \lfloor x\rfloor+1$$ with points of discontinuity at the integers. So, its convenient to partition the set $\mathbb{R}$ of real numbers according to the points of discontinuity of the function \begin{align*} &f:\mathbb{R}\backslash\{0\}\rightarrow\mathbb{R}\\ &f(x)=\frac{\lfloor x^2\rfloor}{x^2} \end{align*} which is defined for all real numbers except $0$. We set $$\mathbb{R}\backslash\{0\}=(-\infty,0)\cup[0,\infty)\backslash\{0\}$$ and \begin{align*} [0,\infty)&=\bigcup_{n\geq 0}A_n\qquad \text{ with }A_n=[\sqrt{n},\sqrt{n+1})\\ (-\infty,0)&=\bigcup_{n\geq 1}B_n\qquad \text{ with }B_n=[-\sqrt{n},-\sqrt{n-1}) \end{align*} The set $\{A_n,B_{n+1}|n\geq 0\}$ forms a partition of pairwise disjoint, non-empty, right half-open intervals with union equal $\mathbb{R}$ (and with different lengths). \begin{align*} \mathbb{R}&=\ldots\cup[-2,-\sqrt{3})\cup[-\sqrt{3},-\sqrt{2})\cup[-\sqrt{2},-1)\cup[-1,0)\\ &\qquad\qquad\cup[0,1)\cup[1,\sqrt{2})\cup[\sqrt{2},\sqrt{3})\cup[\sqrt{3},2)\cup\ldots \end{align*}