The question is: Use the $\epsilon - \delta$ relationship to establish the limit $\lim\limits_{x \to 2} \frac{1}{1-x} =-1$
This is my answer:
Let $f(x)=1/(1-x)$ s.t $|f(x)-L|=|x-2|/|x-1|<\epsilon \iff |x-2|<|x-1|\epsilon$ Let $|x-2|<1 \Rightarrow |x-1|<2$, so the $\max(x-1)=2$. So $\delta(\epsilon)=\inf(1,2\epsilon)$. Then just follow the proof for $\delta(\epsilon)$ depending on $\epsilon$ greater or less than $1/2$.
Are my steps ok? Specifically, is choosing $1$ ok? How is this arbitrary $|x-2|<1$ chosen?
Thanks
From by point of view, I think you can proceed instead in the following simple way:
we are seeking for $\delta$, such that for any $x$ staisfying $|x-2|<\delta$ we have $\frac{|x-2|}{|x-1|}<\epsilon$. Indeed, for $|x-2|< \delta$ we may write $$ -\delta <x-2<\delta $$ and so $$ 1-\delta <x-1<1+\delta $$ So if we take $\delta \leq 1$, then $1-\delta \geq 0$, and so $$ 0\leq 1-\delta <x-1<1+\delta $$ Then
$$ \frac{1}{ 1+\delta} <\frac{1}{x-1} <\frac{ 1}{1-\delta} $$ Thus $$ \frac{|x-2|}{|x-1|} < \frac{\delta }{1-\delta}$$ So if we take $\delta $ so that $\frac{\delta }{1-\delta}\leq \epsilon$ with $\delta \leq 1$ then we are done. More precisely, $\frac{\delta }{1-\delta}\leq \epsilon$ means $ \delta \leq \frac{\epsilon}{1+\epsilon}$. So let $\delta= min{1,\frac{\epsilon}{1+\epsilon} }$.
To answer your questions, yes you can add a constraint on $\delta$ as taking $\delta \leq 1$, however this constrain must be helpfull . In fact, what you are missing in your proof is to bound $|1-x|$ from below, since we need $\frac{1}{|x-1|}$ to be bounded from above. So even when you take $\delta \leq 1$ you haven't use it in the right way to prove the boundness of $\frac{1}{|x-1|} $. Just this was missing.