Consider the (incorrect) claim that $$\lim_{x \rightarrow 10} \frac{1}{\lfloor x \rfloor} = \frac{1}{10}.$$
How might I find the largest $\delta$ such that I can challenge $\epsilon = 1/2$?
Clearly I need to use the $\epsilon$-$\delta$ definition of a limit, but my problem is that I don't know how to find the largest delta.
Here is what I know:
- $|f(x) - (1/10)| <1/2$
- $0<|x-10|< \delta$

You cannot refute existence of limit based on error margin of $ε = \frac{1}{2}$, because the function is indeed close to $\frac{1}{10}$ within that error margin in a suitably small interval around $10$. If you want to disprove the existence of the limit, you need a smaller error margin. Just explicitly calculate what $\frac{1}{\lfloor x \rfloor}$ is when $x \in (9,10)$ and when $x \in (10,11)$ and you will know what error margin you need.