I want to examine
$$\lim_{x \to a} \left\lfloor x\right\rfloor $$ using the $\epsilon - \delta$ definition.
I examine two cases where $a$ is an integer and then is not an integer. When $a$ is an integer this is simple because I do the left and right hand limits where in both cases $|f(x)-l|=0$ so I can pick any value of $\delta$ (I choose $\delta=1$).
However, when $a$ is not an integer I am struggling. I set $n = \left\lfloor a\right\rfloor $ and get $n < a < n+1$. Whenever $0 < |x-a| < \delta $, $|f(x)-l|=|f(x)-n| = 0 < \epsilon$ where $\epsilon > 0$.
Does this mean I can again choose whatever $\delta$ value I want (like $1$ for example)? My notes say that $\delta = \text{min}\{a-n,n+1-a\}$