Let $f:\mathbb{R} \backslash\{ 1 \} \rightarrow \mathbb{R}$ be a function such that $f(x)\rightarrow 1$ as $x \rightarrow 1$. Using $\epsilon - \delta$ and without using any Limit Rules prove that $xf(x) \rightarrow 1$ as $x \rightarrow 1$.
My approach is, for $\delta\ > 0,$ there exist $\epsilon>0$ st $\lvert x-1\rvert <\delta,$ $\lvert f(x)-1\rvert< \epsilon$.
So
$$\lvert xf(x) -1\rvert<\lvert(\delta+1)f(x)-1\rvert<\lvert2f(x)-1\rvert$$
for $\delta <1$.
Please give some hints on how to approach this, thanks!
The details of the $\delta-\varepsilon$ become obvious if you center your quantities around $1$, rather than akwardly adding and subtracting quantities:
Write $x = 1 + h$, $f(1 + h) = 1 + r(h)$. We have $$xf(x) = (1 + h)(1 + r(h)) = 1 + r(h) + h + hr(h).$$ From here, given $\varepsilon \in (0, 1]$, we need to find $\delta > 0$ such that $|r(h) + h + hr(h)| \leq \varepsilon$ for all $0 < |h| \leq \delta$. But this is easy since, by assumption, we can find such $\delta$ for $r(h)$, and obviously we can find such $\delta$ for $h$. Taking the minimum of these two deltas and using the triangle inequality, we get $$|r(h) + h + hr(h)| \leq 2\varepsilon + \varepsilon^2 \leq 3\varepsilon.$$ The factor of $3$ can be removed by replacing $\varepsilon$ with $\varepsilon/3$, so the proof is complete.