I need to prove that the function $f(x)=(x+1)/(x-1)$ is continuous on the interval $(1,∞)$ using the epsilon-delta definition of continuity.
Here's my work thus far:
Let $x,y\in(1,∞)$. Then $$|f(x)-f(y)|=\left|\frac{x+1}{x-1}-\frac{y+1}{y-1}\right|\\ =\left|\frac{-2x+2y}{(x-1)(y-1)}\right|\\ =2\frac{|x-y|}{|x-1||y-1|}\\ =2\frac{|x-y|}{(x-1)(y-1)}$$
Then, if we have $|x-y|<\delta$ where $\delta>0$, we get $2\frac{|x-y|}{(x-1)(y-1)}<2\frac{\delta}{(x-1)(y-1)}$.
I don't know how to proceed from here, since I can't really make (x-1) and (y-1) any smaller in order to get $|f(x)-f(y)|<\epsilon$ which I need to prove that the function is continuous. Any help is appreciated!
(sorry if this makes no sense, I am not a native English speaker...)